Agent Claude Code
Expert code reviewer. Use PROACTIVELY when reviewing PRs, checking for bugs, or validating implementations before merging.
Agent Claude Code
Expert code reviewer. Use PROACTIVELY when reviewing PRs, checking for bugs, or validating implementations before merging.
Agent Claude Code
Codebase exploration specialist. Use when investigating how a feature works, tracing data flow, or understanding architecture before making changes.
Command Claude Code
Fetch origin/master and rebase the current branch onto it.
Command Claude Code
Review the current branch diff for issues before merging.
Hook Claude Code
Runs when the agent asks permission for an action, executing auto-approve.js via node. From dixus/claudeframework.
Hook Claude Code
Runs before the agent uses a tool for Edit, Write and Bash tool calls, executing protect-secrets.js and validate-commit-msg.js via node (2 commands). From dixus/claudeframework.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing auto-format.js via node. From dixus/claudeframework.
Hook Claude Code
Runs after the context is compacted, executing post-compact.js via node. From dixus/claudeframework.
Settings file Claude Code
Agent settings declaring 4 hook events (PermissionRequest, PreToolUse, PostToolUse, PostCompact) and 12 allowed tools.
Skill Claude CodeCodex
Write a feature spec from requirements in .claude/input/. Use when starting a new feature, before implementation begins.
Skill Claude CodeCodex
Implement a feature from a spec file in .claude/specs/. Use after a spec is written and approved.
Skill Claude CodeCodex
Review implementation changes and write a report to .claude/reviews/. Use after implementation is complete, before merging or committing.
Skill Claude CodeCodex
Fix issues found in a review report in .claude/reviews/. Use after a review identifies issues that need fixing.
Skill Claude CodeCodex
Review and apply accepted proposals from learn-proposals.md to skill and rule files. Closes the scout→learn→apply loop. Use after reviewing proposals and marking them as accepted.
Skill Claude CodeCodex
Audit dependencies for vulnerabilities and scan for committed secrets. Use periodically or when security alerts flag a dependency.
Skill Claude CodeCodex
Create well-structured atomic commits with conventional commit messages. Use when ready to commit working changes.
Skill Claude CodeCodex
Resume work from a handoff file. Use at the start of a new session to pick up where a previous session left off.
Skill Claude CodeCodex
Scaffold a Claude Code hook (command or HTTP) for this project. Use when you want to automate quality checks, formatting, or notifications on tool events.
Skill Claude CodeCodex
Diagnose and fix a failing test, type error, or runtime error. Use when a specific test or build step is failing.
Skill Claude CodeCodex
Break a concept document, draft, or product brief into independent PRDs that each feed into /ship. Use when input contains multiple features or a big-picture vision.
Skill Claude CodeCodex
Deploy the framework to a target project by replacing shared dirs with symlinks (junctions) back to the framework repo. Run once after copying .claude/ to a new project.
Skill Claude CodeCodex
Regenerate .claude/docs/ from current skills and context. Use after adding or modifying skills, context files, or framework structure.
Skill Claude CodeCodex
Ship decomposed PRDs in parallel. Analyzes file conflicts, groups into batches, runs /ship in isolated worktrees, merges results. Use after /decompose.
Skill Claude CodeCodex
Capture current session state to a handoff file. Use before /clear, when context is getting full, or when ending a session mid-task.