planner
01Agent
Creates implementation plans from context and requirements.
The verifiable coding agent runtime. Define your coding agent's process in natural language with stages, checks, and approval gates instead of hoping it follows your instructions.
Agent
Creates implementation plans from context and requirements.
Agent
Code review specialist for quality and security analysis.
Agent
Fast codebase recon that returns compressed context for handoff to other agents.
Agent
General-purpose subagent with full capabilities, isolated context.
Agent
Clean up, simplify, or refine recently written or modified code without changing behavior. Improves readability, removes duplication, clarifies naming, tightens control flow, and aligns with project conventions. Reads the code as a set of doors — the entrypoints where intent lives — and works to make those boundaries…
Agent
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components.
Agent
Locates files, directories, and components relevant to a feature or task. Basically a "super search/find/ls tool.".
Agent
Online research for up-to-date documentation and library-source knowledge. Use when you need authoritative external information — official docs, ecosystem context, version-specific behavior, GitHub permalinks into open-source libraries, or video tutorials.
Agent
Find similar implementations, usage examples, or existing patterns in the codebase that can be modeled after.
Agent
Analyzes local research documents to extract high-value insights, decisions, and technical details while filtering out noise. Use this when you want to deep dive on a research topic or understand the rationale behind decisions.
Agent
Discovers local research documents that are relevant to the current research task.
Agent
Debug and fix errors, test failures, and unexpected behavior. Use PROACTIVELY when encountering issues, analyzing stack traces, or investigating system problems.
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.