Aller au contenu principal

Available Agents (131 commands, 63 sub-agents, 54 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 (23)

CommandUsage
/dev:dev-tddTDD development
/dev:dev-testGenerate tests
/dev:dev-testing-setupSet up testing infrastructure
/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 an API
/dev:dev-api-versioningAPI versioning
/dev:dev-componentCreate a complete UI component
/dev:dev-hookCreate a React/Vue 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-graphqlGraphQL client/server API
/dev:dev-neovimNeovim/Lua plugins and config
/dev:dev-prompt-engineeringLLM prompt optimization
/dev:dev-ragRAG systems (Retrieval-Augmented Generation)
/dev:dev-design-systemDesign tokens and component library
/dev:dev-prismaPrisma ORM (schema, migrations, queries)
/dev:dev-trpcType-safe APIs with tRPC
/dev:dev-ai-integrationLLM integration (OpenAI, Claude API)

QA-: Quality (16)

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)
/qa:qa-responsiveResponsive/mobile web audit
/qa:qa-automationTest automation
/qa:qa-coverageTest coverage analysis
/qa:qa-loopAutonomous audit-fix loop with stop criteria
/qa:qa-kaizenContinuous improvement (PDCA, Muda)
/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 and prioritize technical debt

OPS-: Operations (34)

CommandUsage
/ops:ops-hotfixUrgent production fix
/ops:ops-releaseCreate a release
/ops:ops-gitflow-initInitialize GitFlow (create develop, configure)
/ops:ops-gitflow-featureManage feature branches (start/finish)
/ops:ops-gitflow-releaseManage release branches (start/finish)
/ops:ops-gitflow-hotfixManage GitFlow hotfixes (start/finish)
/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-monitoringCode instrumentation (logs, metrics, traces)
/ops:ops-observability-stackDeploy Prometheus, Grafana, Loki, Alertmanager
/ops:ops-grafana-dashboardCreate Grafana dashboards (templates, alerts)
/ops:ops-databaseDB schema, migrations
/ops:ops-healthQuick health check
/ops:ops-envEnvironment management
/ops:ops-backupBackup/restore strategy
/ops:ops-load-testingLoad and stress tests
/ops:ops-cost-optimizationCloud cost optimization
/ops:ops-costTrack Claude Code token consumption and costs
/ops:ops-disaster-recoveryDisaster recovery plan
/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 (9)

CommandUsage
/doc:doc-generateGenerate documentation
/doc:doc-changelogGenerate/maintain the changelog
/doc:doc-explainExplain complex code
/doc:doc-onboardDiscover a codebase
/doc:doc-i18nInternationalization
/doc:doc-fix-issueFix a GitHub issue
/doc:doc-api-specGenerate OpenAPI/Swagger spec
/doc:doc-readmeCreate/improve README
/doc:doc-architectureDocument the architecture

BIZ-: Business (11)

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

GROWTH-: Growth (11)

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-onboardingUX onboarding journey
/growth:growth-emailEmail marketing templates
/growth:growth-ab-testPlan A/B tests
/growth:growth-retentionRetention strategies
/growth:growth-funnelFunnel analysis and optimization
/growth:growth-localizationMulti-market localization strategy
/growth:growth-croConversion rate optimization (CRO)

DATA-: Data (3)

CommandUsage
/data:data-pipelineDesign ETL/ELT pipelines
/data:data-analyticsData analysis and reports
/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 (63)

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
Exploration & Docwork-explore, doc-onboard, doc-generate, doc-changelog, doc-explainhaiku
Quality & Auditsqa-audit, qa-loop, qa-security, qa-perf, wcag-audit, qa-claudemd, qa-coverage, qa-responsive, qa-e2e, qa-tech-debt, qa-design, qa-chromehaiku/sonnet/opus (security, audit, loop)
Operationsops-deps, ops-health, ops-docker, ops-deploy, ops-ci, ops-database, ops-monitoring, ops-serverless, ops-vercel, ops-infra-code, ops-proxmox, ops-opnsense, ops-migrationhaiku/sonnet
Developmentdev-debug, dev-component, dev-test, dev-flutter, dev-supabase, dev-prompt-engineering, dev-rag, dev-design-system, dev-prisma, dev-trpc, dev-ai-integration, dev-document, dev-tddhaiku/sonnet/opus (tdd, debug, rag)
Business & Growthbiz-model, biz-competitor, biz-mvp, biz-personas, growth-seo, growth-analytics, growth-landing, growth-funnel, growth-localization, growth-crohaiku
Datadata-pipeline, data-analytics, data-modelinghaiku/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: 22 haiku (trivial operations) / 34 sonnet (default) / 6 opus (critical reasoning: qa-security, qa-audit, qa-loop, dev-tdd, dev-debug, dev-rag).