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
53Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

cf-explorer

01

dinhanhthi/coding-friend

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…

3 2d ago A 191 tokens original MIT

cf-implementer

02

dinhanhthi/coding-friend

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…

3 2d ago A 213 tokens original MIT

cf-planner

03

dinhanhthi/coding-friend

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…

3 2d ago A 187 tokens original MIT

cf-reviewer-plan

04

dinhanhthi/coding-friend

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.

3 2d ago A 58 tokens original MIT

cf-reviewer-quality

05

dinhanhthi/coding-friend

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.

3 2d ago A 48 tokens original MIT

cf-reviewer-reducer

06

dinhanhthi/coding-friend

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.

3 2d ago A 43 tokens original MIT

cf-reviewer-rules

07

dinhanhthi/coding-friend

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.

3 2d ago A 63 tokens original MIT

dinhanhthi/coding-friend

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…

3 2d ago A 73 tokens original MIT

cf-reviewer-tests

09

dinhanhthi/coding-friend

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.

3 2d ago A 45 tokens original MIT

cf-reviewer

10

dinhanhthi/coding-friend

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…

3 2d ago A 214 tokens original MIT

cf-writer-deep

11

dinhanhthi/coding-friend

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…

3 2d ago A 139 tokens original MIT

cf-writer

12

dinhanhthi/coding-friend

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…

3 2d ago A 154 tokens original MIT