Skip to content

A universal CLI toolkit for serious AI-assisted development. Works across Cursor, Claude Code, Antigravity, Codex, and more.

Notifications You must be signed in to change notification settings

codeaholicguy/ai-devkit

Repository files navigation

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 License: MIT

Quick Start

npx ai-devkit init

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

What's Included

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

Supported Agents

Agent Status
Claude Code ✅ Supported
GitHub Copilot ✅ Supported
Gemini CLI ✅ Supported
Cursor ✅ Supported
opencode ✅ Supported
Antigravity ✅ Supported
Codex CLI ✅ Supported
Windsurf 🚧 Testing
Kilo Code 🚧 Testing
Roo Code 🚧 Testing
Amp 🚧 Testing

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