Unified multi-agent skill system for AI coding assistants (Claude Code, Cursor, Copilot, Gemini) with 414+ skills, 38 agents, and 57 commands. Features smart tech detection, per-project installation, and auto-sync from upstream sources.
# Devkit > Unified multi-agent skill system for AI coding assistants [](https://www.npmjs.com/package/@ngxtm/devkit) [](https://opensource.org/licenses/MIT) Supercharge your AI coding assistant with **414+ skills**, **38 agents**, and **57 commands**. Works with Claude Code, Cursor, GitHub Copilot, and Cursor. ## Features - **Smart Tech Detection** - Automatically detects your project stack and loads relevant skills - **Per-Project Installation** - Install only what you need, where you need it - **Context-Optimized** - Index-only mode reduces context usage by 99.95% - **Auto-Sync** - Daily updates from upstream sources via GitHub Actions - **Multi-Tool Support** - Works with Cursor, Cursor, Cursor, and Cursor ## Quick Start ```bash npm install -g @ngxtm/devkit devkit install ``` ## Installation Modes | Mode | Command | Size | Description | |------|---------|------|-------------| | **Index-only** | `devkit install` | ~30KB | On-demand skill loading (recommended) | | Minimal | `devkit install --minimal` | ~2MB | ~20 core skills | | Category | `devkit install -c=react,ts` | varies | Specific categories only | | Full | `devkit install --full` | ~59MB | All 414+ skills | ## Commands ```bash # Planning & Building /plan # Create implementation strategy /cook # Build feature with full workflow /code # Code with workflow # Development /fix # Fix bugs /test # Run tests /review # Code review /scout # Explore codebase # Setup /bootstrap # Setup new project /coding-level # Set output style (eli5 → god) /kanban # Manage tasks ``` ## Coding Levels | Level | Command | Style | |-------|---------|-------| | 0 | `/coding-level 0` | ELI5 - Learning friendly | | 1 | `/coding-level 1` | Junior - Detailed comments | | 2 | `/coding-level 2` | Mid - Balanced | | 3 |
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.