Aller au contenu principal

Available Agents (106 commands, 44 sub-agents, 53 skills)

Orchestrator (Single entry point)

CommandModeUsage
/assistantGuideAnalyze → Recommend → Wait for confirmation
/assistant-autoAutomaticAnalyze → Execute the workflow directly

WORK-: Main Workflow (15)

CommandUsage
/work:work-exploreExplore and understand the code
/work:work-brainstormStructured ideation before specification (alternatives, questioning)
/work:work-specifyCreate a functional specification (User Stories, criteria)
/work:work-clarifyClarify spec ambiguities (targeted questions)
/work:work-planPlan an implementation (generates plan.md + tasks.md)
/work:work-commitCreate a clean commit
/work:work-prCreate a Pull Request
/work:work-commit-push-prFull workflow: commit + push + PR
/work:work-teamLaunch a coordinated team of agents (Agent Teams)
/work:work-quickQuick workflow for trivial changes (skip full cycle)
/work:work-batchSequential execution of user stories from a PRD
/work:work-flow-featureFull feature workflow
/work:work-flow-bugfixFull bugfix workflow
/work:work-flow-releaseFull release workflow
/work:work-flow-launchFull product launch workflow

DEV-: Development (16)

CommandUsage
/dev:dev-tddTDD cycle + generate tests for existing code + test infra setup
/dev:dev-debugDebug an issue (4-phase methodology)
/dev:dev-refactorGuided refactoring + entropy reduction
/dev:dev-documentDocument generation (PDF, DOCX, XLSX, PPTX)
/dev:dev-apiCreate/document a REST, GraphQL, or tRPC API + versioning
/dev:dev-componentCreate a complete UI component (or custom hook)
/dev:dev-error-handlingError handling strategy
/dev:dev-react-perfReact/Next.js performance optimization
/dev:dev-mcpCreate MCP servers (Model Context Protocol)
/dev:dev-flutterFlutter widgets and screens
/dev:dev-supabaseSupabase backend (Auth, DB, Storage, Postgres perf)
/dev:dev-neovimNeovim/Lua plugins and config
/dev:dev-ragRAG systems (Retrieval-Augmented Generation)
/dev:dev-design-systemDesign tokens and component library
/dev:dev-prismaPrisma ORM (schema, migrations, queries)
/dev:dev-ai-integrationLLM integration (OpenAI, Claude API)

QA-: Quality (13)

CommandUsage
/qa:qa-reviewThorough code review + naming analysis
/qa:qa-securityOWASP security audit
/qa:qa-perfPerformance analysis
/qa:wcag-auditWCAG accessibility audit
/qa:qa-auditFull quality audit
/qa:qa-chromeChrome visual tests (DOM debugging, responsive, captures)
/qa:qa-designUI/UX audit (100+ web design rules, incl. responsive/mobile-first)
/qa:qa-automationTest automation
/qa:qa-loopAutonomous audit-fix loop with stop criteria
/qa:qa-mobileMobile app quality audit (Flutter)
/qa:qa-neovimNeovim config audit (perf, keymaps)
/qa:qa-e2eEnd-to-End tests (Playwright, Cypress)
/qa:qa-tech-debtIdentify/prioritize technical debt (incl. coverage + Kaizen)

OPS-: Operations (28)

CommandUsage
/ops:ops-hotfixUrgent production fix
/ops:ops-releaseCreate a release
/ops:ops-gitflowGitFlow <init|feature|release|hotfix> <action> (init, branch start/finish/list)
/ops:ops-depsAudit and update dependencies
/ops:ops-dockerDockerize a project
/ops:ops-k8sKubernetes deployment (manifests, Helm)
/ops:ops-vpsVPS deployment (OVH, Hetzner, DigitalOcean)
/ops:ops-migrateCode/dependency migration
/ops:ops-ciCI/CD configuration
/ops:ops-monitoringInstrument code + deploy the observability stack (Prometheus/Grafana/Loki)
/ops:ops-grafana-dashboardCreate Grafana dashboards (templates, alerts)
/ops:ops-databaseDB schema, migrations
/ops:ops-healthQuick health check
/ops:ops-envEnvironment management
/ops:ops-load-testingLoad and stress tests
/ops:ops-costCosts: Claude Code tokens + cloud FinOps optimization
/ops:ops-backupBackup/restore + disaster recovery (RPO/RTO, failover)
/ops:ops-infra-codeInfrastructure as Code (Terraform)
/ops:ops-secrets-managementSecure secrets management
/ops:ops-mobile-releaseApp Store / Google Play publishing
/ops:ops-serverlessServerless deployment (Lambda, Vercel, CF Workers)
/ops:ops-vercelVercel configuration and deployment
/ops:ops-proxmoxProxmox VE infrastructure (VMs, LXC, network, backup)
/ops:ops-opnsenseOPNsense configuration via Terraform (firewall, NAT, DHCP/DNS)
/ops:ops-deploySecure deployment with pre-deploy checklist
/ops:ops-rollbackSecure rollback procedure
/ops:ops-standupCross-repo morning briefing (commits, PRs, CI, blockers, priorities)
/ops:ops-ci-fixAutonomous diagnosis and repair of failing CI/CD pipelines

