Your AI development team — 36 agents and 32 skills for building, reviewing, debugging, and shipping production code.
npx claudepluginhub herbertjulio/specialist-agentYour AI development team. 36 agents and 32 skills for building, reviewing, debugging, and shipping production code. Supports Vue, React, Next.js, SvelteKit, Angular, Astro, and Nuxt.
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations
Claude Code plugins for the Slidev presentation framework
Share bugs, ideas, or general feedback.
Your AI development team. 36 agents. 32 skills. Ship faster.
npx specialist-agent init
"Use @builder to create a payments module with CRUD"
"Use @reviewer to review the auth module"
/tdd implement calculateDiscount function
The foundation. Build, review, debug, migrate.
| Agent | What it does | Example |
|---|---|---|
@starter | Scaffold new projects from scratch | "Create a Next.js + Prisma + Stripe app" |
@builder | Build modules, components, services | "Create a products module with CRUD" |
@reviewer | 3-in-1 review: spec + quality + architecture | "Review the auth module" |
@doctor | Systematic 4-phase debugging | "Investigate the 500 error on login" |
@migrator | Modernize legacy code | "Migrate src/legacy/ to TypeScript" |
Plan, execute, coordinate, remember.
| Agent | What it does | Example |
|---|---|---|
@planner | Adaptive planning by complexity | "Plan the checkout flow" |
@executor | Execute plans with checkpoints and gates | "Execute the auth migration plan" |
@tdd | Test-Driven Development (RED-GREEN-REFACTOR) | "TDD the discount calculator" |
@debugger | Systematic debugging with hypotheses | "Debug the state sync issue" |
@pair | Real-time pair programming | "Pair with me on the payment flow" |
@analyst | Requirements to technical specs | "Spec out the notification system" |
@orchestrator | Coordinate multiple agents on complex tasks | "Orchestrate the full checkout feature" |
@scout | Quick project analysis | "Analyze this project" |
@memory | Cross-session decision persistence | "Remember: use Zustand for state" |
Domain specialists for every layer of your stack.
| Agent | What it does | Example |
|---|---|---|
@api | REST/GraphQL API design with OpenAPI | "Design the orders API" |
@perf | Performance profiling and optimization | "Optimize the dashboard load time" |
@i18n | Internationalization | "Add Portuguese support" |
@docs | Documentation generation | "Generate API docs from code" |
@refactor | Code refactoring with safety nets | "Extract service layer from controllers" |
@deps | Dependency management and updates | "Audit and update dependencies" |
@explorer | Deep codebase exploration | "Map the module dependencies" |
@finance | Payments, billing, subscriptions | "Integrate Stripe checkout" |
@cloud | AWS, GCP, Terraform, serverless | "Set up Lambda + API Gateway" |
@security | Auth, OWASP Top 10, encryption | "Audit for XSS and injection" |
@designer | Design systems, accessibility | "Create the component library" |
@data | Database design, migrations, caching | "Design the schema with Prisma" |
@devops | Docker, Kubernetes, CI/CD | "Create the GitHub Actions pipeline" |
@tester | Test strategies and coverage | "Create test strategy for payments" |
@legal | GDPR, LGPD, CCPA compliance | "Check LGPD compliance" |
@architect | Architecture migration (DDD, Clean, Hexagonal) | "Migrate to Clean Architecture" |
@ripple | Cascading effect analysis | "What breaks if I change the User model?" |
Product, growth, and support.
| Agent | What it does | Example |
|---|---|---|
@marketing | Landing pages, copy, SEO, growth analytics | "Create the pricing page with SEO" |
@product | Roadmaps, specs, PRDs, user stories | "Write PRD for the onboarding flow" |
@support | Help docs, FAQs, runbooks, error pages | "Create the help center" |
Autonomous triage and resolution.
| Agent | What it does | Example |
|---|---|---|
@sentry-triage | Pull Sentry errors, cross-reference PRs, prioritize, auto-fix | "Triage today's Sentry errors" |
@autopilot | Iterative autonomous builds with PRD and progress tracking | "Build the dashboard module overnight" |