Introduction
Specialist Agent is a collection of AI agents that help you build software faster.
How It Works
- You describe what you need
- The right agent handles it
- You get production-ready code
"Create a products module with CRUD"
→ @builder creates types, service, components, tests
"Review the auth module"
→ @reviewer checks quality, architecture, security
"Debug the login error"
→ @debugger traces through layers to find root causeInstall
Marketplace:
/plugin install specialist-agentCLI:
bash
npx specialist-agent initWorks with Claude Code, Cursor, VS Code, Windsurf, and Codex.
Choose Your Scenario
I want to...
| Goal | Agent | Example |
|---|---|---|
| Build a new feature | @builder | "Create user registration" |
| Review code | @reviewer | "Review the auth module" |
| Debug an issue | @debugger | "Fix the 500 error on login" |
| Design an API | @api | "Design REST API for orders" |
| Add payments | @finance | "Integrate Stripe checkout" |
| Add authentication | @security | "Implement JWT auth" |
| Optimize performance | @perf | "Optimize the dashboard" |
| Add translations | @i18n | "Add Portuguese support" |
| Modernize legacy code | @migrator | "Migrate to TypeScript" |
| Plan a complex feature | @planner | "Plan the checkout flow" |
| Audit code before release | /audit | "/audit src/modules/auth" |
| Onboard to new codebase | /onboard | "/onboard" |
Framework Support
| Framework | What You Get |
|---|---|
| Next.js | App Router patterns, Server Components |
| React | Hooks, React Query, Zustand |
| Vue 3 | Composition API, Pinia, Vue Query |
| SvelteKit | Stores, load functions |
| Angular | Standalone components, Signals, DI |
| Astro | Islands architecture, Content Collections |
| Nuxt | Auto-imports, Nitro server, useFetch |
Each framework has specific patterns for services, state, and components.
Full vs Lite Mode
| Mode | Best For | Cost |
|---|---|---|
| Full | Complex features, PRs | Standard |
| Lite | Quick tasks, scaffolding | 60-80% less |
Lite mode uses a smaller model for faster, cheaper results.
Next Steps
- See real scenarios — How developers use each agent
- Start building — Create your first feature
- Browse all agents — Full reference