Review staged or recent changes — native Claude Code review for mechanics, layered with team conventions and the team verdict contract
Perform a security-focused audit of code changes or a specific area of the codebase.
Propose a change to a marketplace repo based on learned patterns — new rules, updated skills, evolved regex patterns. Infers which upstream marketplace the learning belongs to, confirms with the user, then creates a branch, applies changes, shows diff for…
Analyse a session transcript for learnings — corrections, reversals, approach changes, and successes. Runs automatically on SessionStart for the previous session. Invoke manually to analyse the current session or review accumulated learnings.
Review learned rules against marketplace rules for overlap. Identifies learned rules that have been superseded by upstream changes and recommends cleanup. Use periodically to reduce context bloat from duplicate rules.
Bootstrap the AI/ML documentation structure for a project. Creates docs/ai/, generates initial templates, and writes the ai-engineer fragment of the ai domain doc (the coordinator assembles docs/ai/CLAUDE.md). Idempotent — merges missing sections into…
Bootstrap the code review documentation structure for a project. Creates docs/code-review/, generates initial templates, and writes the code-reviewer fragment of the code-review domain doc (the coordinator assembles docs/code-review/CLAUDE.md). Idempotent —…
Bootstrap the data documentation structure for a project. Creates docs/data/, generates initial templates, and writes the data-engineer fragment of the data domain doc (the coordinator assembles docs/data/CLAUDE.md). Idempotent — merges missing sections into…