From agents-flow
Capture learnings from completed work into durable wiki notes. Delegates to /save when agents-memo is available.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agents-flow:compoundWhen to use
Use after a feature is merged to capture learnings into durable wiki notes.
sonnetgeneral-purposeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Lead knowledge compounding. Goal: Extract fixes, insights, or patterns into reusable artifacts. Captures learnings from the completed phase into durable wiki notes. Delegates to `/save` when agents-memo is available. Degrades gracefully when `/save` is unavailable — outputs wiki content to terminal instead.
Lead knowledge compounding. Goal: Extract fixes, insights, or patterns into reusable artifacts. Captures learnings from the completed phase into durable wiki notes. Delegates to /save when agents-memo is available. Degrades gracefully when /save is unavailable — outputs wiki content to terminal instead.
Before selecting a mode, evaluate the session against these value buckets:
Skip if the work was routine edits, mechanical refactors, or changes already captured in existing notes.
If none of the buckets yield content → print Nothing to compound. and exit.
Otherwise → proceed to Mode Selection.
| Mode | Criteria | Action |
|---|---|---|
| Lightweight | Simple fix, single root cause, obvious recurrence | Single-pass extraction. No sub-agents. |
| Full | Complex debug, non-obvious root cause, broad pattern | Parallel sub-agents for thorough extraction. |
Decision: Pattern others will hit? → Full; Multi-hypothesis/file debug? → Full; else → Lightweight.
Invoke Skill("notes-md") — adopt NOTES.md lifecycle protocol.
agents-memo:wiki-query available → search for overlapping notes on module/symptoms/root cause.agents-memo:save available → invoke /save with drafted content. Make sure that all the steps are executed.Agent("agents/workflow-context-analyst.md") — what broke, tried, worked, and why.Agent("agents/workflow-solution-extractor.md") — reusable pattern (root cause, solution, prevention).Agent("agents/workflow-overlap-scanner.md") — overlap check; recommend Update or New./save.wiki-lint.<worktree-root>/.claude/NOTES.md.skills/compound/references/knowledge-tracks.md)./save./save failures inline with the drafted note.npx claudepluginhub misiekhardcore/agents-flow --plugin agents-flowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.