dinhanhthi

53 mods across 1 repository, 3 stars between them.

cf-help

25

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 2d ago A 94 tokens original MIT

cf-later-do

26

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 2d ago A 96 tokens original MIT

cf-learn

27

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 2d ago A 64 tokens original MIT

cf-optimize

28

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 2d ago A 93 tokens original MIT

cf-plan-resume

29

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 2d ago A 67 tokens original MIT

cf-plan

30

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 2d ago A 85 tokens original MIT

cf-remember

31

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 2d ago A 109 tokens original MIT

cf-research

32

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 2d ago B 54 tokens original MIT

cf-review-in

33

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 2d ago A 50 tokens original MIT

cf-review-out

34

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 2d ago A 60 tokens original MIT

cf-review

35

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 2d ago A 59 tokens original MIT

cf-scan

36

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 2d ago A 55 tokens original MIT

cf-session

37

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 2d ago A 54 tokens original MIT

cf-ship

38

dinhanhthi/coding-friend

Skill Claude CodeCodex

Verify, commit, push, and create a PR. Triggers: "ship it", "push and create PR", "let's ship", "create a PR", "open a pull request", "ready to merge". Supports --dry-run.

3 2d ago A 54 tokens original MIT

cf-sys-debug

39

dinhanhthi/coding-friend

Skill Claude CodeCodex

Systematic 4-phase debugging — root cause, hypothesis testing, regression-guarded fix, mandatory bug doc. Auto-invoke for non-trivial or recurring bugs — signals: "still broken", "same error again", "came back", flaky/intermittent/race, "used to work, now broken", hard-to-reproduce, works locally fails in CI, "find…

3 2d ago A 128 tokens original MIT

cf-tdd

40

dinhanhthi/coding-friend

Skill Claude CodeCodex

Use when writing new production code, adding features, implementing, or refactoring — e.g. "implement this", "build this feature", "create a function", "add a new endpoint", "write the implementation", "refactor this", "write a test", "add tests", "create a component", "implement the API", "add a route". Also…

3 2d ago A 136 tokens original MIT

cf-teach

41

dinhanhthi/coding-friend

Skill Claude CodeCodex

Personal teacher — after a task, explains what happened as a conversational narrative (approach, alternatives, tradeoffs, pitfalls, lessons). Unlike /cf-learn (structured notes), this is a deep-dive so the human understands what happened and why.

3 2d ago A 55 tokens original MIT

cf-warm

43

dinhanhthi/coding-friend

Skill Claude CodeCodex

Catch up after absence — summarize git history for a user. Triggers: "warm up", "catch me up", "what happened while I was away", "summarize recent changes", "what changed since I left".

3 2d ago A 50 tokens original MIT

dinhanhthi/coding-friend

MCP server Claude CodeCodexCursor +2

CLI for coding-friend — host learning docs, setup MCP server, initialize projects. Runs locally from the coding-friend-cli npm package.

3 2d ago A tokens not measured original MIT

PreCompact

45

dinhanhthi/coding-friend

Hook

Runs before the context is compacted, executing memory-capture.codex.sh. From dinhanhthi/coding-friend.

3 2d ago A tokens not measured original MIT

PreToolUse

46

dinhanhthi/coding-friend

Hook

Runs before the agent uses a tool for Read, Write, Edit, Glob, Grep and apply_patch tool calls, executing privacy-block.sh and scout-block.cjs (2 commands). From dinhanhthi/coding-friend.

3 2d ago A tokens not measured original MIT

SessionStart

47

dinhanhthi/coding-friend

Hook

Runs when a session starts on startup, resume, clear and compact, executing session-init.sh. From dinhanhthi/coding-friend.

3 2d ago A tokens not measured original MIT

Stop

48

dinhanhthi/coding-friend

Hook

Runs when the agent finishes a response, executing session-log.sh. From dinhanhthi/coding-friend.

3 2d ago A tokens not measured original MIT