Capture corrections, insights, and patterns as reusable project knowledge. Routes learnings to the right instruction file. Applies kaizen: small improvements, error-proofing, standards work. Auto-invoked when a correction pattern is detected 3+ times. Also use manually when Claude makes a repeated mistake, discovers a non-obvious gotcha, or when you want to persist a workflow preference.
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/ entrypython scripts/check.py after any instruction file editpython scripts/check.py 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-scopedRun from this skill directory before declaring changes complete:
python scripts/check.py
Completion criteria:
scripts/check.py exits 0.Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer