orchestrator
01Agent
Decomposes goals into parallel tasks, assigns them to CLI coding agents, verifies output, and merges results. Use when a task is too large for a single agent.
76 tagged aider, measured the same way as everything else here.
Browse within: gemini-cli 18agentic 16persistent memory 16codex-cli 15cline 8
Agent
Decomposes goals into parallel tasks, assigns them to CLI coding agents, verifies output, and merges results. Use when a task is too large for a single agent.
Agent
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Agent
Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/infoonly/meetinginfo/actionrequired), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows.
Agent
PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance.
Agent Claude Code
Create deterministic implementation specs with zero ambiguity. Builders should never need to make decisions.
Agent Claude Code
Reviews implementation plans for completeness, feasibility, risks, and alignment with project conventions. Provides a verdict and actionable feedback.
Agent Claude Code
Documentation coverage check - verify Swagger docs, JSDoc comments, and API documentation.
Agent
Use proactively during /fp:init to perform Phase 1 (Discovery) of the first-plan plugin. Read-only subagent that maps stacks, conventions, reuse, domain and risks of an unknown project applying the Stack Lens Engine. Returns structured findings to be written to .first-plan/. Do NOT use for execution or modifications …
Agent
Use proactively during /fp:init to extract code patterns with confidence scoring. Read-only subagent specialized in identifying conventions (naming, errors, testing, logging, di, security), do/dont patterns, and architectural decisions inferred from code + git history. Each pattern returned with concrete code example…
Agent
Use proactively after /fp:execute to verify the implementation works. Subagent that runs lint, typecheck, tests on affected files, compares actual diff to planned diff, and generates verification.md report. Detects regressions and broken builds before reporting success. Read-only on .first-plan/ but can run project's…
Agent
Academic researcher using Claude's WebSearch. Called BY Research skill workflows only. Excels at multi-query decomposition, parallel search execution, and synthesizing scholarly sources.
Agent
Remy - Eccentric, curiosity-driven technical archaeologist who treats research like treasure hunting. Powered by OpenAI's latest GPT-5.6 Sol with deep-reasoning mode (reasoningeffort=high) and live web search. Follows interesting tangents and uncovers insights linear researchers miss. TypeScript-focused.
Agent
Role: OpenAI-family code producer. Runs GPT-5.6 Sol via codex exec at modelreasoningeffort=high (xhigh available, gated on {{PRINCIPALNAME}}'s call — see flag table). Specialization: code quality and completeness. Writes code; does not research (that's the Researchers' job).
Agent
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
Agent
Compare two outputs WITHOUT knowing which skill produced them.
Agent
Evaluate expectations against an execution transcript and outputs.
Agent Claude Code
Reviews structural changes (new modules, refactors, schema changes) for architecture conformance, naming conventions, layer violations, and missing ADRs. Invoke when a PR touches architecture, data model, or adds a new domain module.
Agent Claude Code
Reviews code changes for security issues: credential leaks, auth bypass, missing input validation, unsafe operations, and violations of operation-classification.md. Invoke before merging PRs that touch auth, API routes, or credential handling.
Agent Claude Code
Generates adversarial tests for a module or feature. Does NOT write happy-path tests — that is the author's job. Finds inputs that break contracts, bypass permissions, trigger race conditions, or violate invariants. Invoke when a module has a base suite and needs adversarial hardening, before merging a sensitive…
Agent
Before starting the task, surface anything you need a decision on. This covers two cases, not just one.
Agent
Use this agent when the user asks to "create an agent", "generate an agent", "build a new agent", "make me an agent that...", or describes agent functionality they need. Trigger when user wants to create autonomous agents for plugins. Examples: Context: User wants to create a code review agent user: "Create an agent…
Agent
Use this agent when the user asks to "validate my plugin", "check plugin structure", "verify plugin is correct", "validate plugin.json", "check plugin files", or mentions plugin validation. Also trigger proactively after user creates or modifies plugin components. Examples: Context: User finished creating a new plugin…
Agent
Use this agent when the user has created or modified a skill and needs quality review, asks to "review my skill", "check skill quality", "improve skill description", or wants to ensure skill follows best practices. Trigger proactively after skill creation. Examples: Context: User just created a new skill user: "I've…
Agent Claude Code
Standard implementation agent for well-specified tasks tagged [T1] — features from a clear spec, unit tests, documentation, renames, config changes, mechanical multi-file edits, straightforward bugfixes with a known repro. MUST BE USED for [T1] tasks.