my-agent-kit
v1.0.0
Published
AI coding agent kit — 14 agents, 80+ skills, structured workflows. Works with Claude Code, Codex CLI, GitHub Copilot.
Downloads
114
Maintainers
Readme
My Agent Kit
Personal AI coding agent kit — 14 agents, 80+ skills, 15 hooks, structured workflows.
Built for Claude Code, with cross-tool support for Codex CLI, GitHub Copilot, Cursor, Windsurf, and others via AGENTS.md.
Install
Via npx (recommended)
# Install into current directory
npx my-agent-kit init
# Install into specific project
npx my-agent-kit init /path/to/your-project
# With cross-tool support (Copilot + Codex)
npx my-agent-kit init . --all
# Preview first
npx my-agent-kit init . --dry-runVia git clone
git clone [email protected]:phuc-nt/my-agent-kit.git
cd my-agent-kit
./mk-init.sh /path/to/your-project --allOptions: --force (overwrite), --skills-install (Python deps), --copilot, --codex, --all.
Quick Start
cd your-project
claude # Start Claude CodeThen try: /cook "feature X", /fix "bug Y", /test, /ship.
See CLAUDE.md and AGENTS.md in the kit root for full command reference and detailed instructions.
Customize
Edit CLAUDE.md in your project to add stack, conventions, and deploy target. The AI adapts automatically.
Structure
| Directory | Contents |
|---|---|
| .claude/agents/ | 14 specialist agents |
| .claude/skills/ | 80+ domain knowledge packs |
| .claude/hooks/ | 15 event automation hooks |
| .claude/rules/ | 5 workflow rule files |
| templates/ | CLAUDE.md + AGENTS.md copied to target projects |
Cross-Tool Support
| Tool | What it reads |
|---|---|
| Claude Code | CLAUDE.md + full .claude/ (native) |
| GitHub Copilot | CLAUDE.md + .claude/rules/ + .claude/skills/ (native since VS Code 1.108) |
| Codex CLI | AGENTS.md + .codex/config.toml + .agents/skills/ (symlinked) |
| Cursor / Windsurf | AGENTS.md |
License
MIT
