AI DevKit

The toolkit for AI-assisted software development, enhancing coding agent efficiency.

AI DevKit

The 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.

npm version npm downloads License: MIT

Quick Start

npx ai-devkit@latest init

This launches an interactive setup wizard that configures your project for AI-assisted development in under a minute.

Supported Agents

AgentAgent Setup SupportAgent 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✅ Supported❌ Not Ready

Documentation

📖 Visit ai-devkit.com for the full documentation, including:

  • Getting started guide
  • Phase-based development workflow
  • Memory system setup
  • Skill management
  • Agent configuration

Contributing

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

License

MIT