dinhanhthi/coding-friend
Lean toolkit for disciplined engineering workflows with Claude Code.
Lean toolkit for disciplined engineering workflows with Claude Code.
npx skills add dinhanhthi/coding-friendLean toolkit for disciplined engineering workflows with Claude Code.
DreamServer agent backend for coordinating tools, memory, and autonomous tasks.
Agent-first CLI that installs and syncs governance, skills, and standards across projects
Use when finishing a feature, fixing a bug, before committing React code, or when the user types `/doctor`, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canonical playbook.
API Interrogator to produce MCP, A2A and OpenAPI specifications, and audit/review codebases with Expert Proxies
Standard workflow for pulling updates from main or other branches on multi-contributor projects (including Flows apps) without silently discarding work. Guides fetching/merging, requires listing merge conflicts explicitly, analyzing ours vs theirs using conversation history and repo context, presenting prioritized recommendations, and obtaining user answers before editing conflict markers or completing the merge. Triggers: pull main, merge main, merge origin, rebase, merge conflict, unmerged paths, both modified, integrate branch, sync with main, git merge abort, resolve conflicts, UU status, theirs vs ours, feat branch update.
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.