Installation
Option 1: Marketplace (Easiest)
Claude Code:
/plugin install specialist-agentCursor:
Cmd+Shift+P → Install Plugin → specialist-agentOption 2: CLI
bash
cd your-project
npx specialist-agent initWorks on any platform.
What Happens
- Detects your framework (React, Vue, Next.js, SvelteKit, Angular, Astro, Nuxt)
- Asks Full or Lite mode
- Installs agents and skills to
.claude/ - Optionally installs native Claude Code hooks (security guard, auto-dispatch, session context, auto-format)
text
your-project/
├── .claude/
│ ├── agents/ # AI agents
│ ├── skills/ # Slash commands
│ └── settings.json # Native hooks config
├── .specialist-agent/
│ └── hooks/native/ # Hook scripts
├── docs/
│ └── ARCHITECTURE.md # Your conventions
└── CLAUDE.md # Project configVerify
"Use @scout to analyze this project"Modes
| Mode | Model | Cost |
|---|---|---|
| Full | Sonnet/Opus | Standard |
| Lite | Haiku | 60-80% less |
CLI Commands
bash
npx specialist-agent init # Install
npx specialist-agent list # List installed
npx specialist-agent create-agent @x # Create custom agent
npx specialist-agent profiles set x # Set team profileTeam Profiles
| Profile | Description |
|---|---|
startup-fast | Move fast, Haiku |
enterprise-strict | Full validation |
learning-mode | Explain everything |
cost-optimized | Minimize tokens |
Platform Guides
Need manual setup? See platform-specific guides:
Next
- Quick Start — Build your first feature
- Agents — All 27+ agents