Claude Tools / MCP Servers / specialist-agent
MCP Servers · herbertjulio/specialist-agent
specialist-agent
Your 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.
CLEARED_STATICmcp-portablev2.11.3
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
MCP-portable
Type
MCP Servers
Tests & results
What the pipeline checked
What's inside
Components found
agents/analyst-lite.md
componentmedium
agents/analyst.md
componentmedium
agents/api-lite.md
componentmedium
agents/api.md
componentmedium
agents/architect-lite.md
componentmedium
agents/architect.md
componentmedium
agents/autopilot-lite.md
componentmedium
agents/autopilot.md
componentmedium
agents/cloud-lite.md
componentmedium
agents/cloud.md
componentmedium
agents/data-lite.md
componentmedium
agents/data.md
componentmedium
agents/debugger-lite.md
componentmedium
agents/debugger.md
componentmedium
agents/deps-lite.md
componentmedium
agents/deps.md
componentmedium
agents/designer-lite.md
componentmedium
agents/designer.md
componentmedium
agents/devops-lite.md
componentmedium
agents/devops.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 20 lexical match(es)
README
From the repository
Specialist Agent Your AI development team. 36 agents. 32 skills. Ship faster. --- ```bash npx specialist-agent init ``` ```bash "Use @builder to create a payments module with CRUD" "Use @reviewer to review the auth module" /tdd implement calculateDiscount function ``` --- ## Core Agents 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"` | ## Workflow Agents 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` | T…