dinhanhthi/coding-friend

Lean toolkit for disciplined engineering workflows with AI Agents (Claude Code, Codex, Oh-my-pi, Cursor, Grok CLI, Antigravity, ZCode).

3Stars on the repository
52Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

cf-plan-custom

02

dinhanhthi/coding-friend

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.

3 3d ago A 0 tokens original MIT

cf-review-custom

03

dinhanhthi/coding-friend

Skill Claude CodeCodex

After the standard review completes, check if any changed files require documentation updates.

3 3d ago A 0 tokens original MIT

cf-ship-custom

04

dinhanhthi/coding-friend

Skill Claude CodeCodex

This is a version bump + ship + release operation. Run these steps BEFORE the standard cf-ship workflow.

3 3d ago A 0 tokens original MIT

cf-advise

05

dinhanhthi/coding-friend

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…

3 3d ago A 94 tokens original MIT

cf-ask

06

dinhanhthi/coding-friend

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.

3 3d ago A 68 tokens original MIT

cf-checkpoint-from

07

dinhanhthi/coding-friend

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).

3 3d ago A 73 tokens original MIT

cf-checkpoint

08

dinhanhthi/coding-friend

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…

3 3d ago B 77 tokens original MIT

cf-commit

09

dinhanhthi/coding-friend

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".

3 3d ago A 42 tokens original MIT

cf-design

10

dinhanhthi/coding-friend

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".

3 3d ago A 76 tokens original MIT

cf-fix

11

dinhanhthi/coding-friend

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.

3 3d ago A 75 tokens original MIT

cf-help

12

dinhanhthi/coding-friend

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…

3 3d ago A 94 tokens original MIT

cf-later-do

13

dinhanhthi/coding-friend

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…

3 3d ago A 96 tokens original MIT

cf-learn

14

dinhanhthi/coding-friend

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…

3 3d ago A 64 tokens original MIT

cf-optimize

15

dinhanhthi/coding-friend

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…

3 3d ago A 93 tokens original MIT

cf-plan-resume

16

dinhanhthi/coding-friend

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).

3 3d ago A 67 tokens original MIT

cf-plan

17

dinhanhthi/coding-friend

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…

3 3d ago A 85 tokens original MIT

cf-remember

18

dinhanhthi/coding-friend

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 →…

3 3d ago A 109 tokens original MIT

cf-research

19

dinhanhthi/coding-friend

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".

3 3d ago B 54 tokens original MIT

cf-review-in

20

dinhanhthi/coding-friend

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".

3 3d ago A 50 tokens original MIT

cf-review-out

21

dinhanhthi/coding-friend

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".

3 3d ago A 60 tokens original MIT

cf-review

22

dinhanhthi/coding-friend

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.

3 3d ago A 59 tokens original MIT

cf-scan

23

dinhanhthi/coding-friend

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.

3 3d ago A 55 tokens original MIT

cf-session

24

dinhanhthi/coding-friend

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.

3 3d ago A 54 tokens original MIT