DOC-: Documentation (5)

CommandUsage
/doc:doc-generateGenerate documentation
/doc:doc-changelogGenerate/maintain the changelog
/doc:doc-explainExplain complex code
/doc:doc-onboardDiscover a codebase
/doc:doc-api-specGenerate OpenAPI/Swagger spec

BIZ-: Business (9)

CommandUsage
/biz:biz-modelBusiness model, Lean Canvas
/biz:biz-mvpDefine the MVP
/biz:biz-pricingPricing strategy
/biz:biz-pitchCreate a pitch deck
/biz:biz-roadmapPlan the roadmap + define OKRs
/biz:biz-launchFull launch workflow
/biz:biz-competitorMarket study + competitive analysis
/biz:biz-personasCreate user personas
/biz:biz-researchUser research

GROWTH-: Growth (9)

CommandUsage
/growth:growth-landingCreate/optimize a landing page
/growth:growth-seoSEO audit
/growth:growth-analyticsTracking and KPI setup
/growth:growth-app-store-analyticsApp Store / Google Play metrics
/growth:growth-emailEmail marketing templates
/growth:growth-ab-testPlan A/B tests
/growth:growth-retentionRetention strategies
/growth:growth-localizationMulti-market localization strategy
/growth:growth-croCRO + funnel analysis + onboarding/activation

DATA-: Data (2)

CommandUsage
/data:data-pipelineDesign ETL/ELT pipelines
/data:data-modelingData warehouse modeling
CommandUsage
/legal:legal-docsToS, T&Cs, legal notices
/legal:legal-rgpdRGPD/GDPR compliance
/legal:legal-paymentPayment integration
/legal:legal-terms-of-serviceTerms of Service
/legal:legal-privacy-policyPrivacy Policy

Sub-Agents (44)

Claude automatically delegates to specialized agents (isolated context, restricted tools).

Concepts

ConceptFolderTriggerContext
Commands.claude/commands/Manual (/name)Shared
Skills.claude/skills/AutomaticShared
Agents.claude/agents/Auto-delegationIsolated

Agents by domain

DomainAgentsModels
Workflow & Docwork-explore, work-quick, work-batch, doc-onboard, doc-generate, doc-changelog, doc-explainhaiku/sonnet
Quality & Auditsqa-audit, qa-loop, qa-security, qa-perf, wcag-audit, qa-claudemd, qa-e2e, qa-chromehaiku/sonnet/opus (security, audit, loop)
Operationsops-deps, ops-health, ops-docker, ops-deploy, ops-ci, ops-database, ops-monitoring, ops-infra-code, ops-proxmox, ops-opnsense, ops-costhaiku/sonnet
Developmentdev-debug, dev-flutter, dev-document, dev-tddhaiku/sonnet (tdd, debug)
Business & Growthbiz-model, biz-competitor, biz-mvp, biz-personas, growth-seo, growth-analytics, growth-landing, growth-localization, growth-crohaiku
Datadata-pipelinehaiku/sonnet
Legallegal-rgpd, legal-payment, legal-privacy-policy, legal-terms-of-servicehaiku/sonnet

Agent Configuration

Each agent defines: model (haiku/sonnet/opus), permissionMode (plan/default), disallowedTools, hooks, skills.

Model distribution: 10 haiku (trivial operations) / 29 sonnet (default) / 5 opus (critical reasoning: qa-security, qa-audit, qa-loop, dev-tdd, dev-debug). Read-only comprehension agents (work-explore, doc-onboard, doc-explain) run on sonnet — matching Anthropic's June 2026 change bumping the built-in Explore agent off haiku for exploration quality.