my-agent-kit
v2.1.0
Published
AI coding agent kit — 14 agents, 90+ skills, 20+ hooks, structured workflows. Works with Claude Code, Codex CLI, GitHub Copilot.
Maintainers
Readme
Built for Claude Code, with cross-tool support for GitHub Copilot, Codex CLI, Cursor, Windsurf, and others.
Why
Claude Code out of the box has no memory across sessions, no structured workflows, and no domain knowledge. You end up re-explaining the same things every time.
My Agent Kit fixes this by layering agents (specialist roles), skills (domain knowledge), hooks (automation), and rules (workflow enforcement) on top — all as plain files, no magic.
Install
npx my-agent-kit initRun inside your project directory. Add --all for Copilot + Codex support. See full install guide for options and post-setup steps.
Quick Start
cd your-project && claude/mk:cook "add user authentication with Google OAuth"The kit handles the rest: plan → implement → test → review → ready to ship.
See all commands and workflow guides by project type (CLI tool, Web full-stack, Infra/DevOps, plus an invariant core that covers ~90% of projects).
What's Inside
| Component | Count | What |
|---|---|---|
| Agents | 14 | planner, tester, code-reviewer, debugger, researcher, fullstack-developer, code-simplifier, journal-writer, and more |
| Skills | 90+ | frontend, backend, databases, DevOps, design, AI/ML, testing, security, documents, deployment, plus: chrome-profile, agentize, cti-expert, excalidraw, graphify, show-off, xia |
| Hooks | 20+ | Session context injection, dev rules enforcement, privacy protection, signal-driven simplify gate, state tracking, workflow artifact gate (opt-in) |
| Rules | 7 | Workflow, development standards, orchestration, documentation, team coordination, skill domain routing, skill workflow routing |
What's new in 2.1.0
The workflow artifact gate turns mk:cook / mk:fix review into a file-backed contract: 5 JSON artifacts (context-snippets, risk-gate, verification, review-decision, adversarial-validation) must validate before any finalize / commit / ship / push / PR / deploy action. Auto mode now stops on high-risk diffs (auth, payments, DB schema, CI/deploy, destructive FS ops). Score >= 9.5 is now only a confidence signal — never sufficient for approval on its own.
Opt-in per project via .claude/.mk.json:
{ "hooks": { "workflow-artifact-gate": true } }See CHANGELOG for the full list.
Cross-Tool Support
| Tool | Support |
|---|---|
| Claude Code | Full — CLAUDE.md + .claude/ |
| GitHub Copilot | Full — reads .claude/ natively (VS Code 1.108+) |
| Codex CLI | Good — AGENTS.md + .agents/skills/ symlink |
| Cursor / Windsurf | Basic — reads AGENTS.md |
Documentation
- Installation & Setup — Install, configure, customize, tips
- Workflow Guides — 33 real-world workflows by role
Contributing
See CONTRIBUTING.md.
