New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

specialist-agent

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

specialist-agent

AI agents for Claude Code — any framework, any stack

latest
Source
npmnpm
Version
2.13.0
Version published
Weekly downloads
53
10.42%
Maintainers
1
Weekly downloads
 
Created
Source

Specialist Agent

Specialist Agent

Your AI development team. 36 agents. 32 skills. Ship faster.

CI npm downloads MIT Docs

npx specialist-agent init
"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.

AgentWhat it doesExample
@starterScaffold new projects from scratch"Create a Next.js + Prisma + Stripe app"
@builderBuild modules, components, services"Create a products module with CRUD"
@reviewer3-in-1 review: spec + quality + architecture"Review the auth module"
@doctorSystematic 4-phase debugging"Investigate the 500 error on login"
@migratorModernize legacy code"Migrate src/legacy/ to TypeScript"

Workflow Agents

Plan, execute, coordinate, remember.

AgentWhat it doesExample
@plannerAdaptive planning by complexity"Plan the checkout flow"
@executorExecute plans with checkpoints and gates"Execute the auth migration plan"
@tddTest-Driven Development (RED-GREEN-REFACTOR)"TDD the discount calculator"
@debuggerSystematic debugging with hypotheses"Debug the state sync issue"
@pairReal-time pair programming"Pair with me on the payment flow"
@analystRequirements to technical specs"Spec out the notification system"
@orchestratorCoordinate multiple agents on complex tasks"Orchestrate the full checkout feature"
@scoutQuick project analysis"Analyze this project"
@memoryCross-session decision persistence"Remember: use Zustand for state"

Engineering Agents

Domain specialists for every layer of your stack.

AgentWhat it doesExample
@apiREST/GraphQL API design with OpenAPI"Design the orders API"
@perfPerformance profiling and optimization"Optimize the dashboard load time"
@i18nInternationalization"Add Portuguese support"
@docsDocumentation generation"Generate API docs from code"
@refactorCode refactoring with safety nets"Extract service layer from controllers"
@depsDependency management and updates"Audit and update dependencies"
@explorerDeep codebase exploration"Map the module dependencies"
@financePayments, billing, subscriptions"Integrate Stripe checkout"
@cloudAWS, GCP, Terraform, serverless"Set up Lambda + API Gateway"
@securityAuth, OWASP Top 10, encryption"Audit for XSS and injection"
@designerDesign systems, accessibility"Create the component library"
@dataDatabase design, migrations, caching"Design the schema with Prisma"
@devopsDocker, Kubernetes, CI/CD"Create the GitHub Actions pipeline"
@testerTest strategies and coverage"Create test strategy for payments"
@legalGDPR, LGPD, CCPA compliance"Check LGPD compliance"
@architectArchitecture migration (DDD, Clean, Hexagonal)"Migrate to Clean Architecture"
@rippleCascading effect analysis"What breaks if I change the User model?"

Business Agents

Product, growth, and support.

AgentWhat it doesExample
@marketingLanding pages, copy, SEO, growth analytics"Create the pricing page with SEO"
@productRoadmaps, specs, PRDs, user stories"Write PRD for the onboarding flow"
@supportHelp docs, FAQs, runbooks, error pages"Create the help center"

Automation Agents

Autonomous triage and resolution.

AgentWhat it doesExample
@sentry-triagePull Sentry errors, cross-reference PRs, prioritize, auto-fix"Triage today's Sentry errors"
@autopilotIterative autonomous builds with PRD and progress tracking"Build the dashboard module overnight"

Skills

Slash commands that trigger repeatable workflows.

Planning

SkillWhat it does
/brainstormSocratic brainstorming before planning
/planAdaptive feature planning
/discoveryFeasibility evaluation with GO/NO-GO verdict
/estimateEstimate token cost before starting

Development

SkillWhat it does
/tddTest-driven development cycle
/debug4-phase systematic debugging
/autofixAutomatic error resolution
/lintLint and auto-fix (Biome/ESLint/Prettier)
/commitSmart conventional commits with validation

Quality

SkillWhat it does
/verifyProof-based verification before completion
/codereviewMulti-reviewer parallel code review
/auditMulti-domain audit: security + perf + arch + observability + deps
/healthProject health score (0-100)
/grillAdversarial code challenge with attack vectors
/design-reviewFrontend design audit (consistency, a11y, responsive, UX)
/seo-auditSEO technical audit (meta, structured data, CWV)
/improve-architectureIncremental architecture improvement

Workflow

SkillWhat it does
/checkpointSave/restore progress with git
/finishFinalize branch with metrics
/worktreeGit worktree isolation for parallel tasks
/learnLearning mode, explains while building
/autopilotAutonomous iterative development (PRD + progress + fresh context)

Migration

SkillWhat it does
/migrate-frameworkMigrate between frameworks
/migrate-architectureMigrate architecture patterns (MVC, Clean, DDD, Hexagonal)

Product & Marketing

SkillWhat it does
/prdProduct requirements with user stories and issues
/copywritingMarketing copy with A/B variants
/croConversion rate optimization audit

Knowledge

SkillWhat it does
/rememberSave a decision to memory
/recallQuery saved decisions
/onboardCodebase onboarding for new developers
/tutorialInteractive guided tutorial
/write-skillCreate or improve custom skills

Tip: Use /btw (native Claude Code) for quick side questions without consuming tokens or polluting context. Perfect for mid-task clarifications while agents are working.

Framework Packs

7 packs, each with specialized agents, lite agents, and skills tailored to the framework's conventions.

Next.js | React | Vue 3 | SvelteKit | Angular | Astro | Nuxt

The installer auto-detects your framework. Each pack follows the idioms of its ecosystem: server components for Next.js, composables for Vue, stores for SvelteKit, signals for Angular, islands for Astro, auto-imports for Nuxt.

How It Works

Verification protocol every agent must show actual command output before claiming completion. No "should work." Run the command, show the output, then claim done.

Anti-rationalization built-in tables prevent agents from cutting corners or skipping steps.

Context isolation each subtask gets fresh context. No accumulated pollution across long sessions.

Full vs Lite every agent has a Lite variant. Full mode for complex work, Lite for scaffolding and quick fixes at 60-80% lower cost.

Platforms

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

npx specialist-agent init          # Install agents + skills
npx specialist-agent detect        # Detect framework and architecture
npx specialist-agent list          # List installed agents

Documentation

specialistagent.com.br

Contributing

git checkout -b feature/my-feature
git commit -m 'feat: add my feature'
git push origin feature/my-feature

License

MIT

Keywords

claude-code

FAQs

Package last updated on 22 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts