{"id":45063678,"url":"https://github.com/dinhanhthi/coding-friend","last_synced_at":"2026-05-03T10:05:54.588Z","repository":{"id":339292652,"uuid":"1159050179","full_name":"dinhanhthi/coding-friend","owner":"dinhanhthi","description":"Lean toolkit for disciplined engineering workflows with Claude Code.","archived":false,"fork":false,"pushed_at":"2026-04-28T10:07:54.000Z","size":3257,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-28T11:34:46.022Z","etag":null,"topics":["agent","claude","claude-code","cli","dinhanhthi","mcp","skills","vibe-coding"],"latest_commit_sha":null,"homepage":"https://cf.dinhanhthi.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dinhanhthi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-16T08:53:42.000Z","updated_at":"2026-04-28T10:07:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dinhanhthi/coding-friend","commit_stats":null,"previous_names":["dinhanhthi/coding-friend"],"tags_count":139,"template":false,"template_full_name":null,"purl":"pkg:github/dinhanhthi/coding-friend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinhanhthi%2Fcoding-friend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinhanhthi%2Fcoding-friend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinhanhthi%2Fcoding-friend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinhanhthi%2Fcoding-friend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dinhanhthi","download_url":"https://codeload.github.com/dinhanhthi/coding-friend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinhanhthi%2Fcoding-friend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32404419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","claude","claude-code","cli","dinhanhthi","mcp","skills","vibe-coding"],"created_at":"2026-02-19T10:16:32.705Z","updated_at":"2026-05-03T10:05:54.568Z","avatar_url":"https://github.com/dinhanhthi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/logo.svg\" alt=\"Coding Friend Logo\" width=\"100\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eCoding Friend\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Lean toolkit for disciplined engineering workflows with Claude Code.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://cf.dinhanhthi.com\"\u003eWebsite\u003c/a\u003e ·\n  \u003ca href=\"https://cf.dinhanhthi.com/docs\"\u003eDocumentation\u003c/a\u003e ·\n  \u003ca href=\"https://cf.dinhanhthi.com/changelog\"\u003eChangelog\u003c/a\u003e ·\n  \u003ca href=\"https://github.com/dinhanhthi/coding-friend/issues\"\u003eReport Bug\u003c/a\u003e\n\u003c/p\u003e\n\n## What It Does\n\n- Supports test-driven development (TDD) — opt-in via `--add-tests` flag or `tdd: true` in config\n- Provides systematic debugging methodology\n- Quick bug fix workflow (`/cf-fix`)\n- Structured optimization with before/after measurement (`/cf-optimize`)\n- Quick Q\u0026A about codebase with memory (`/cf-ask`)\n- Ensures verification before claiming done\n- Smart conventional commits and code review\n- ✨ Cross-agent code review (`/cf-review-out` + `/cf-review-in`) — generate a review prompt for any AI agent (Gemini, Codex, ChatGPT, or human), collect results when ready\n- Captures project knowledge across sessions (`/cf-remember`)\n- ✨ Persistent AI memory with 3-tier hybrid search (`cf memory`) — stores facts, preferences, debug episodes across sessions with automatic recall\n- ✨ Helps humans learn from vibe coding sessions (`/cf-learn` for concise notes, `/cf-teach` for deep conversational breakdowns) — browse as a searchable website (`cf host`) or share with other LLM clients via MCP server (`cf mcp`)\n- In-depth research with web search and parallel subagents (`/cf-research`)\n- Custom skill guides — extend built-in skills with your own Before/Rules/After per skill\n- ✨ Save and load Claude Code session chats across machines and accounts (`/cf-session`)\n- ✨ Smart auto-approve — 3-step hook (rules → working-dir check → Sonnet LLM classifier) auto-approves read-only tools and working-dir file edits, blocks destructive commands, and uses an LLM classifier for everything else. When blocked, Claude gets the reason and tries alternatives. Available to all users, opt-in via config\n- Prompt injection defense — layered content isolation protects against malicious instructions\n- CLI utilities — manage plugin installation, project setup, and updates with a single `cf` command. `cf permission` lets you interactively configure Claude Code's tool permissions\n- ✨ Customizable Claude Code statusline with account info \u0026 API rate limit tracking\n  ```\n  🧠 Opus (1M)\n  cf v0.3.0 | 📂 MyProject (⎇ main) | 👤 Thi Dinh (me@dinhanhthi.com)\n  ctx 42% | [5h] 30% → 2:30pm | [7d] 10% → mar 15, 2:30pm\n  📋 Tasks: 2/5 | 🤖 Agent: cf-reviewer\n  ```\n\nFor full details, visit the **[official website](https://cf.dinhanhthi.com/#features)**.\n\n## Quick Start\n\nRequires [Node.js](https://nodejs.org/) 20+ and [Claude Code](https://claude.com/claude-code).\n\n1. Install the CLI: `npm i -g coding-friend-cli`\n2. Install the plugin: `cf install`\n   \u003cdetails\u003e\n   \u003csummary\u003eOr install manually (no CLI)\u003c/summary\u003e\n\n   ```bash\n   claude plugin marketplace add dinhanhthi/coding-friend\n   claude plugin install coding-friend@coding-friend-marketplace\n   ```\n\n   \u003c/details\u003e\n\n3. Initialize your workspace: `cf init`\n4. Restart Claude Code\n5. **(Optional) Enable AI memory** — stores project knowledge across sessions with automatic recall:\n   ```bash\n   cf memory start-daemon  # Start daemon with fuzzy search (Tier 2)\n   cf memory init          # Initialize SQLite with hybrid search (Tier 1)\n   cf memory status        # Check current tier and document count\n   ```\n   Then bootstrap memory inside Claude Code: `/cf-scan This is a Next.js app with PostgreSQL and Stripe`\n   Learn more: [cf memory](cli/README.md#cf-memory), [Memory System](https://cf.dinhanhthi.com/docs/reference/memory-system/).\n6. **(Optional) Host your learning docs** — browse `/cf-learn` and `/cf-teach` notes as a website or expose to other LLM clients:\n   ```bash\n   cf host              # Serve docs/learn/ as a website at localhost:3333\n   cf mcp               # Setup an MCP server so other LLM clients can read your notes\n   ```\n   Learn more: [cf host](cli/lib/learn-host/README.md), [cf mcp](cli/lib/learn-mcp/README.md).\n\n## Commands\n\n| Command                                         | Description                                                                      |\n| ----------------------------------------------- | -------------------------------------------------------------------------------- |\n| `/cf-ask [question]`                            | Quick Q\u0026A about codebase                                                         |\n| `/cf-commit [hint]`                             | Analyze diff and create conventional commit                                      |\n| `/cf-design [mode]`                             | UI design: scan patterns, design or modify UI consistently                       |\n| `/cf-fix [bug]`                                 | Quick bug fix workflow                                                           |\n| `/cf-help [question]`                           | Answer questions about Coding Friend                                             |\n| `/cf-learn [topic]`                             | Extract learnings for human review                                               |\n| `/cf-optimize [target]`                         | Structured optimization with measurement                                         |\n| `/cf-plan [task]` \\| `/cf-plan --resume \u003cpath\u003e` | Brainstorm and write implementation plan; `--resume` resumes an interrupted plan |\n| `/cf-remember [topic]`                          | Capture project knowledge                                                        |\n| `/cf-research [topic]`                          | In-depth research with web search                                                |\n| `/cf-review [target]`                           | Code review in forked subagent                                                   |\n| `/cf-scan [desc]`                               | Scan project and bootstrap memory                                                |\n| `/cf-session`                                   | Save/load Claude Code sessions                                                   |\n| `/cf-ship [hint]`                               | Verify, commit, push, and create PR                                              |\n| `/cf-teach [topic]`                             | Personal teacher — conversational breakdown                                      |\n| `/cf-warm [--user]`                             | Catch up after absence — git history summary                                     |\n\nAuto-invoked skills (no slash needed): `cf-tdd`, `cf-sys-debug`, `cf-verification`.\n\n## CLI Commands\n\nThe plugin is managed by the CLI `cf` command. Learn more about the CLI in the [CLI documentation](cli/README.md).\n\n## Plugin development\n\nFor plugin developers, check [plugin-dev.md](docs/plugin-dev.md).\n\n## Further Reading\n\nRead the [official documentation](https://cf.dinhanhthi.com).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinhanhthi%2Fcoding-friend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdinhanhthi%2Fcoding-friend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinhanhthi%2Fcoding-friend/lists"}