Skip to content

Introduction

Specialist Agent is a collection of AI agents that help you build software faster.

How It Works

  1. You describe what you need
  2. The right agent handles it
  3. 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 cause

Install

Marketplace:

/plugin install specialist-agent

CLI:

bash
npx specialist-agent init

Works with Claude Code, Cursor, VS Code, Windsurf, and Codex.

Choose Your Scenario

I want to...

GoalAgentExample
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

FrameworkWhat You Get
Next.jsApp Router patterns, Server Components
ReactHooks, React Query, Zustand
Vue 3Composition API, Pinia, Vue Query
SvelteKitStores, load functions
AngularStandalone components, Signals, DI
AstroIslands architecture, Content Collections
NuxtAuto-imports, Nitro server, useFetch

Each framework has specific patterns for services, state, and components.

Full vs Lite Mode

ModeBest ForCost
FullComplex features, PRsStandard
LiteQuick tasks, scaffolding60-80% less

Lite mode uses a smaller model for faster, cheaper results.

Next Steps

  1. See real scenarios — How developers use each agent
  2. Start building — Create your first feature
  3. Browse all agents — Full reference

Released under the MIT License.