Marketplace

Unnamed Skill

Shared infrastructure and patterns for imbue analysis skills.Triggers: imbue patterns, todowrite patterns, evidence formats, analysis workflows,shared templates, imbue infrastructureUse when: other imbue skills need common patterns, creating new analysis skills,ensuring consistency across imbue pluginDO NOT use directly: this skill is infrastructure for other imbue skills.This skill provides shared patterns consumed by other imbue skills.

$ 安裝

git clone https://github.com/athola/claude-night-market /tmp/claude-night-market && cp -r /tmp/claude-night-market/plugins/imbue/skills/shared ~/.claude/skills/claude-night-market

// tip: Run this command in your terminal to install the skill


name: shared description: |

Triggers: analysis, patterns, templates, shared Shared infrastructure and patterns for imbue analysis skills.

Triggers: imbue patterns, todowrite patterns, evidence formats, analysis workflows, shared templates, imbue infrastructure

Use when: other imbue skills need common patterns, creating new analysis skills, ensuring consistency across imbue plugin

DO NOT use directly: this skill is infrastructure for other imbue skills.

This skill provides shared patterns consumed by other imbue skills. category: infrastructure tags: [shared, patterns, templates, analysis] provides: infrastructure: [todowrite-patterns, evidence-formats, analysis-workflows] reusable_by: [all imbue skills, pensive skills, sanctum skills] estimated_tokens: 200 modules:

  • modules/todowrite-patterns.md
  • modules/evidence-formats.md
  • modules/anti-cargo-cult.md

Shared Infrastructure for Imbue

Purpose

Reusable patterns for analysis workflows, evidence logging, understanding verification, and structured outputs used across imbue skills and by dependent plugins (pensive, sanctum).

Modules

Anti-Cargo-Cult Reasoning

The modules/anti-cargo-cult.md module prevents superficial technical artifacts:

  • Understanding verification protocol (Five Whys)
  • Cargo cult red flags (code-level, thought-level, AI-specific)
  • Integration with proof-of-work, scope-guard, rigorous-reasoning
  • Recovery protocol for detected cargo cult code

TodoWrite Patterns

The modules/todowrite-patterns.md module documents naming conventions:

  • Pattern: skill-name:step-name
  • Common prefixes: evidence-logging, diff-analysis, review-core, catchup
  • Examples from all imbue skills

Evidence Formats

The modules/evidence-formats.md module standardizes evidence capture:

  • Command logging format [E1], [E2]
  • Citation format [C1], [C2]
  • Artifact indexing conventions
  • Reference linking in findings

Analysis Workflows

The modules/analysis-workflows.md module provides workflow templates:

  • Diff analysis flow
  • Catchup workflow patterns
  • Structured output generation

When to Reference

  • New skill development: Use patterns for consistency
  • Cross-plugin integration: Reference evidence formats from pensive, sanctum
  • Template generation: Use output formats for reports

Integration Notes

This skill provides infrastructure used by:

  • pensive:*-review skills via dependencies: [imbue:evidence-logging]
  • sanctum:git-workspace-review for analysis patterns
  • Any skill needing reproducible evidence trails

Troubleshooting

Common Issues

Command not found Ensure all dependencies are installed and in PATH

Permission errors Check file permissions and run with appropriate privileges

Unexpected behavior Enable verbose logging with --verbose flag