From agents
Capture corrections and patterns as reusable knowledge. Routes to the right instruction file. Use when patterns repeat 3+ times or to save insights. NOT for one-time fixes or code review.
npx claudepluginhub wyattowalsh/agents --plugin agentsThis skill uses the workspace's default tool permissions.
Record corrections, insights, and patterns. Route them to the correct instruction file. Apply kaizen principles to keep instructions lean and effective.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Record corrections, insights, and patterns. Route them to the correct instruction file. Apply kaizen principles to keep instructions lean and effective.
$ARGUMENTS | Action |
|---|---|
"<correction text>" | Route correction to appropriate instruction file |
review | Show pending learnings and their frequency |
promote | Promote high-frequency learnings (3+ occurrences) to instruction files |
audit | Check for stale, contradictory, or duplicate learnings |
| Empty | Display usage summary |
| File | Purpose |
|---|---|
references/routing-rules.md | Decision tree for where to route instruction changes |
references/kaizen-principles.md | Error-proofing patterns, when to use hooks vs prose vs rules |
Route proposed updates to the correct target:
| Scope | Target |
|---|---|
| Cross-project conventions | instructions/global.md |
| Language-specific tooling | Convention skill (python-conventions, etc.) |
| Orchestration/parallelism | orchestrator skill body |
| Project-specific standards | Project's AGENTS.md |
| File-scoped enforcement | .claude/rules/<topic>.md |
| Skill behavior | The skill's own SKILL.md |
instructions/global.mdAGENTS.md.claude/rules/ entrywagents validate after any instruction file editwagents validate after every instruction file modificationinstruction file — any file that provides agent instructions (global.md, AGENTS.md, SKILL.md)routing — the process of choosing the correct target file for a changecorrection pattern — a repeated fix that indicates a missing or wrong instructiontoken budget — the limit on always-loaded instruction contentscope — cross-project, language-specific, orchestration, project-specific, or file-scoped