CLI tool to scaffold AI agent configurations for Claude Code, Cursor, and other AI coding assistants
# 🤖 AgentKit > **Scaffold AI agent configurations for Claude Code, Cursor, GitHub Copilot, Aider, and more.** AgentKit is a CLI tool that helps you set up specialized AI agents for your development workflow. Get 42 pre-built agents across 7 departments—from engineering and design to marketing and testing—all optimized for rapid app development. [](https://www.npmjs.com/package/@patricio0312rev/agentkit) [](https://opensource.org/licenses/MIT) --- ## ✨ Features - 🚀 **42 Pre-built Agents** across 7 specialized departments - 🔧 **Multi-tool Support** - Works with Claude Code, Cursor, GitHub Copilot, Aider, and more - 📦 **Zero Configuration** - Interactive setup in under 2 minutes - 🎨 **Customizable** - Select exactly which agents you need - 🌍 **Language Agnostic** - Supports TypeScript, Python, Go, Java, Swift, Kotlin, and more - ⚡ **Optimized for Speed** - Built for 6-day development sprints --- ## 📦 Installation ```bash # Install globally npm install -g @patricio0312rev/agentkit # Or use directly with npx npx agentkit init ``` --- ## 🚀 Quick Start ```bash # Interactive setup agentkit init # Non-interactive (with all flags) agentkit init \ --tool cursor \ --folder .cursorrules \ --departments engineering,design \ --skip-prompts ``` Follow the prompts to: 1. Select your AI tool (Cursor, Claude Code, etc.) 2. Choose departments (Engineering, Design, Marketing, etc.) 3. Pick specific agents (or keep all selected) 4. Generate your configuration ✨ --- ## 🏢 Available Departments & Agents ### **Design** (5 agents) - `brand-guardian` - Brand consistency and visual identity - `ui-designer` - Interface design and component systems - `ux-researcher` - User research and testing - `visual-storyteller` - Marketing visuals and graphics - `whimsy-injector` - Delightful micro-interactions ### **Engineering**
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.