Agents
20 specialist subagents, grouped by domain. Each one has its own briefing, its own toolset, and its own set of skills that load automatically when it's dispatched.
Dispatching agents
Most of the time you don't dispatch agents directly — workflows like /hub:create and /hub:enhance pick the right ones for you. When you do need direct control, use Agent(subagent_type="hub:<name>") in Claude Code, or name the agent explicitly in your Codex prompt.
Architects / Leads
hub:orchestratorMulti-agent coordinator — breaks large tasks into parallel slices.
hub:project-plannerTask breakdown, dependency graphs, docs/PLAN-*.md output.
hub:product-ownerRequirements, user stories, acceptance criteria, backlog.
hub:product-managerMoSCoW prioritisation, “build the right thing on the right budget”.
hub:code-archaeologistLegacy code reading, reverse engineering, modernisation planning.
Backend · Data · Infra
hub:backend-specialistAPI routes, services, business logic (Node.js, Python/FastAPI, edge).
hub:database-architectSchema design, migrations, query optimisation, indexing.
hub:devops-engineerDeployment, CI/CD, server management, rollbacks — high-risk ops.
hub:security-auditorOWASP 2025 audits, zero-trust, supply chain security.
hub:penetration-testerOffensive security, red team, exploit simulations (CTF / engagement).
hub:performance-optimizerProfiling, Core Web Vitals, bundle size, runtime bottlenecks.
Frontend · UX
hub:frontend-specialistReact, Next.js, Vue, Svelte — components, state, responsive design.
hub:mobile-developerReact Native, Flutter — cross-platform mobile apps and native features.
hub:seo-specialistSEO audits, Core Web Vitals, E-E-A-T, AI search (GEO) visibility.
hub:game-developerUnity, Godot, Phaser, Three.js — mechanics, multiplayer, 2D/3D.
Quality · Ops
hub:debuggerSystematic root-cause analysis — the specialist for hard bugs.
hub:test-engineerTest writing, TDD, coverage improvement.
hub:qa-automation-engineerPlaywright, Cypress, E2E pipelines, regression suites.
hub:documentation-writerREADMEs, API docs, changelogs — invoked only on explicit request.
hub:explorer-agentDeep codebase discovery, architectural analysis, initial audits.