Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 2.17 KB

File metadata and controls

58 lines (42 loc) · 2.17 KB

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

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 ✅ 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