Plugin Claude Code
Lean toolkit for disciplined engineering workflows with Claude Code.
Plugin Claude Code
Lean toolkit for disciplined engineering workflows with Claude Code.
Skill Claude CodeCodex
Run npm run format and stage any formatting changes before proceeding.
Skill Claude CodeCodex
Force trigger: If the task description contains --skill or --agent flag → strip the flag from the description, pre-select the type (skill or agent) for the Skill Type Decision later, and skip detection + confirmation — go directly to the challenge below.
Skill Claude CodeCodex
After the standard review completes, check if any changed files require documentation updates.
Skill Claude CodeCodex
This is a version bump + ship + release operation. Run these steps BEFORE the standard cf-ship workflow.
Agent
Codebase explorer for understanding project structure, finding relevant files, tracing dependencies, and answering specific questions about code. Dispatched by cf-plan before planning, by cf-fix before diagnosing bugs, and by cf-ask for gathering code context. Trigger this agent when you need codebase context before…
Agent
Implementation agent — direct coding by default, TDD opt-in. Use this agent when you need to implement code changes. Dispatched by cf-tdd for substantial implementations (3+ files, complex algorithms, multi-step features), by cf-plan for executing plan tasks, and by cf-fix for bug fixes. Trigger this agent when the…
Agent
Task decomposition and approach brainstorming agent. Use this agent when you need to break down a complex task into actionable steps, compare implementation approaches, or design a plan before coding. Dispatched by cf-plan for approach analysis. Trigger this agent when the task requires evaluating multiple strategies…
Agent
Plan alignment review specialist. Checks whether code changes match the implementation plan. Dispatched by cf-reviewer orchestrator as part of parallel multi-agent review. Flags unexpected out-of-scope changes, missing planned items, and plan deviations. Skipped in QUICK review mode.
Agent
Code quality review specialist. Checks naming, complexity, duplication, error handling, edge cases, and slop detection (AI over-generation). Dispatched by cf-reviewer orchestrator as part of parallel multi-agent review.
Agent
Review reducer agent. Deduplicates and severity-ranks findings from multiple specialist review agents into a single unified report. Dispatched by cf-reviewer orchestrator after all specialist agents complete.
Agent
Project rules compliance specialist. Checks code changes against AGENTS.md project rules. Only flags violations of rules with MUST/SHOULD/ALWAYS/NEVER language. Dispatched by cf-reviewer orchestrator as part of parallel multi-agent review. Skipped in QUICK review mode.
Agent
Security review specialist. Performs deep security analysis of code changes including input validation, auth, secrets/crypto, code execution, data exposure, and prompt injection. Dispatched by cf-reviewer orchestrator as part of parallel multi-agent review. Includes exploit scenarios for Critical findings. Traces data…
Agent
Test coverage review specialist. Checks whether new code paths are tested, test quality, edge case coverage, and regression prevention. Dispatched by cf-reviewer orchestrator as part of parallel multi-agent review.
Agent
Code review orchestrator. Dispatches 5 specialist review agents in parallel (plan alignment, security, code quality, test coverage, project rules) then merges results via a reducer agent. Dispatched by cf-review and cf-ship for thorough review before merge. Trigger this agent when the user asks to review code changes…
Agent
Deep reasoning document writer for nuanced technical content, complex multi-concept synthesis, or very long context. Dispatched by cf-learn when deep reasoning is enabled, and by skills needing thorough technical explanations. Trigger this agent instead of cf-writer when the content involves advanced architecture…
Agent
Lightweight document writer for skills that generate markdown files. Dispatched by cf-learn, cf-remember, cf-scan, cf-fix, and cf-ask for writing docs, memory files, and notes. Trigger this agent when a skill needs to write or update markdown documents — e.g. "write the doc", "save to memory", "create a note", "write…
Skill Claude CodeCodex
Decision advisory via structured interview — never writes code or plans. Use when the user wants help DECIDING — e.g. "should I", "is X worth it", "which approach", "help me decide between A and B", "am I overthinking this", "what would you recommend", "pros and cons of". Unlike /cf-plan (builds) or /cf-ask (looks up…
Skill Claude CodeCodex
Quick Q&A about the codebase → docs/memory. Use for focused project questions — e.g. "how does X work?", "where is Y defined?", "what's the flow for Z?", "explain this module", "why is this done this way?". Unlike /cf-research, one answer.
Skill Claude CodeCodex
Load a saved checkpoint as working context, then do the next ask. Triggers: "resume from checkpoint", "load checkpoint", "continue from checkpoint", "cf-checkpoint-from", "restore conversation context". First word is the slug; --recap prints a summary. Does NOT create checkpoints (use /cf-checkpoint).
Skill Claude CodeCodex
Save a conversation checkpoint (goal, decisions, breaking changes, next steps) for a DIFFERENT conversation. Triggers: "save a checkpoint", "checkpoint this conversation", "capture context", "snapshot the conversation", "cf-checkpoint". Unlike /compact (same chat) or /cf-remember (project facts). Slash-only — does NOT…
Skill Claude CodeCodex
Smart conventional commit with diff analysis. Triggers: "commit this", "commit my changes", "save my work", "create a commit", "git commit", "stage and commit".
Skill Claude CodeCodex
UI design workflow — scan patterns, design new UI, or modify UI consistently. Use to redesign a component/page, change colors/typography/style, or extract the design system. Triggers: "make it look like", "update the styling", "redesign this", "match the existing style", "add a dark mode", "make it more minimal".
Skill Claude CodeCodex
Quick bug fix workflow. Use when the user reports a bug or broken behavior — e.g. "fix this", "it's broken", "not working", "there's a bug", "this crashes", "debug this", "it throws", "failing test", "regression", "unexpected behavior". Also triggers on stack traces or error messages.