Skill Claude CodeCodex
Run npm run format and stage any formatting changes before proceeding.
Lean toolkit for disciplined engineering workflows with AI Agents (Claude Code, Codex, Oh-my-pi, Cursor, Grok CLI, Antigravity, ZCode).
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.
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.
Skill Claude CodeCodex
Answer questions about Coding Friend — skills, agents, hooks, CLI, config, memory, hosts, parameters. Auto-invoke for CF capabilities or how to use a skill — e.g. "what skills are available?", "how does coding friend work?", "list all skills", "how do I use cf-plan?", "what is cf-tdd?", "is the CLI required?". Do NOT…
Skill Claude CodeCodex
Work through deferred side-tasks in docs/later/. Triggers: "do the later tasks", "process docs/later", "work through the backlog", "what did we defer", "resolve deferred items", "cf-later-do". Routes to /cf-fix or /cf-plan; removes the file only after verified-done. Slash-only — NOT auto-invoked. Does NOT capture new…
Skill Claude CodeCodex
Extract knowledge for human learning from conversation. Auto-invoke on substantial new technical knowledge, debugging breakthroughs, architecture decisions, or complex explanations. Do NOT auto-invoke for trivial edits, typo fixes, or routine operations. Unlike /cf-remember (AI recall), this is educational notes for…
Skill Claude CodeCodex
Structured optimization — baseline, analyze, optimize, measure, compare. Auto-invoke for performance/speed — e.g. "this is slow", "make it faster", "optimize", "performance", "bottleneck", "too many queries", "high latency", "memory leak", "speed up", "timeout", "N+1". Do NOT auto-invoke for minor refactors or style…
Skill Claude CodeCodex
Resume an existing /cf-plan from where execution last stopped. Triggers: "resume the plan", "continue the plan", "pick up where we left off", "finish the plan", "resume ". Requires a plan under docs/plans/. Does NOT create new plans (use /cf-plan).
Skill Claude CodeCodex
Brainstorm and write an implementation plan. Use when the user wants to plan, build, create, or implement something — e.g. "let's build", "let's create", "add feature", "implement", "set up", "design a solution", "architect", "scaffold", "plan out", "what's the best way to build". Also triggers on multi-step work…
Skill Claude CodeCodex
Extract project knowledge to docs/memory for AI recall. Triggers: "remember this", "save this to memory", "document what we did", "capture this decision", "write this down", "note this", "record this convention". Auto-invoke: non-obvious bug fix → bugs/; architecture decision → decisions/; new convention →…
Skill Claude CodeCodex
In-depth research with web search and structured output. Triggers: "research this", "look into this library", "investigate how X works", "compare these options", "best practices for", "deep dive into", "study this technology".
Skill Claude CodeCodex
Collect and act on an external AI review. Reads the result file, presents findings, offers to fix. Triggers: "review in", "collect review", "check review results", "cf-review-in", "import review".
Skill Claude CodeCodex
Generate a review prompt for an external AI (Gemini, Codex, ChatGPT, or a human). Triggers: "get a second opinion", "external review", "review out", "send for review", "cf-review-out", "prepare review for gemini".
Skill Claude CodeCodex
Dispatch code review to a subagent. Triggers: "review this", "review my changes", "check the code", "code review", "any issues with this?", "review before merge", "review the diff". Also for reviewing specific files, commits, or branches.
Skill Claude CodeCodex
Scan the project and populate memory (architecture, conventions, stack, features). Triggers: "scan the project", "scan the codebase", "bootstrap memory", "populate memory", "analyze the project". Token-heavy — always warn before proceeding.
Skill Claude CodeCodex
Continue or resume Google Antigravity conversations with the native session controls. Use when the user asks to resume, continue, or restore an Antigravity session. Antigravity owns its transcript format, so Coding Friend does not copy or rewrite session files.