full-review
25Command Claude Code
Run full codebase review using automatic-code-review rules.
Command Claude Code
Run full codebase review using automatic-code-review rules.
Skill Claude CodeCodex
This skill analyzes code for design quality improvements across 8 dimensions: Naming, Object Calisthenics, Coupling & Cohesion, Immutability, Domain Integrity, Type System, Simplicity, and Performance. Ensures rigorous, evidence-based analysis by: (1) Understanding code flow first via implementation-analysis protocol…
Skill Claude CodeCodex
This skill should be used when fixing bugs, implementing features, debugging issues, or making code changes. Ensures understanding of code flow before implementation by: (1) Tracing execution path with specific file:line references, (2) Creating lightweight text diagrams showing class.method() flows, (3) Verifying…
Skill Claude CodeCodex
FOLLOW THE STATE MACHINE IN SKILL.MD. When user says 'continue': (1) FIRST: Run pwd, (2) Announce STATE: CHECKSTATUS, (3) Read .claude/session.md to check Status field, (4) Route based on Status. NEVER auto-advance tasks. NEVER use TodoWrite. NEVER create git commits.
Skill Claude CodeCodex
Systematic debugging methodology that eliminates guessing and speculation. Add instrumentation to gather specific data that fully explains the problem. Evidence before hypothesis. Observation before solution. Triggers on: debugging, error investigation, 'why is this failing', unexpected behavior, test failures…
Skill Claude CodeCodex
Engage with what the user said before taking action. Triggers on: questions ('?'), feedback ('this is wrong', 'that doesn't look right', 'there are issues'), challenges ('why did you', 'have you considered'), criticism ('this isn't working', 'I don't like'), observations ('I notice', 'it seems like'), naming a skill…
Skill Claude CodeCodex
Enforces code organization using features/ (verticals), platform/ (horizontals), and shell/ (thin wiring). Triggers on: code organization, file structure, where does this belong, new file creation, refactoring.
Agent Claude Code
Detect missing project context and opportunities to build new skills.
Agent Claude Code
Detect wasted cycles, unnecessary back-and-forth, and misinterpretations in a session transcript.
Agent Claude Code
Detect violations of loaded skills in a session transcript.
Agent Claude Code
Detect unused tools, missed parallelism, and underutilized capabilities in a session transcript.
Command Claude Code
Analyze a session transcript for optimization opportunities.
Skill Claude CodeCodex
Object-oriented design principles including object calisthenics, dependency inversion, fail-fast error handling, feature envy detection, and intention-revealing naming. Triggers on: writing new classes or functions, refactoring, code review, 'clean up', method longer than 10 lines, feature envy, primitive obsession…
Skill Claude CodeCodex
Quick persona switching. Triggers: 'switch persona', 'switch to X', 'become X'. Lists personas, reads selected file, switches immediately.
Skill Claude CodeCodex
Design, refactor, analyze, and review code by applying the principles and patterns of tactical domain-driven design. Triggers on: domain modeling, aggregate design, 'entity', 'value object', 'repository', 'bounded context', 'domain event', 'domain service', code touching domain/ directories, rich domain model…
Agent Claude Code
Verify task completion before finishing work. Spawn with task ID, location, and work summary.
Command Claude Code
Verify task completion with task-check agent.
Skill Claude CodeCodex
Strict test-driven development state machine with red-green-refactor cycles. Enforces test-first development, meaningful failures, minimum implementations, and full verification. Activates when user requests: 'use a TDD approach', 'start TDD', 'test-drive this'.
Command Claude Code
Mark a report as resolved.
Command Claude Code
Review active improvement reports.
Command Claude Code
Capture mistake or improvement opportunity with 5 whys analysis.
Skill Claude CodeCodex
Sets up NX monorepo for TypeScript backend projects optimized for AI-assisted development. Delegates to NX commands where possible, patches configs as last resort. Triggers on: 'set up typescript backend project', 'create backend project', 'initialize typescript backend', 'create monorepo', or when working in an empty…
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing block-dangerous-commands.sh. From igoyetche/paperboy.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).