Production-ready AI dev workflow scaffold with 59 skills, 33 agents, hooks, and rules for Claude Code, Codex, Gemini CLI, Copilot CLI, Qwen Code, and OpenCode.
# AI Dev Kit > Production-ready AI dev workflow scaffold with 59 skills, 33 agents, hooks, and rules. [](https://opensource.org/licenses/MIT) [](https://noahsheldon.dev) [](./skills/) [](./agents/) [](./commands/) --- ## What Is This? AI Dev Kit is a **complete plugin-oriented developer workspace** for AI coding assistants. It ships everything needed to run professional-grade engineering workflows — TDD, code review, security audit, CI/CD, ML pipelines, infrastructure-as-code, code quality analysis, and debt tracking — across Claude Code, Codex, OpenCode, and Gemini CLI. Think of it as a **system prompt that scales to 59 specialized skills and 33 domain agents**, with lifecycle hooks and automated validation. --- ## Quick Start ### Claude Code ```bash /plugin marketplace add noah-sheldon/ai-dev-kit /plugin install ai-dev-kit@ai-dev-kit ``` Or install directly via HTTPS: ```bash /plugin marketplace add https://github.com/noah-sheldon/ai-dev-kit /plugin install ai-dev-kit@ai-dev-kit ``` ### Codex ```bash codex extensions add https://github.com/noah-sheldon/ai-dev-kit ``` Or clone and discover automatically: ```bash git clone https://github.com/noah-sheldon/ai-dev-kit ``` The marketplace at `.agents/plugins/marketplace.json` will be discovered automatically. ### OpenCode ```bash cd .opencode/plugins && npm install && npm run build ``` Or install via HTTPS: ```bash npx opencode plugin install https://github.com/noah-sheldon/ai-dev-kit ``` ### Gemini CLI ```bash gemini extensions link https://github.com/noah-sheldon/ai-dev-kit ``` Or install via HTTPS
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.