A universal CLI toolkit for AI agent skills, enabling structured AI-assisted development across tools like Cursor, Claude Code, Codex, and more.
# Add to your Claude Code skills
git clone https://github.com/codeaholicguy/ai-devkitThe toolkit for AI-assisted software development.
AI DevKit helps AI coding agents work more effectively with your codebase. It provides structured workflows, persistent memory, and reusable skills — so agents follow the same engineering standards as senior developers.
npx ai-devkit@latest init
This launches an interactive setup wizard that configures your project for AI-assisted development in under a minute.
| Agent | Agent Setup Support | Agent Control Support | |-------|---------------------|-----------------------| | Claude Code | ✅ Supported | ✅ Ready | | GitHub Copilot | ✅ Supported | ❌ Not Ready | | Gemini CLI | ✅ Supported | ❌ Not Ready | | Cursor | ✅ Supported | ❌ Not Ready | | opencode | ✅ Supported | ❌ Not Ready | | Antigravity | ✅ Supported | ❌ Not Ready | | Codex CLI | ✅ Supported | ✅ Ready | | Windsurf | 🚧 Testing | ❌ Not Ready | | Kilo Code | 🚧 Testing | ❌ Not Ready | | Roo Code | 🚧 Testing | ❌ Not Ready | | Amp | 🚧 Testing | ❌ Not Ready |
No comments yet. Be the first to share your thoughts!
📖 Visit ai-devkit.com for the full documentation, including:
We welcome contributions! See the Contributing Guide for details.
git clone https://github.com/Codeaholicguy/ai-devkit.git
cd ai-devkit
npm install
npm run build
MIT