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:orchestrator

Multi-agent coordinator — breaks large tasks into parallel slices.

hub:project-planner

Task breakdown, dependency graphs, docs/PLAN-*.md output.

hub:product-owner

Requirements, user stories, acceptance criteria, backlog.

hub:product-manager

MoSCoW prioritisation, &ldquo;build the right thing on the right budget&rdquo;.

hub:code-archaeologist

Legacy code reading, reverse engineering, modernisation planning.

Backend · Data · Infra

hub:backend-specialist

API routes, services, business logic (Node.js, Python/FastAPI, edge).

hub:database-architect

Schema design, migrations, query optimisation, indexing.

hub:devops-engineer

Deployment, CI/CD, server management, rollbacks — high-risk ops.

hub:security-auditor

OWASP 2025 audits, zero-trust, supply chain security.

hub:penetration-tester

Offensive security, red team, exploit simulations (CTF / engagement).

hub:performance-optimizer

Profiling, Core Web Vitals, bundle size, runtime bottlenecks.

Frontend · UX

hub:frontend-specialist

React, Next.js, Vue, Svelte — components, state, responsive design.

hub:mobile-developer

React Native, Flutter — cross-platform mobile apps and native features.

hub:seo-specialist

SEO audits, Core Web Vitals, E-E-A-T, AI search (GEO) visibility.

hub:game-developer

Unity, Godot, Phaser, Three.js — mechanics, multiplayer, 2D/3D.

Quality · Ops

hub:debugger

Systematic root-cause analysis — the specialist for hard bugs.

hub:test-engineer

Test writing, TDD, coverage improvement.

hub:qa-automation-engineer

Playwright, Cypress, E2E pipelines, regression suites.

hub:documentation-writer

READMEs, API docs, changelogs — invoked only on explicit request.

hub:explorer-agent

Deep codebase discovery, architectural analysis, initial audits.