Quick Start
Get running in under 2 minutes.
1. Install
sh
npx specialist-agent initThe CLI will ask you to:
- Pick your framework (or "No framework" for empty projects)
- Choose agent mode (Full for Sonnet/Opus, Lite for Haiku)
- Select which agent groups to install
- Configure native hooks (optional)
2. Use an Agent
Open your AI assistant and call an agent:
txt
Use @builder to create the products module with CRUD and validationtxt
Use @reviewer to review src/modules/auth/txt
Use @sentry-triage to check Sentry errors from the last 24h3. Use a Skill
Skills are repeatable workflows:
txt
/plan add user authentication with JWT and refresh tokenstxt
/autofix --timeframe=24htxt
/tdd create the payment validation service4. Combine Agents + Skills
The real power is combining them:
txt
/plan add real-time notifications
→ @builder implements
→ @reviewer reviews
→ /verify confirmsWhat's Next
- Agent Catalog — Browse all 36 agents interactively
- Skills Reference — All 32 skills
- Best Practices — Get the most out of your agents