Supercharge your AI coding agents with rules & commands
A universal CLI toolkit to manage, share, and sync configurations for all AI coding agents
# 1. Clone the repository
git clone https://github.com/duongductrong/agent-kit.git
cd agent-kit
# 2. Install dependencies
./install.sh
# 3. Initialize for GitHub Copilot (VSCode)
agentkit init -t github-copilotDone! Your Copilot is now supercharged with rules, commands, and skills.
Tip: You can use agent-kit, agentkit, or ak as CLI aliases.
- Commands: Reusable prompt templates
- Rules: Project-specific AI guidelines
- Skills: Guides for specialized domains
- Multi-Agent: Works with Copilot, Cursor, Windsurf, Kiro, etc.
init– Initialize rules, commands, and skills for your agentadd– Add a new command, rule, or skilllist– List available commands, rules, skills, or MCP serversmcp– Manage MCP servers (add, list, status, info, remove)remove– Remove a command, rule, or skill
.github/– Copilot instructions, prompts, skills.vscode/mcp.json– MCP server configtemplates/– Command, rule, and skill templates
- Commands: docs, explain, fix, implement, refactor, review, test
- Rules: coding-style, git, toc
- Skills: aesthetic, backend-development, chrome-devtools, frontend-design, frontend-development, mermaidjs-v11, problem-solving, research, sequential-thinking, skill-builder, spec-builder, ui-styling, and more
git clone https://github.com/duongductrong/agent-kit.git
cd agent-kit
pnpm install
pnpm build
pnpm dev # Watch modeRequires: Node.js >= 18.0.0
MIT © [ngocp-0847]
Made with ♥ for the AI coding agent community