init
25TeamManagementPlugin/claude-plugin
Command
Enable team-management for this project (plugin enablement + behavioral-guidance wiring + optional wiki).
TeamManagementPlugin/claude-plugin
Command
Enable team-management for this project (plugin enablement + behavioral-guidance wiring + optional wiki).
TeamManagementPlugin/claude-plugin
Command
Ingest a local file into the wiki knowledge base.
TeamManagementPlugin/claude-plugin
Command
Health-check the wiki for orphans, broken links, and quality issues.
TeamManagementPlugin/claude-plugin
Command
Tune wiki schema and conventions interactively.
TeamManagementPlugin/claude-plugin
Hook
Runs when you submit a prompt, before the agent sees it, executing _shim.py via python3 (2 commands). From TeamManagementPlugin/claude-plugin.
TeamManagementPlugin/claude-plugin
Hook
Runs to expand your prompt before the agent sees it, executing _shim.py via python3. From TeamManagementPlugin/claude-plugin.
TeamManagementPlugin/claude-plugin
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit, NotebookEdit, Task, Bash, Read, Grep, Task and Agent tool calls, executing _shim.py via python3 (2 commands). From TeamManagementPlugin/claude-plugin.
TeamManagementPlugin/claude-plugin
Hook
Runs after a tool call finishes, executing _shim.py via python3. From TeamManagementPlugin/claude-plugin.
TeamManagementPlugin/claude-plugin
Hook
Runs when a session starts on startup, clear and resume, executing _shim.py via python3. From TeamManagementPlugin/claude-plugin.
TeamManagementPlugin/claude-plugin
Hook
Runs before the context is compacted for auto and manual tool calls, executing _shim.py via python3. From TeamManagementPlugin/claude-plugin.
TeamManagementPlugin/claude-plugin
Skill Claude CodeCodex
Systematic debugging — a four-phase root-cause methodology, boundary instrumentation for multi-component systems, the 3-fix escalation rule, and a verification gate to run before claiming anything is fixed. Use on any test failure, production bug, build failure, performance regression, or integration glitch, and…
TeamManagementPlugin/claude-plugin
Skill Claude CodeCodex
How to receive code review as technical evaluation rather than social performance — verify claims against the codebase before implementing, push back with evidence, and drop the performative agreement. Use when responding to a human reviewer, a PR comment, or another AI reviewer, and when deciding whether a suggestion…
TeamManagementPlugin/claude-plugin
Skill Claude CodeCodex
Test-driven development discipline — when TDD applies, when forcing it is wrong, and the RED-GREEN-REFACTOR loop with an explicit "watch it fail" step. Use when writing or reviewing tests, fixing a bug, changing behaviour, or deciding whether a change needs a test at all. Triggers on bug fixes, new validation or…