A universal CLI toolkit for serious AI-assisted development. Works across Cursor, Claude Code, Antigravity, 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.
| Package | Description | |---------|-------------| | ai-devkit (CLI) | Scaffold structured docs, configure AI environments, and manage development phases | | @ai-devkit/memory | Give agents persistent, searchable long-term memory via MCP |
| Agent | Status | |-------|--------| | Claude Code | ✅ Supported | | GitHub Copilot | ✅ Supported | | Gemini CLI | ✅ Supported | | Cursor | ✅ Supported | | opencode | ✅ Supported | | Antigravity | ✅ Supported | | Codex CLI | ✅ Supported | | Windsurf | 🚧 Testing | | | 🚧 Testing | | | 🚧 Testing | | | 🚧 Testing |
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