#286 · Primary category: AI Coding Assistants
ai-devkit
The control plane for AI coding agents.
Project last updated:08/30/26
GitHub Stars
1.6K
Forks
244
Contributors
9
License
MIT
Why we included this project
When a team outgrows a single assistant and finds itself running Claude Code, Codex, Gemini CLI, Cursor, and opencode in separate terminals, the hard part stops being any one tool and becomes the lack of a shared way to control them all. AI DevKit sits on top of those agents as a local-first layer. One .ai-devkit.json reconciles setup across tools, an agent console TUI shows live sessions, and agent send routes prompts and test output into a running agent. A local SQLite memory store keeps decisions and conventions searchable instead of stuffing them into every prompt, and composable skills like the dev-lifecycle workflow plus a verify gate let teams build a repeatable, reviewable operating model that won't call work done without fresh test evidence. That makes it most useful for engineering leads and solo maintainers whose AI setups have sprawled into a handful of isolated terminals. It isn't another coding model; it's the glue between the ones you already run.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.