agent-skills
π€ 100 specialized AI agent skills for software development β bug investigation, testing, security, UI/UX, AI/ML, infrastructure & more. Works with Claude Code, Codex CLI, Gemini CLI.
AI Agent Skills
A skill collection that enables collaborative development with a team of specialized AI agents.
Features
- 95 Specialized Agents - Covering bug investigation, testing, security, UI/UX, AI/ML, observability, and more
- Nexus Orchestrator - Analyzes tasks and automatically designs optimal agent chains
- Platform Agnostic - Works with Claude Code, Codex CLI, Gemini CLI, and others
Quick Start
Installation
# For Claude Code
git clone https://github.com/simota/agent-skills.git ~/.claude/skills
# For other platforms
git clone https://github.com/simota/agent-skills.git /path/to/your/skills
Usage
/Nexus I want to implement a login feature
/Scout Investigate the cause of this bug
/Radar Improve test coverage
/Vision I want to redesign the dashboard with a modern look
Overview
This repository contains 95 specialized AI agents covering various aspects of software development. Each agent specializes in a specific domain and is coordinated by the Nexus orchestrator.
Agent Catalog
Orchestration
| Agent | Description | Output |
|---|---|---|
| Nexus | "The right agent at the right time changes everything." - Team orchestrator. Decomposes requests and designs optimal agent chains | Prompts, progress management |
| Sherpa | "The mountain doesn't care about your deadline. Plan accordingly." - Task decomposition guide. Breaks complex tasks into atomic steps completable within 15 minutes | Checklists |
| Architect | "Every agent is a possibility. Every SKILL.md is a birth certificate." - Meta-designer that creates new skill agents. Ecosystem gap analysis, duplication detection, SKILL.md generation | SKILL.md, references |
| Rally | "One task, many hands. Parallel by design." - Multi-session parallel orchestrator. Spawns and manages multiple Claude instances via Claude Code Agent Teams API for concurrent task execution | Team management, parallel execution |
| Titan | "Give me a dream. I'll give you the product." - Product lifecycle meta-orchestrator. Coordinates all 69 agents across 9 phases (DISCOVERβBUILDβLAUNCHβEVOLVE) to deliver complete products from ambiguous goals | Product delivery |
| Sigil | "Every project has patterns waiting to become power." - Dynamic skill generator. Analyzes project codebases, discovers patterns and conventions, and generates optimized Claude Code skills for the project's .claude/skills/ directory |
Project-specific skills |
| Orbit | "Give me a goal. I'll give you a runner that finishes." - Nexus-autoloop completion specialist. Generates completion scripts, operation contracts, and audits for autonomous loop execution | Runner scripts, contracts |
| Darwin | "Ecosystems that cannot sense themselves cannot evolve themselves." - Ecosystem self-evolution orchestrator. Detects project lifecycle phase, evaluates agent relevance, integrates cross-cutting knowledge, and evolves the entire ecosystem | Ecosystem Fitness Score, evolution proposals |
| Lore | "Forgotten lessons are lessons repeated. Institutional memory is the compound interest of experience." - Memory curator for cross-ecosystem knowledge integration. Discovers common patterns from agent journals, catalogs them, and distributes to relevant agents. Knowledge decay detection and best practice propagation | METAPATTERNS.md, knowledge insights |
| Gauge | "What gets measured gets managed. What gets audited gets normalized." - SKILL.md normalization auditor and self-evolving compliance agent. Scans all skills against the 16-item checklist, classifies violations with P0-P3 priority, generates concrete fix snippets, and evolves detection patterns via web research. No code written | Compliance reports, fix plans, dashboards |
Investigation & Planning (Non-coding)
| Agent | Description | Output |
|---|---|---|
| Scout | "Every bug has a story. I read the ending first." - Bug investigation and root cause analysis (RCA). Identifies reproduction steps and fix locations | Investigation report |
| Ripple | "Every change sends ripples. Know where they land before you leap." - Pre-change impact analysis. Evaluates risk from both vertical (dependencies, affected files) and horizontal (pattern consistency, naming conventions) perspectives | Impact analysis report |
| Spark | "The best feature is the one users didn't know they needed." - Feature proposals. Suggests features leveraging existing data/logic as Markdown specs | Specification document |
| Compete | "Know your enemy. Know the market. Know yourself." - Competitive research, differentiation, and positioning. SWOT analysis, feature matrices | Competitive analysis report |
| Voice | "Feedback is a gift. Analysis is unwrapping it." - User feedback collection, NPS survey design, sentiment analysis, and insight extraction | Feedback report |
| Researcher | "Users don't lie. They just don't know what they want yet." - User research design, interview guides, qualitative analysis, persona/journey map creation | Research report |
| Trace | "Every click tells a story. I read between the actions." - Session replay analysis, per-persona behavioral pattern extraction, UX problem storytelling. Works with Researcher/Echo | Behavioral analysis report |
| Canon | "Standards are the accumulated wisdom of the industry. Apply them, don't reinvent them." - Investigates and analyzes using global/industry standards. Evaluates compliance with OWASP/WCAG/OpenAPI/ISO 25010, detects violations, and suggests improvements | Compliance report |
| Lens | "See the code, not just search it." - Codebase comprehension specialist. Systematically investigates code structure, feature exploration, and data flow tracing for questions like "Does feature X exist?", "How does flow Y work?", "What is this module's responsibility?" | Investigation report |
| Magi | "Three minds, one verdict. Consensus through diversity." - Multi-perspective decision making from three viewpoints (Logic, Empathy, Pragmatism). Architecture selection, tradeoff analysis, Go/No-Go decisions | Decision report |
| Flux | "Bend the light. See what was always there." - Thinking refraction engine. Challenges assumptions, combines cross-domain knowledge, and shifts perspectives to produce reframed problem statements. Cynefin-based framework selection, Serendipity Injection, 10+ thinking frameworks. No code written | Reframing package, Insight Matrix, Blind Spot Report |
| Cast | "Personas are not invented. They are discovered, born, and evolved." - Persona casting agent. Rapid generation, registry management, lifecycle tracking, and cross-agent distribution of personas from diverse inputs | Persona registry |
| Helm | "A ship without a destination has no favorable wind. A ship without a helm has no direction at all." - Business strategy simulation agent. Integrates financial/market/competitive data for short/mid/long-term simulations. SWOT/PESTLE/Porter analysis, scenario planning, KPI forecasting, strategy roadmap generation. No code written | Strategy simulation report |
| Levy | "η΄η¨γ―ηΎ©εγγ§γγζ£γγη₯γγ°γθ³’γζγγγγ" - Japan tax filing guidance agent. Income classification, deduction optimization, tax calculation, e-Tax procedures for freelancers and side-business workers. No code written | Tax filing guidance report |
| Accord | "Three teams, one truth." - Cross-team specification architect. Creates integrated spec packages across Business, Development, and Design teams using progressive refinement templates (L0 Vision > L1 Requirements > L2 Team-specific details > L3 Acceptance criteria). No code written | Integrated spec package, traceability matrix |
| Matrix | "Infinite combinations, finite resources. Matrix finds the minimum that covers the maximum." - Universal multi-dimensional analysis agent. Controls combinatorial explosion from arbitrary axisΓvalue inputs. Minimum coverage set selection, execution planning, and prioritization across all domains (testing, deployment, UX validation, risk assessment, compatibility). No code written | Matrix analysis, coverage optimization plan |
| Quest | "Every great game starts with a question the player cannot resist answering." - Game planning & production agent. GDD authoring, balance math (DPS/TTK/Elo), narrative design, economy modeling, systems design, player psychology frameworks, production planning, game market research. No code written | GDD, balance sheets, economy models, system specs, game research briefs |
Scout > Ripple > Builder chain: Scout (bug investigation) > Ripple (fix impact analysis) > Builder (implementation)
Ripple > Guardian chain: Ripple (impact analysis) > Guardian (PR strategy)
Researcher > Trace > Echo chain: Researcher (persona definition) > Trace (real-data validation) > Echo (simulation confirmation)
Sentinel > Canon > Builder chain: Sentinel (vulnerability detection) > Canon (OWASP compliance evaluation) > Builder (fix implementation)
Gateway > Canon > Gateway chain: Gateway (API design) > Canon (OpenAPI/RFC compliance check) > Gateway (corrections)
Echo > Canon > Palette chain: Echo (UX issues) > Canon (WCAG compliance evaluation) > Palette (accessibility fixes)
Researcher > Cast > Echo chain: Researcher (research data) > Cast (persona integration) > Echo (UI validation)
Trace > Cast chain: Trace (behavioral data) > Cast (persona evolution)
Git/PR Management
| Agent | Description | Output |
|---|---|---|
| Guardian | "Every commit tells a story. Make it worth reading." - Git/PR gatekeeper. Signal/Noise analysis of changes, commit granularity optimization, branch naming, PR strategy proposals | Analysis report, PR preparation |
| Harvest | "Code writes history. I harvest its meaning." - PR information collection and report generation. Fetches PR info via gh commands to auto-generate weekly/monthly reports and release notes | Work reports, release notes |
| Launch | "Shipping is not the end. It's the beginning of accountability." - Release management. Versioning strategy, CHANGELOG generation, release notes, rollback plans, feature flag design | Release plans, CHANGELOG |
| Rewind | "Every bug has a birthday. Every regression has a parent commit. Find them." - Git history investigation, regression root cause analysis, code archaeology. Travels back in time to uncover the truth | History investigation report |
Guardian > Judge > Zen chain: Guardian (PR preparation) > Judge (review) > Zen (fixes)
Guardian > Launch chain: Guardian (change analysis) > Launch (release plan)
Rewind > Scout chain: Rewind (regression identification) > Scout (detailed investigation)
Quality Assurance
| Agent | Description | Output |
|---|---|---|
| Radar | "Untested code is unfinished code." - Unit/integration test addition, flaky test fixing, coverage improvement | Test code |
| Voyager | "E2E tests are the user's advocate in CI/CD." - E2E test specialist. Playwright/Cypress setup, Page Object design, visual regression, CI integration | E2E test code |
| Sentinel | "Security is not a feature. It's a responsibility." - Static security analysis (SAST), vulnerability pattern detection, input validation | Security fixes |
| Probe | "A system is only as secure as its weakest endpoint." - Dynamic security testing (DAST), OWASP ZAP/Nuclei integration, penetration testing | Vulnerability report |
| Judge | "Good code needs no defense. Bad code has no excuse." - Code review via codex review, automated PR review, pre-commit checks, AI hallucination detection | Review report |
| Zen | "Clean code is not written. It's rewritten." - Refactoring and code quality improvement (behavior unchanged) | Code improvements |
| Sweep | "Dead code is technical debt that earns no interest." - Unused file detection, dead code identification, orphaned file discovery, safe deletion proposals | Cleanup proposals |
| Warden | "Quality is not negotiable. Ship nothing unworthy." - V.A.I.R.E. quality standards guardian. Pre-release evaluation, scorecards, pass/fail decisions | Quality evaluation report |
| Attest | "Specs are truth. Code is evidence. Attest finds the gaps." - Specification compliance verifier. Extracts acceptance criteria from specs, generates BDD scenarios, and adversarially probes for gaps between spec and implementation. Issues CERTIFIED/CONDITIONAL/REJECTED verdicts | Compliance report, BDD scenarios |
| Specter | "The bugs you can't see are the ones that haunt you." - Ghost hunter for "invisible" issues in concurrency, async processing, and resource management. Detects and analyzes Race Conditions, Memory Leaks, Resource Leaks, and Deadlocks | Detection report |
| Siege | "Break it before users do. Fix it before they notice." - Advanced testing specialist. Load testing (k6/Locust/Artillery), contract testing (Pact CDC), chaos engineering, mutation testing, resilience pattern verification | Test results, resilience reports |
| Void | "The best code is the code that was never written." - YAGNI enforcement, scope cutting, complexity reduction proposals. Challenges existence of every feature/abstraction with 5 questions and Cost-of-Keeping Score | Subtraction proposals |
Implementation
| Agent | Description | Output |
|---|---|---|
| Builder | "Types are contracts. Code is a promise." - Production implementation. Type-safe craftsman with TDD, Event Sourcing, CQRS, and performance optimization. Detects spec ambiguity, supports auto-handoff from Forge | Production code |
| Artisan | "Prototypes promise. Production delivers." - Production frontend implementation craftsman. React/Vue/Svelte, Hooks design, state management, Server Components, form handling, data fetching | Frontend code |
| Forge | "Done is better than perfect. Ship it, learn, iterate." - Prototyping. Prioritizes working software over perfection. Outputs types.ts, errors.ts, forge-insights.md for Builder handoff | MVP/PoC |
| Arena | "Arena is the judge, not a player. External engines compete; the best solution wins." - Drives codex exec / gemini CLI directly for parallel implementation, evaluation, and adoption. Supports Solo Mode (sequential) and Team Mode (Agent Teams parallel) | Comparative implementation and evaluation |
AI/ML
| Agent | Description | Output |
|---|---|---|
| Oracle | "AI is only as good as its architecture. Design it, measure it, trust nothing." - AI/ML design and evaluation specialist. Prompt engineering, RAG architecture, LLM application patterns, safety guardrails, evaluation frameworks, MLOps, cost optimization | Design specs, evaluation reports |
Oracle > Builder > Radar chain: Oracle (AI/ML design) > Builder (implementation) > Radar (tests)
Oracle > Stream > Builder chain: Oracle (RAG design) > Stream (data pipeline) > Builder (implementation)
Oracle > Sentinel > Oracle chain: Oracle (safety design) > Sentinel (security review) > Oracle (refinement)
Performance
| Agent | Description | Output |
|---|---|---|
| Bolt | "Speed is a feature. Slowness is a bug you haven't fixed yet." - Application performance improvement. Frontend (re-render reduction) and backend (N+1 fix) optimization | Optimized code |
| Tuner | "A fast query is a happy user. A slow query is a lost customer." - DB performance optimization. EXPLAIN ANALYZE analysis, index recommendations, slow query improvement | Query optimization |
Observability/SRE
| Agent | Description | Output |
|---|---|---|
| Beacon | "You can't fix what you can't see. You can't see what you don't measure." - Observability and reliability engineering specialist. SLO/SLI design, distributed tracing, alerting strategy, dashboard design, capacity planning, toil automation | SLO definitions, observability specs |
Beacon > Gear > Builder chain: Beacon (observability design) > Gear (monitoring implementation) > Builder (instrumentation)
Triage > Beacon > Gear chain: Triage (incident postmortem) > Beacon (monitoring improvements) > Gear (implementation)
UI/UX
| Agent | Description | Output |
|---|---|---|
| Vision | "Design is not how it looks. Design is how it feels." - Creative direction. Design direction decisions, Design System creation, Muse/Palette/Flow/Forge orchestration | Design strategy |
| Palette | "Usability is invisible when done right, painful when done wrong." - Usability improvement, cognitive load reduction, a11y support | UX improvements |
| Muse | "Tokens are the DNA of design. Mutate them with care." - Design token application, spacing/border-radius/shadow unification, dark mode support | Visual improvements |
| Flow | "Motion creates emotion. Animation breathes life." - UI animation, hover effects, loading states, modal transitions | Animations |
| Echo | "I don't test interfaces. I feel what users feel." - Persona validation. Embodies users to report confusion points in UI flows | UX report |
| Showcase | "Components without stories are components without context." - Storybook story creation, catalog management, Visual Regression integration. CSF 3.0 format | Storybook Stories |
| Prose | "Words are the smallest unit of design. Get them wrong, and nothing else matters." - User-facing text specialist. Microcopy, error messages, voice & tone framework, onboarding copy, accessibility text | Copy guidelines, content specs |
| Frame | "Design speaks in pixels. I translate it to code." - Figma MCP Server bridge agent. Extracts and structures design context from Figma for implementation agents. Design-to-code bridging, Code Connect management, design system rule extraction. No code written | Structured design context, design system rules |
| Loom | "Design intent deserves preparation. Every thread of context I weave makes creation more precise." - Figma Make optimization agent. Analyzes codebase to generate Guidelines.md, designs prompt strategies, validates Make output against design system conventions. No code written | Guidelines.md, prompt sequences, validation reports |
Frame vs Loom responsibilities:
- Frame: Figma β Code direction (extracts design context from Figma via MCP)
- Loom: Code β Figma Make direction (prepares optimized input for Figma Make from codebase analysis)
Documentation
| Agent | Description | Output |
|---|---|---|
| Scribe | "A specification is a contract between vision and reality." - Document writer for PRD/SRS/HLD/LLD, implementation checklists, and test specifications | Specs, design docs |
| Quill | "Code tells computers what to do. Documentation tells humans why." - JSDoc/TSDoc additions, README updates, typing any to proper type definitions |
Documentation |
| Morph | "A document is timeless. Its format is temporary." - Document format conversion (Markdown <> Word/Excel/PDF/HTML). Converts Scribe specs and Harvest reports to various formats | Converted documents |
| Prism | "One source, many lights." - NotebookLM steering prompt design consultant. Advises on source preparation and optimal output format selection (Audio/Video/Slide/Infographic/Mind Map) | Steering prompts |
Scribe vs Quill vs Morph vs Prism responsibilities:
- Scribe: Project documentation (PRD, SRS, design docs, checklists, test specifications)
- Quill: Code documentation (JSDoc/TSDoc, README, type definitions)
- Morph: Format conversion (Markdown > PDF/Word/HTML, etc.)
- Prism: NotebookLM content optimization (steering prompts for Audio/Video/Slide)
Visualization
| Agent | Description | Output |
|---|---|---|
| Canvas | "A diagram is worth a thousand lines of documentation." - Design visualization. Converts code, specs, and context into Mermaid diagrams or ASCII art (flowcharts, sequence diagrams, state machines, class diagrams, ER diagrams, etc.) | Mermaid diagrams / ASCII Art |
| Sketch | "From words to worlds, prompt to pixel." - AI image generation code craftsman. Produces production-ready Python code for image generation via Gemini API. Prompt engineering, batch generation, cost estimation | Python code |
| Realm | "Every company tells a story β let the agents write theirs." - Gamification meta-visualization agent. Phaser 3 2D office simulation, real-time XP growth and rank-up effects, interactive HTML maps, character sheets, quest boards, and badge systems for ecosystem state visualization and team morale | RPG-style dashboards, game visualizations |
| Dot | "Every pixel is a decision. Every constraint is a creative opportunity." - Pixel art specialist. Generates pixel art via code (SVG/Canvas/Phaser 3/Pillow/CSS). Palette design, spritesheets, tilesets, frame animation, Gemini CLI delegation for SVG generation | Pixel art code (SVG/Canvas/CSS) |
| Clay | "From prompt to polygon, every vertex earns its place." - AI 3D model generation agent. Produces code (Python/JS/OpenSCAD) for text-to-3D and image-to-3D via Meshy, Tripo, Hunyuan3D, Rodin, Sloyd, Stability APIs. Game pipeline: LOD, retopology, UV, texture baking, QC validation | 3D pipeline code (Python/JS/SCAD) |
| Tone | "Sound is the invisible architecture of emotion." - Game audio generation agent. Produces code (Python/JS/TS/Shell) for SFX, BGM, voice, ambient, and UI sounds via ElevenLabs, Stable Audio, MusicGen, OpenAI TTS, JSFXR. LUFS normalization, format optimization, middleware integration | Audio pipeline code (Python/JS/Shell) |
Vision > Dot > Forge chain: Vision (art direction) > Dot (pixel art code) > Forge (prototype integration)
Dot > Realm chain: Dot (Phaser 3 textures) > Realm (ecosystem visualization)
Vision > Clay > Builder chain: Vision (art direction) > Clay (3D asset code) > Builder (game logic integration)
Architecture
| Agent | Description | Output |
|---|---|---|
| Atlas | "Dependencies are destiny. Map them before they map you." - Dependency analysis, circular reference detection, ADR/RFC creation | Design documents |
| Horizon | "Today's innovation is tomorrow's legacy code. Plan accordingly." - Modernization. Deprecated library detection, native API replacement, PoC creation | Migration plans |
| Gateway | "APIs are promises to the future. Design them like contracts." - API design, review, OpenAPI spec generation, versioning strategy, breaking change detection | API specifications |
| Grove | "A well-structured repository is a well-structured mind." - Repository structure design, optimization, and auditing. Directory design, docs/ organization, test structure, anti-pattern detection | Structure design, audit reports |
Communication
| Agent | Description | Output |
|---|---|---|
| Relay | "Every message finds its way. Every channel speaks the same language." - Messaging integration, bot development, and real-time communication specialist. Channel adapters, webhook handlers, WebSocket servers, event-driven architecture | Channel adapters, message handlers, bot framework |
Relay > Builder > Radar chain: Relay (messaging design) > Builder (implementation) > Radar (tests)
Gateway > Relay chain: Gateway (webhook API spec) > Relay (handler design)
Data
| Agent | Description | Output |
|---|---|---|
| Schema | "A schema is a contract with the future." - DB schema design, migration creation, ER diagram design | Migrations / schema definitions |
| Stream | "Data flows like water. My job is to build the pipes." - Data pipelines. ETL/ELT design, Kafka/Airflow/dbt, batch/streaming selection, data quality management | Pipeline design, DAGs, dbt models |
Schema > Stream chain: Schema (data model) > Stream (pipeline design)
DevOps
| Agent | Description | Output |
|---|---|---|
| Anvil | "The terminal is the first interface. Make it unforgettable." - Terminal UI construction, CLI development support, dev tool integration (Linter/test runner/build) | CLI/TUI code |
| Gear | "The best CI/CD is the one nobody thinks about." - Dependency management, CI/CD optimization, Docker configuration, operational monitoring | Configuration files |
| Scaffold | "Infrastructure is the silent foundation of every dream." - Cloud infrastructure (Terraform/CloudFormation/Pulumi), local dev environments (Docker Compose), IaC design | Infrastructure config |
| Hearth | "Your tools should feel like home." - Personal dev environment craftsman. Generates, optimizes, and audits config files (zsh/tmux/neovim/ghostty), dotfile management, shell/terminal/editor setup | Config files |
| Hone | "A sharp blade cuts clean. A sharp config cuts friction." - AI CLI configuration auditor (Codex CLI / Gemini CLI / Claude Code). Collects official best practices via web, audits config.toml/settings.json/CLAUDE.md/GEMINI.md/AGENTS.md/permissions/commands/hooks/rules/MCP/extensions, proposes Before/After diff improvements. Never edits config directly | Audit reports, proposals |
| Latch | "Every event is an opportunity. Hook it before it slips away." - Claude Code hook specialist. Proposes, configures, debugs, and maintains Claude Code hooks (PreToolUse/PostToolUse/Stop/SessionStart etc.) for workflow automation, quality gates, and security validation | Hook configurations |
| Pipe | "Workflows are pipelines. Pipelines are promises." - GitHub Actions workflow expert. Trigger strategies, security hardening, performance optimization, PR automation, Reusable Workflow design | GHA workflows |
Hearth vs Hone vs Gear vs Scaffold vs Latch vs Pipe responsibilities:
- Hearth: Personal environment (dotfiles, shell, editor, terminal)
- Hone: AI CLI tool config audit (Codex CLI
~/.codex/, Gemini CLI~/.gemini/, Claude Code~/.claude/settings) - Gear: Project-level DevOps (CI/CD, Docker, monitoring, Git hooks)
- Scaffold: Infrastructure provisioning (cloud, Docker Compose, IaC)
- Latch: Claude Code event hooks (settings.json hooks for workflow automation)
- Pipe: GitHub Actions workflows (advanced GHA design, reusable workflows, security)
Internationalization
| Agent | Description | Output |
|---|---|---|
| Polyglot | "Every language deserves respect. Every user deserves their mother tongue." - i18n support. Replaces hardcoded strings with t() functions, formats dates/currencies with Intl API | i18n implementation |
Growth
| Agent | Description | Output |
|---|---|---|
| Growth | "Traffic without conversion is just expensive vanity." - SEO (meta/OGP/JSON-LD), SMO (social share display), CRO (CTA improvement) | Growth initiatives |
| Retain | "Acquisition is expensive. Retention is profitable." - Retention strategies, re-engagement, churn prevention. Gamification, habit-forming design | Retention initiatives |
Analytics
| Agent | Description | Output |
|---|---|---|
| Pulse | "What gets measured gets managed. What gets measured wrong gets destroyed." - KPI definition, tracking event design, dashboard spec creation | Metrics design |
| Experiment | "Every hypothesis deserves a fair trial. Every decision deserves data." - A/B test design, hypothesis documentation, sample size calculation, feature flag implementation | Experiment reports |
Operations
| Agent | Description | Output |
|---|---|---|
| Triage | "In chaos, clarity is the first act of healing." - Incident response, impact assessment, recovery procedures, postmortem creation | Operations reports |
| Mend | "Known failures deserve known fixes. Speed of recovery defines reliability." - Auto-repair agent for known failure patterns. Receives Triage diagnostics and Beacon alerts, executes runbooks based on safety tier classification, performs staged verification, and manages rollback | Repair results, verification reports |
Triage > Mend > Beacon chain: Triage (diagnosis) > Mend (auto-repair) > Beacon (monitoring recovery)
Browser Automation
| Agent | Description | Output |
|---|---|---|
| Navigator | "The browser is a stage. Every click is a scene." - Browser automation via Playwright/Chrome DevTools. Data collection, form interaction, screenshots, network monitoring | Automation scripts |
| Director | "A demo that moves hearts moves products." - Automated feature demo video recording using Playwright E2E tests. Scenario design, recording settings, implementation patterns, quality checklists | Demo videos (.webm) |
| Reel | "The terminal is a stage. Every keystroke is a performance." - Terminal recording and CLI demo video generation using VHS/terminalizer/asciinema. Creates GIF/MP4/WebM from declarative .tape files | GIF/video (.gif/.mp4) |
Anvil > Reel > Quill chain: Anvil (CLI development) > Reel (demo recording) > Quill (README GIF embedding)
Director + Reel > Showcase chain: Director (web recording) + Reel (terminal recording) > Showcase (visual documentation)
Director vs Reel responsibilities:
- Director: Browser (Web UI) demo videos (Playwright, .webm output)
- Reel: Terminal (CLI) demo recordings (VHS, GIF/MP4 output)
AITuber/Streaming
| Agent | Description | Output |
|---|---|---|
| Aether | "The stage is live. The avatar breathes. The audience connects." - AITuber (AI VTuber) full-stack orchestrator. Designs and builds real-time streaming pipelines (Chat>LLM>TTS>Avatar>OBS), live chat integration, TTS voice synthesis, Live2D/VRM avatar control, lip sync, and OBS WebSocket automation | Pipeline design, streaming config |
Cast > Aether > Builder chain: Cast (persona) > Aether (AITuber pipeline design) > Builder (implementation)
Aether > Scaffold > Gear chain: Aether (streaming infra) > Scaffold (provisioning) > Gear (CI/CD)
Workflows
Basic Usage
- Invoke an agent with
/AgentName - The agent executes the task
- Suggests handoff to other agents as needed
Orchestration with Nexus
Use Nexus for complex tasks. Nexus operates in the following modes:
| Mode | Trigger | Behavior | Interaction |
|---|---|---|---|
| Full Auto | ## NEXUS_AUTORUN + simple task |
Fully automatic execution | Only on errors |
| Guided | ## NEXUS_GUIDED or default |
Confirms at decision points | Option-based interaction |
| Interactive | ## NEXUS_INTERACTIVE |
Confirms at each step | Always interactive |
| Continue | ## NEXUS_HANDOFF |
Result handoff | Interaction as needed |
Interactive Execution (Guided/Interactive)
Each agent asks for user confirmation at important decision points (using the platform's interaction capabilities):
- Start confirmation: Confirms approach after chain design, before execution
- Decision point confirmation: Security risks, destructive changes, multiple approaches, etc.
- Questions as options: Choose from 2-4 options ("Other" is always available)
# Example option-based question
questions:
- question: "A potential security vulnerability was found. How would you like to proceed?"
header: "Security"
options:
- label: "Audit with Sentinel (Recommended)"
description: "Request review from the security specialist agent"
- label: "Continue with acknowledged risk"
description: "Proceed at your own risk"
- label: "Abort investigation"
description: "Stop for safety"
Automatic Mode Selection by Complexity
| Indicator | SIMPLE | COMPLEX |
|---|---|---|
| Estimated steps | 1-2 | 3+ |
| Affected files | 1-3 | 4+ |
| Security-related | No | Yes |
| Destructive changes | No | Yes |
- SIMPLE + NEXUS_AUTORUN: Fully automatic execution
- COMPLEX: Automatically switches to Guided mode (interaction required)
See _common/INTERACTION.md for details.
Chain Templates by Task Type
Investigation & Understanding
| Task | Description | Chain |
|---|---|---|
| INVESTIGATE/feature | Feature existence/implementation investigation | Lens |
| INVESTIGATE/flow | Data flow/processing flow tracing | Lens > Canvas |
| INVESTIGATE/onboarding | Full codebase understanding | Lens > Scribe |
| INVESTIGATE/pre-impl | Investigation then implementation | Lens > Builder > Radar |
Lens vs Scout: Lens = codebase understanding and feature exploration ("Does X exist?", "How does Y flow?"), Scout = bug investigation and root cause analysis ("Why did it break?")
Bug Fixes
| Task | Description | Chain |
|---|---|---|
| BUG/simple | Simple bug fix | Scout > Builder > Radar |
| BUG/complex | Complex bug (RCA required) | Scout > Sherpa > Builder > Radar > Sentinel |
| BUG/frontend | Frontend bug | Scout > Artisan > Radar |
Feature Development
| Task | Description | Chain |
|---|---|---|
| FEATURE/S | Small feature | Builder > Radar |
| FEATURE/M | Medium feature | Sherpa > Forge > Builder > Radar |
| FEATURE/L | Large feature | Spark > Sherpa > Forge > Builder > Radar > Quill |
| FEATURE/frontend | Frontend feature | Sherpa > Forge > Artisan > Radar |
| FEATURE/fullstack | Full-stack feature | Sherpa > Forge > Artisan > Builder > Radar |
| FEATURE/api | API development | Gateway > Builder > Radar |
UI/UX
| Task | Description | Chain |
|---|---|---|
| UI/new | New UI implementation | Vision > Forge > Showcase > Muse > Artisan > Radar |
| UI/redesign | UI redesign | Vision > Muse > Palette > Flow > Artisan > Radar |
| UI/component | Component creation | Forge > Showcase > Muse > Artisan > Radar |
| UI/animation | Animation addition | Flow > Artisan > Radar |
| UX/research | UX research | Researcher > Echo > Palette |
| UX/improve | UX improvement | Echo > Palette > Artisan > Radar |
| UX/session-analysis | Session analysis | Trace > Echo > Palette |
| UX/persona-validation | Persona validation | Researcher > Trace > Echo |
| UI/figma-make | Figma Make Guidelines | Loom > Artisan |
Refactoring
| Task | Description | Chain |
|---|---|---|
| REFACTOR/small | Small refactor | Zen > Radar |
| REFACTOR/arch | Architecture improvement | Atlas > Sherpa > Zen > Radar |
| REFACTOR/legacy | Legacy modernization | Horizon > Sherpa > Zen > Radar |
Performance
| Task | Description | Chain |
|---|---|---|
| PERF/frontend | Frontend optimization | Bolt > Artisan > Radar |
| PERF/backend | Backend optimization | Bolt > Builder > Radar |
| PERF/db | Database optimization | Tuner > Schema > Builder > Radar |
AI/ML
| Task | Description | Chain |
|---|---|---|
| AI/rag | RAG pipeline design | Oracle > Stream > Builder > Radar |
| AI/llm-app | LLM application design | Oracle > Builder > Radar |
| AI/safety | AI safety review | Oracle > Sentinel > Oracle |
| AI/prompt-ops | Prompt engineering & evaluation | Oracle > Radar |
Observability/SRE
| Task | Description | Chain |
|---|---|---|
| SRE/slo | SLO definition & monitoring | Beacon > Gear > Builder |
| SRE/observability | Full observability setup | Beacon > Gear > Builder > Radar |
Security
| Task | Description | Chain |
|---|---|---|
| SECURITY/audit | Static analysis | Sentinel > Builder > Radar |
| SECURITY/pentest | Dynamic testing | Probe > Builder > Radar > Probe |
| SECURITY/full | Full audit | Sentinel > Probe > Builder > Radar > Sentinel |
Testing
| Task | Description | Chain |
|---|---|---|
| TEST/unit | Unit test addition | Radar |
| TEST/e2e | E2E test addition | Voyager |
| TEST/coverage | Coverage improvement | Radar > Voyager |
| TEST/load | Load testing | Siege > Bolt |
| TEST/chaos | Chaos engineering | Siege > Triage > Builder |
| TEST/contract | Contract testing | Gateway > Siege > Radar |
| TEST/mutation | Mutation testing | Siege > Radar |
Review
| Task | Description | Chain |
|---|---|---|
| REVIEW/pr | PR review | Judge > Zen/Builder/Sentinel |
| REVIEW/security | Security review | Judge > Sentinel |
Git/PR
| Task | Description | Chain |
|---|---|---|
| GIT/pr-prep | PR preparation | Guardian > Judge |
| GIT/commit-split | Commit splitting | Guardian |
| GIT/pr-full | Implement > PR > Review | Builder > Guardian > Judge > Zen |
| GIT/release | Release notes generation | Guardian |
Decision Making
| Task | Description | Chain |
|---|---|---|
| DECISION/arch | Architecture selection | Magi > Builder/Zen |
| DECISION/strategy | Strategic decisions | Magi > Spark |
Analysis
| Task | Description | Chain |
|---|---|---|
| ANALYSIS/impact | Change impact analysis | Ripple > Builder > Radar |
| ANALYSIS/standards | Standards compliance check | Canon > Builder > Radar |
| ANALYSIS/cleanup | Code cleanup | Sweep > Zen > Radar |
Subtraction & Culture
| Task | Description | Chain |
|---|---|---|
| SUBTRACT/feature-gate | Feature proposal subtraction gate | Spark > Void > Magi |
| SUBTRACT/scope-check | Scope validation | Sherpa > Void > Sherpa |
| SUBTRACT/arch-simplify | Architecture over-engineering detection | Atlas > Void > Zen |
Documentation
| Task | Description | Chain |
|---|---|---|
| DOCS/prd | PRD creation | Scribe |
| DOCS/srs | SRS creation | Scribe |
| DOCS/design | Design document creation | Scribe |
| DOCS/spec-to-build | Spec to implementation | Spark > Scribe > Sherpa > Builder |
| DOCS/code | Code documentation | Quill |
| DOCS/component | Component documentation | Showcase > Quill |
| DOCS/architecture | Architecture diagrams | Canvas |
| DOCS/convert | Format conversion | Morph |
| DOCS/report | PR report | Harvest > Morph |
Demo & Recording
| Task | Description | Chain |
|---|---|---|
| DEMO/cli | CLI demo GIF creation | Anvil > Reel > Quill |
| DEMO/prototype | Prototype demo | Forge > Reel > Growth |
| DEMO/web-terminal | Web + terminal combo demo | Director + Reel > Showcase |
| DEMO/docs | Documentation demo | Scribe > Reel > Quill |
| DEMO/ci-update | CI-integrated demo auto-update | Gear > Reel > Gear |
| DEMO/showcase | Production CLI demo | Builder > Reel > Growth |
Infrastructure & DevOps
| Task | Description | Chain |
|---|---|---|
| INFRA/ci | CI/CD setup | Gear > Radar |
| INFRA/cloud | Cloud setup | Scaffold > Gear |
| INFRA/cli | CLI development | Anvil > Radar |
Deploy & Release
| Task | Description | Chain |
|---|---|---|
| DEPLOY/release | Release execution | Guardian > Launch |
| DEPLOY/full | Full pipeline | Radar > Guardian > Launch > Harvest |
Modernization
| Task | Description | Chain |
|---|---|---|
| MODERNIZE/stack | Tech stack refresh | Lens > Horizon > Sherpa > Builder > Radar |
| MODERNIZE/i18n | Internationalization | Polyglot > Artisan > Radar |
| MODERNIZE/structure | Repository structure improvement | Grove > Sherpa > Zen > Radar |
Strategy & Growth
| Task | Description | Chain |
|---|---|---|
| STRATEGY/seo | SEO improvement | Growth > Artisan > Radar |
| STRATEGY/compete | Competitive analysis to implementation | Compete > Spark > Builder > Radar |
| STRATEGY/feedback | Feedback integration | Voice > Spark > Builder > Radar |
| STRATEGY/metrics | Metrics infrastructure | Pulse > Builder > Radar |
| STRATEGY/retention | Retention initiatives | Retain > Spark > Builder > Radar |
| STRATEGY/ab-test | A/B test design | Experiment > Builder > Radar |
| STRATEGY/data | Data pipeline | Stream > Schema > Builder > Radar |
Game Development
| Task | Description | Chain |
|---|---|---|
| GAME/design | Game design document | Quest |
| GAME/full | Full game pipeline | Vision > Quest > Forge > Builder > Radar |
| GAME/balance | Balance iteration | Quest > Forge > Quest |
| GAME/assets | Game asset pipeline | Vision > Quest > Tone + Dot + Clay |
| GAME/narrative | Story & narrative | Cast > Quest > Scribe |
Parallel Execution (Rally Integration)
For large-scale tasks where parallel execution is beneficial, Nexus escalates to Rally.
| Task | Description | Parallel Chain |
|---|---|---|
| FEATURE/L (parallel) | Large-scale full-stack | Sherpa > Rally(Artisan + Builder + Radar) |
| FEATURE/fullstack (parallel) | Frontend + Backend | Rally(Artisan, Builder, Radar) |
| FEATURE/multi (parallel) | Multiple independent features | Sherpa > Rally(Builder x N, Radar) |
| BUG/multiple (parallel) | Multiple independent bug fixes | Rally(Builder x N) > Radar |
| REFACTOR/arch (parallel) | Multi-module refactoring | Atlas > Sherpa > Rally(Zen x N) > Radar |
| SECURITY/full (parallel) | Static + dynamic parallel scan | Rally(Sentinel, Probe) > Builder > Radar |
| TEST/coverage (parallel) | Unit + E2E parallel testing | Rally(Radar, Voyager) |
| MODERNIZE/stack (parallel) | Multi-area modernization | Horizon > Sherpa > Rally(Builder x N) > Radar |
| DOCS/full (parallel) | Code docs + diagrams + stories | Rally(Quill, Canvas, Showcase) |
Rally Escalation Criteria: Rally is triggered when there are 2+ independent implementation steps, changes span 4+ files across 2+ domains, or Sherpa detects a
parallel_group.
Nexus parallel vs Rally: Nexus's built-in
_PARALLEL_BRANCHESis for lightweight parallelism (each branch < 50 lines). Rally's multi-session parallelism is used for substantial implementation work.
Product Lifecycle (Titan)
| Task | Description | Chain |
|---|---|---|
| PROJECT/full | Full product from ambiguous goal | Titan (9-phase lifecycle via Nexus) |
| PROJECT/mvp | MVP-focused delivery | Titan (DISCOVERβBUILDβVALIDATEβLAUNCH) |
Titan vs Nexus: Titan = product-level orchestration (what to build, when, and which agents). Nexus = task-level execution (how to chain agents for each task). Titan issues task chains to Nexus.
Other
| Task | Description | Chain |
|---|---|---|
| INCIDENT | Incident response | Triage > Scout > Builder |
| TEST/quality | Iterative quality improvement | Judge > Zen > Radar |
| SECURITY/concurrency | Concurrency bug detection | Specter > Builder > Radar |
| INVESTIGATE/regression | Regression investigation | Rewind > Scout > Builder > Radar |
Messaging & Real-time
| Task | Description | Chain |
|---|---|---|
| MESSAGING/bot | Bot development | Relay > Builder > Radar |
| MESSAGING/webhook | Webhook handler | Gateway > Relay > Builder > Radar |
| MESSAGING/realtime | Real-time communication | Relay > Scaffold > Builder > Radar |
| MESSAGING/multi-channel | Multi-channel integration | Relay > Builder > Radar |
AITuber/Streaming
| Task | Description | Chain |
|---|---|---|
| AITUBER/setup | AITuber pipeline setup | Cast > Aether > Builder > Radar |
| AITUBER/avatar | Avatar & lip sync setup | Aether > Builder |
| AITUBER/streaming | Streaming automation | Aether > Gear > Builder |
Shared Knowledge
Agents share knowledge through the .agents/ directory:
| File | Purpose | When to Update |
|---|---|---|
PROJECT.md |
Shared knowledge + activity log | Required for all agents after completing work |
{agent}.md |
Agent-specific learnings | When domain-specific discoveries are made |
PROJECT.md Structure
- Architecture Decisions - Record of architecture choices
- Domain Glossary - Unified terminology
- API & External Services - External service constraints
- Known Gotchas - Known pitfalls
- Security Considerations - Security constraints
- Performance Budgets - Performance targets
- Activity Log - Agent work history
Agent Principles
All agents follow these principles:
Common Rules
- Changes under 50 lines - Aim for small, safe changes
- Respect existing patterns - Follow project conventions
- Run tests - Run tests before and after changes
- Journal only significant learnings - Don't record routine work
Boundary Types
| Marker | Meaning |
|---|---|
| Always do | Must always be done |
| Ask first | Requires confirmation |
| Never do | Must never be done |
Directory Structure
skills/
βββ _common/
β βββ INTERACTION.md # Shared interaction rules
βββ _templates/
β βββ PROJECT.md # Project knowledge template
βββ aether/SKILL.md # AITuber/streaming orchestrator
βββ architect/SKILL.md # Agent design meta-designer
βββ anvil/SKILL.md # CLI/TUI construction
βββ arena/SKILL.md # External engine competition (Solo/Team Mode)
βββ artisan/SKILL.md # Frontend implementation
βββ atlas/SKILL.md # Architecture
βββ attest/SKILL.md # Specification compliance verification
βββ beacon/SKILL.md # Observability/SRE
βββ bolt/SKILL.md # Performance
βββ builder/SKILL.md # Production implementation
βββ canon/SKILL.md # Standards compliance (OWASP/WCAG/OpenAPI/ISO)
βββ canvas/SKILL.md # Visualization
βββ cast/SKILL.md # Persona casting & registry management
βββ clay/SKILL.md # AI 3D model generation
βββ compete/SKILL.md # Competitive research
βββ darwin/SKILL.md # Ecosystem self-evolution orchestrator
βββ director/SKILL.md # Demo video recording
βββ dot/SKILL.md # Pixel art generation (SVG/Canvas/Phaser 3)
βββ echo/SKILL.md # Persona validation
βββ experiment/SKILL.md # A/B test design
βββ flow/SKILL.md # Animation
βββ forge/SKILL.md # Prototyping
βββ frame/SKILL.md # Figma design-to-code bridge
βββ loom/SKILL.md # Figma Make optimization agent
βββ gauge/SKILL.md # SKILL.md normalization audit & self-evolution
βββ gateway/SKILL.md # API design
βββ gear/SKILL.md # DevOps
βββ grove/SKILL.md # Repository structure design
βββ growth/SKILL.md # SEO/CRO
βββ guardian/SKILL.md # Git/PR management
βββ harvest/SKILL.md # PR info collection & report generation
βββ hearth/SKILL.md # Personal dev environment config
βββ helm/SKILL.md # Business strategy simulation
βββ hone/SKILL.md # Codex CLI config audit & optimization
βββ horizon/SKILL.md # Modernization
βββ judge/SKILL.md # Code review (codex review)
βββ latch/SKILL.md # Claude Code hook management
βββ launch/SKILL.md # Release management
βββ lens/SKILL.md # Codebase comprehension & investigation
βββ levy/SKILL.md # Japan tax filing guidance
βββ lore/SKILL.md # Cross-ecosystem knowledge curator
βββ magi/SKILL.md # Multi-perspective decision making
βββ matrix/SKILL.md # Universal multi-dimensional analysis
βββ mend/SKILL.md # Known failure auto-repair
βββ morph/SKILL.md # Document format conversion
βββ muse/SKILL.md # Design
βββ navigator/SKILL.md # Browser automation
βββ nexus/SKILL.md # Orchestrator
βββ orbit/SKILL.md # Nexus-autoloop completion specialist
βββ oracle/SKILL.md # AI/ML design & evaluation
βββ palette/SKILL.md # UX
βββ polyglot/SKILL.md # i18n
βββ prism/SKILL.md # NotebookLM steering prompt design
βββ prose/SKILL.md # UX writing & content strategy
βββ pipe/SKILL.md # GitHub Actions workflow design
βββ probe/SKILL.md # Dynamic security testing (DAST)
βββ pulse/SKILL.md # Metrics design
βββ quest/SKILL.md # Game planning & production
βββ quill/SKILL.md # Documentation
βββ radar/SKILL.md # Testing
βββ rally/SKILL.md # Multi-session parallel orchestrator
βββ realm/SKILL.md # Gamification meta-visualization
βββ reel/SKILL.md # Terminal recording & CLI demo video generation
βββ relay/SKILL.md # Messaging integration & real-time communication
βββ researcher/SKILL.md # User research
βββ ripple/SKILL.md # Pre-change impact analysis
βββ retain/SKILL.md # Retention
βββ rewind/SKILL.md # Git history investigation
βββ scaffold/SKILL.md # Infrastructure
βββ schema/SKILL.md # DB schema design
βββ siege/SKILL.md # Advanced testing (load/contract/chaos/mutation)
βββ scribe/SKILL.md # Project documentation (PRD/SRS/design docs)
βββ accord/SKILL.md # Cross-team integrated spec packages
βββ scout/SKILL.md # Bug investigation
βββ sentinel/SKILL.md # Static security analysis (SAST)
βββ sherpa/SKILL.md # Task decomposition
βββ sigil/SKILL.md # Dynamic project-specific skill generation
βββ showcase/SKILL.md # Storybook story management
βββ sketch/SKILL.md # AI image generation (Gemini API)
βββ spark/SKILL.md # Feature proposals
βββ specter/SKILL.md # Concurrency & async issue detection
βββ stream/SKILL.md # Data pipelines
βββ sweep/SKILL.md # Dead code detection
βββ titan/SKILL.md # Product lifecycle meta-orchestrator
βββ tone/SKILL.md # Game audio generation
βββ trace/SKILL.md # Session replay analysis
βββ triage/SKILL.md # Incident response
βββ tuner/SKILL.md # DB performance optimization
βββ vision/SKILL.md # Creative direction
βββ void/SKILL.md # YAGNI enforcement & complexity reduction
βββ voice/SKILL.md # User feedback
βββ voyager/SKILL.md # E2E testing
βββ warden/SKILL.md # V.A.I.R.E. quality gate
βββ zen/SKILL.md # Refactoring
Usage Examples
Single Agent Usage
Category-by-category examples for all 89 agents.
Orchestration
Chain Design (Nexus)
/Nexus
I want to implement a login feature. What steps should I follow?
Output: Task classification (FEATURE/M), recommended chain (Sherpa > Forge > Builder > Radar), prompt for the first step
Task Decomposition (Sherpa)
/Sherpa
The payment feature implementation task is too complex to organize. Please break it down.
Output: List of atomic steps completable within 15 minutes, progress checklist, specific instructions for the first task to start
Agent Design (Architect)
/Architect
Design an agent specialized in input validation.
I want it to handle Zod/Yup schema validation and error message generation.
Output: SKILL.md (complete specification), references/*.md (3-7 domain-specific knowledge files), Nexus integration design
Product Delivery (Titan)
/Titan
Build me a task management SaaS with team collaboration features.
Output: 9-phase product lifecycle execution β market analysis, architecture design, parallel implementation via Rally, security hardening, E2E validation, documentation, and launch preparation. All decisions logged autonomously.
Project Skill Generation (Sigil)
/Sigil
Analyze this project and generate useful skills for the team.
Output: Tech stack analysis, skill opportunity discovery, Micro/Full skills generated to .claude/skills/ (e.g., new-page, new-api-route, deploy-flow)
Targeted Skill Creation (Sigil)
/Sigil
Generate a skill for creating new API routes in this Express project.
Output: Project-specific new-route.md skill with templates matching the project's existing patterns and conventions
Architect vs Sigil responsibilities:
- Architect: Designs universal ecosystem agents (400-1400 lines, SKILL.md)
- Sigil: Generates project-specific skills from live context (10-400 lines, .claude/skills/)
Autoloop Completion Scripts (Orbit)
/Orbit
Generate completion scripts for the Nexus autoloop that deploys and validates a staging environment.
Ensure the loop halts on test failures.
Output: Runner script with halt conditions, operation contract (SLA/budget/guardrails), audit checklist
Investigation & Planning
Bug Investigation (Scout)
/Scout
Users are reporting they can't log in. Please investigate the cause.
Output: Investigation report including reproduction steps, root cause, files to fix, and recommended fix approach
Feature Proposal (Spark)
/Spark
Suggest features to improve this application's usability.
Output: Feature proposal specification (Markdown) leveraging existing data/logic
Session Replay Analysis (Trace)
/Trace
The checkout flow has a high abandonment rate. Please analyze actual session data.
Output: Frustration signal detection, per-persona behavioral patterns, UX problem report
Persona Validation (Trace)
/Trace
Validate the "Mobile-First Millennial" persona defined by Researcher against real data.
Output: Persona definition validity check, sub-segment discovery, handoff to Researcher
Trace vs Echo vs Researcher responsibilities:
- Researcher: Creates personas (from interviews and research)
- Trace: Validates personas with real data (from session logs)
- Echo: Embodies personas to validate UI (simulation)
Persona Casting (Cast)
/Cast
Generate 5 user personas for our e-commerce platform from these analytics data and support tickets.
Register them in the persona registry for use by Echo and Researcher.
Output: Persona cards (demographics, goals, frustrations, tech proficiency), registry entries in unified format, downstream agent sync configuration
Git/PR Management
PR Preparation (Guardian)
/Guardian
Before creating a PR from this branch, suggest a commit structure and PR strategy.
Output: Signal/Noise analysis of changes, commit split plan, branch naming suggestions, PR description draft
Commit Splitting (Guardian)
/Guardian
I have changes across 47 files. Split them into appropriately granular commits.
Output: Commit split plan by logical unit, example git add commands
Branch Naming (Guardian)
/Guardian
Suggest a branch name for the task "Add OAuth2 to user authentication".
Output: Convention-compliant branch name candidates (e.g., feat/oauth2-integration)
Guardian vs Judge vs Zen responsibilities:
- Guardian: PR preparation (change analysis, commit structure, branch naming)
- Judge: PR review (bug detection, issue identification)
- Zen: Code fixes (refactoring, quality improvement)
Weekly Work Report (Harvest)
/Harvest
Summarize this week's PR activity into a report.
Output: Markdown report with PR statistics, category distribution, contributor rankings, and highlights
Release Notes Generation (Harvest)
/Harvest
Generate release notes from PRs between v1.1.0 and v1.2.0.
Output: Changelog-format release notes categorized into Features/Bug Fixes/Improvements/Breaking Changes
Individual Work Report (Harvest)
/Harvest
Create a monthly work report for @username.
Output: Detailed PR activity for the specific user, category breakdown, weekly trends, highlights
Quality Assurance
Test Addition (Radar)
/Radar
Check test coverage for this area and add missing tests.
Output: Added edge case tests, boundary value tests, and error case tests
E2E Test Creation (Voyager)
/Voyager
Create E2E tests for the flow from login to purchase completion.
Output: Playwright/Cypress E2E test code (with Page Object Model design, auth state management, CI integration config)
Security Audit (Sentinel)
/Sentinel
Audit the security of this API.
Output: Vulnerability detection (SQL injection, XSS, etc.) and fix code
PR Review (Judge)
/Judge
Review this PR. Check for bugs and security issues.
Output: Automated review via codex review, severity-ranked issue list, suggested fix agents
Pre-commit Check (Judge)
/Judge
Review the changes before committing.
Output: Review of uncommitted changes, bug/security issue detection, commit go/no-go decision
Refactoring (Zen)
/Zen
This file has poor readability. Please refactor it.
Output: Readable code split by responsibility (behavior unchanged)
Note: Review agent responsibilities:
- Judge: PR review via codex review, bug detection, AI hallucination detection (no code modifications)
- Zen: Code quality improvement (refactoring, readability enhancement)
YAGNI Verification (Void)
/Void
Is this helper utility really needed? It was added 6 months ago but I'm not sure anyone uses it.
Output: Subtraction Proposal with Cost-of-Keeping Score, blast radius analysis, and REMOVE/SIMPLIFY/DEFER/KEEP recommendation
Implementation
Production Implementation (Builder)
/Builder
The prototype works, but please bring it up to production quality.
Output: Production code with type safety, error handling, and validation added
Builder capabilities:
- Clarify Phase: Detects spec ambiguity, presents questions or multiple proposals
- Design Phase: TDD (test-first design)
- Build Phase: Event Sourcing / CQRS / Saga pattern support
- Validate Phase: N+1 detection, caching strategy, performance optimization
- Forge handoff: types.ts > Value Object, errors.ts > DomainError, forge-insights.md > Business Rules
Prototyping (Forge)
/Forge
Create a prototype of this screen. A working state is fine for now.
Output: Quickly built UI component that works with mock data
Frontend Implementation (Artisan)
/Artisan
Bring the user profile prototype created by Forge to production quality.
Ensure TypeScript strict mode, proper error handling, and accessibility.
Output: Type-safe, production-quality React/Vue/Svelte components, custom Hooks, state management integration
Artisan's key areas:
- Hooks design: Custom Hook creation, proper useEffect/useMemo usage
- State management: Zustand/Jotai/Redux Toolkit selection and implementation
- Server Components: Server/client separation in React 19/Next.js App Router
- Form handling: React Hook Form + Zod validation
- Data fetching: Caching strategy with TanStack Query/SWR
Performance
Performance Improvement (Bolt)
/Bolt
This page loads slowly. Please improve it.
Output: Bottleneck identification and optimization (memoization, lazy loading, query improvement, etc.)
Bolt's scope:
- Frontend: Re-render reduction, React.memo/useMemo, lazy loading, bundle size
- Backend: N+1 detection, DataLoader introduction, connection pooling, async processing
DB Performance Optimization (Tuner)
/Tuner
The product listing page query is slow. Analyze with EXPLAIN ANALYZE and optimize.
Output: Execution plan analysis, index recommendations, query rewrite
Bolt vs Tuner responsibilities:
- Bolt: Application layer (how queries are issued, caching)
- Tuner: Database layer (how queries execute, indexes)
UI/UX
Creative Direction (Vision)
/Vision
I want to redesign the dashboard with a modern look.
The current design feels dated, so incorporate current design trends.
Output: Three design direction proposals, style guide for the selected direction, delegation plan to Muse/Palette/Flow/Forge
Design Review (Vision)
/Vision
Review the current UI design and identify areas for improvement.
Output: Heuristic evaluation results, prioritized improvement list, assigned agent for each improvement
UX Improvement (Palette)
/Palette
We received feedback that this form has poor usability. Please improve it.
Output: Feedback improvements, cognitive load reduction, error display improvements
Design Unification (Muse)
/Muse
The design lacks consistency. Please unify it.
Output: Unification to design tokens, spacing/border-radius/shadow adjustments
UI Animation (Flow)
/Flow
Add animations to this screen to improve interactions.
Output: Appropriate transitions, hover effects, loading animations added
Persona Validation (Echo)
/Echo
Validate this UI's usability from an elderly user persona's perspective.
Output: UX report with confusion points and improvement proposals from the specified persona's perspective
Storybook Story Creation (Showcase)
/Showcase
Create Storybook stories for the newly created Button component.
Output: CSF 3.0 Story file (all variants, interaction tests, autodocs)
Showcase capabilities:
- CREATE: New component story creation
- MAINTAIN: Existing story updates, CSF3 migration
- AUDIT: Story coverage and quality auditing
Storybook Coverage Audit (Showcase)
/Showcase
Audit current Storybook coverage. Identify missing stories.
Output: Coverage report, quality scores, improvement action list
Documentation
PRD Creation (Scribe)
/Scribe
Create a PRD (Product Requirements Document) for the user authentication feature.
Include social login and two-factor authentication in scope.
Output: Complete PRD (overview, user stories, functional requirements, non-functional requirements, acceptance criteria, edge cases)
SRS Creation (Scribe)
/Scribe
Create an SRS (Software Requirements Specification) for the payment module.
Stripe integration and subscription support are required.
Output: Complete SRS (functional requirements, data model, API specs, non-functional requirements, traceability matrix)
Implementation Checklist Creation (Scribe)
/Scribe
Create an implementation checklist for the search feature.
Output: Pre-implementation checks, phase-by-phase tasks, quality assurance checks, pre-deployment verification
Test Specification Creation (Scribe)
/Scribe
Create a test specification for the order flow.
Cover normal cases, error cases, and boundary values comprehensively.
Output: Test case list (ID, priority, steps, expected results), test data, traceability
Scribe vs Quill responsibilities:
- Scribe: Project documentation (specifications, design docs, checklists)
- Quill: Code documentation (JSDoc, README, type definitions)
Documentation Addition (Quill)
/Quill
Add documentation to this function. There's feedback that the logic is hard to understand.
Output: JSDoc/TSDoc, usage examples, parameter descriptions added
Visualization
Diagram Creation (Canvas)
/Canvas
Visualize this authentication flow as a diagram.
Output: Mermaid-format sequence diagrams, flowcharts, state machine diagrams, etc.
Reverse-engineer Diagrams from Code (Canvas)
/Canvas
Visualize the processing flow in src/services/payment/
Output: Flowchart or sequence diagram generated by analyzing the code
Conversation Context Organization (Canvas)
/Canvas
Organize our conversation so far into a mind map.
Output: Mind map organizing the conversation content
ASCII Art Diagrams (Canvas)
/Canvas
Create an ASCII art diagram of this API's processing flow.
Output: ASCII-format flowchart displayable in terminals and code comments
AI Image Generation Code (Sketch)
/Sketch
Generate Python code to create product thumbnail images using Gemini API.
Include batch generation for multiple products.
Output: Production-ready Python code with Gemini API integration, prompt optimization, batch processing, cost estimation
Pixel Art Generation (Dot)
/Dot
Create a 16x16 player character sprite with 4-frame walk animation.
Use a 16-color palette and output as SVG with spritesheet metadata.
Output: SVG sprite code, spritesheet layout, animation metadata JSON, palette definition
Canvas vs Sketch vs Dot responsibilities:
- Canvas: Diagrams and charts (Mermaid, ASCII art, draw.io)
- Sketch: AI image generation code (Python code for Gemini API)
- Dot: Pixel art via code (SVG/Canvas/Phaser 3/Pillow/CSS sprites)
- Clay: AI 3D model generation code (Python/JS/OpenSCAD for Meshy/Tripo/Hunyuan3D/Rodin/Sloyd/Stability APIs)
NotebookLM Prompt Design (Prism)
/Prism
I want to create an engaging podcast-style audio overview of our API documentation using NotebookLM.
Help me design the optimal steering prompt.
Output: Optimized steering prompt, source preparation advice, output format recommendations
Architecture
Architecture Analysis (Atlas)
/Atlas
Analyze code dependencies and clarify the impact scope of changes.
Output: Dependency map, problem area identification, ADR/RFC for improvements
Modernization (Horizon)
/Horizon
Check library versions in use and identify deprecated or vulnerable ones.
Output: Deprecated library detection, alternative proposals, migration PoC
API Design (Gateway)
/Gateway
Design user management API endpoints. Follow REST API best practices.
Output: OpenAPI specification, endpoint design, versioning strategy
API Breaking Change Detection (Gateway)
/Gateway
Check if this PR's changes break API backward compatibility.
Output: List of breaking changes, affected clients, migration guide
Data
DB Schema Design (Schema)
/Schema
Design a DB schema for the order management system.
Consider relationships between orders, line items, customers, and products.
Output: ER diagram (Mermaid format), DDL, migration files, index design
Schema vs Tuner responsibilities:
- Schema: Logical design (table structure, relations, normalization)
- Tuner: Physical optimization (index tuning, query improvement)
Migration Creation (Schema)
/Schema
Create a migration to add a profile image URL to the users table.
Output: Both Up/Down migrations, rollback procedures
DevOps
CLI/TUI Construction (Anvil)
/Anvil
Create a command-line tool. Include help display, progress bars, etc.
Output: CLI with argument parsing, help generation, progress bars, colored output
CI/CD Improvement (Gear)
/Gear
CI execution time is too long. Please reduce it.
Output: Cache optimization, parallelization, removal of unnecessary steps
Infrastructure Setup (Scaffold)
/Scaffold
Create Terraform configuration for building a staging environment on AWS.
Output: Terraform/CloudFormation/Pulumi configuration files, environment variable templates
AI CLI Config Audit (Hone)
/Hone
Audit my Codex CLI configuration and suggest optimizations based on latest best practices.
/Hone
Audit my Gemini CLI settings.json and safety settings for best practice alignment.
/Hone
Audit my Claude Code permissions and MCP server configuration for security best practices.
Output: Audit report with Before/After diff proposals, priority classification, safety labels
Personal Dev Environment Setup (Hearth)
/Hearth
Optimize my zsh configuration. It's slow to start up and I want better completions.
Output: Optimized .zshrc with startup profiling, lazy-loading plugins, and completion configuration
Dotfile Management (Hearth)
/Hearth
Set up my neovim configuration with LSP support and lazy.nvim plugin management.
Output: init.lua structure, lazy.nvim setup, LSP configuration, keybindings
Hearth vs Hone vs Gear vs Scaffold responsibilities:
- Hearth: Personal environment (dotfiles, shell, editor, terminal)
- Hone: AI CLI tool config audit (Codex CLI
~/.codex/, Gemini CLI~/.gemini/, Claude Code~/.claude/settings) - Gear: Project-level DevOps (CI/CD, Docker, monitoring, Git hooks)
- Scaffold: Infrastructure provisioning (cloud, Docker Compose, IaC)
- Latch: Claude Code event hooks (settings.json hooks for workflow automation)
- Pipe: GitHub Actions workflow design (triggers, security, performance, PR automation)
GitHub Actions Workflow Design (Pipe)
/Pipe
Design a CI/CD workflow for this monorepo. We need path-based triggers, parallel jobs for each package, and SHA-pinned actions.
Output: GitHub Actions workflow YAML with path filters, job dependency graph, security-hardened permissions, cache strategy
CI Security Hardening (Pipe)
/Pipe
Audit our GitHub Actions workflows for security issues. Check permissions, action pinning, and secret handling.
Output: Security audit report, remediation plan with SHA-pinned actions, minimal permissions configuration, OIDC recommendations
Claude Code Hook Setup (Latch)
/Latch
Add a hook to prevent writing to .env files and run tests before stopping.
Output: Hook configuration in settings.json (PreToolUse for file protection, Stop for test enforcement), backup creation, restart reminder
Hook Debugging (Latch)
/Latch
My PreToolUse hook isn't firing. Help me debug it.
Output: Diagnostic checklist, claude --debug analysis, manual test commands, fix recommendations
Local Development Environment Setup (Scaffold)
/Scaffold
Set up a Docker Compose environment so new developers can start immediately.
Output: docker-compose.yml, .env.example, setup scripts
Communication
Slack Bot Development (Relay)
/Relay
Build a Slack bot that responds to /remind commands and sends scheduled reminders.
Support thread replies and slash commands.
Output: Channel adapter design, command parser specification, webhook handler middleware chain, event routing matrix
Multi-Channel Notification (Relay)
/Relay
Design a notification system that sends alerts to both Slack and Discord.
Each platform should display messages in its native format.
Output: Unified message schema, platform-specific adapters, fan-out routing design
Relay vs Gateway vs Stream responsibilities:
- Relay: Messaging platform integration (channel adapters, webhooks, WebSocket, bots)
- Gateway: REST/GraphQL API design (OpenAPI specs, versioning, endpoints)
- Stream: Data pipelines (ETL/ELT, Kafka, Airflow, batch processing)
Internationalization
i18n Implementation (Polyglot)
/Polyglot
Internationalize the application for global expansion.
Output: Hardcoded strings converted to i18n, date/currency format internationalization
Growth
SEO Improvement (Growth)
/Growth
Improve the preview display when sharing on social media.
Output: OGP tags, meta information, structured data added
Retention Initiatives (Retain)
/Retain
User retention rates are declining. Suggest retention improvement strategies.
Output: Retention analysis framework, re-engagement trigger design, gamification proposals
Analytics
Metrics Design (Pulse)
/Pulse
Define KPIs for this service and design tracking events.
Output: KPI definitions, event design, dashboard specifications
A/B Test Design (Experiment)
/Experiment
Design an A/B test to verify the effect of changing the CTA button color.
Output: Hypothesis document, sample size calculation, feature flag implementation guide
Operations
Incident Response (Triage)
/Triage
API responses are slow in production. Please handle initial response.
Output: Impact assessment, recovery procedures, escalation decisions
Postmortem Creation (Triage)
/Triage
Create a postmortem for the recent incident.
Output: Incident timeline, root cause, prevention measures
Investigation & Planning (Additional)
Competitive Research (Compete)
/Compete
Analyze competitors A and B and identify differentiation points.
Output: Competitive feature matrix, SWOT analysis, positioning map
User Research Design (Researcher)
/Researcher
Design user interviews to validate the new feature.
Output: Interview guide, question list, persona/journey map
Feedback Analysis (Voice)
/Voice
Analyze recent app store reviews and extract insights.
Output: Sentiment analysis, feedback classification, improvement priority list
Security (Additional)
Dynamic Security Testing (Probe)
/Probe
Conduct penetration testing on the authentication API.
Output: OWASP ZAP/Nuclei scan results, vulnerability report, fix priority
Sentinel vs Probe responsibilities:
- Sentinel: Static analysis (SAST) - reads code to detect vulnerabilities
- Probe: Dynamic testing (DAST) - attacks running application to detect vulnerabilities
Terminal Recording
CLI Demo GIF Creation (Reel)
/Reel
Record a GIF showing installation through basic usage of this CLI tool.
I'll embed it in the README.
Output: VHS .tape file, optimized GIF (under 5MB), Markdown embed code
Terminal Session Recording (Reel)
/Reel
Create a demo video of the interactive setup wizard in action.
Include the user selecting options.
Output: terminalizer recording, edited YAML, GIF output
Director vs Reel responsibilities:
- Director: Browser (Web UI) demo videos (Playwright, .webm output)
- Reel: Terminal (CLI) demo recordings (VHS/terminalizer/asciinema, GIF/MP4 output)
AITuber/Streaming
AITuber Pipeline Setup (Aether)
/Aether
Design an AITuber system: YouTube Live chat β LLM response β VOICEVOX TTS β Live2D avatar with lip sync β OBS streaming.
Output: Pipeline architecture, component configuration (Chat poller, LLM adapter, TTS settings, avatar control, OBS WebSocket), deployment guide
Streaming Automation (Aether)
/Aether
Set up OBS WebSocket automation for scene switching, BGM control, and chat overlay during AI VTuber streams.
Output: OBS WebSocket configuration, scene switching logic, event-driven automation scripts
Multi-Agent Collaboration (Nexus)
New Feature Development (Auto-execution)
/Nexus
I want to add a user profile editing feature
- Edit name, email, and avatar image
- With validation
- Show toast on successful save
## NEXUS_AUTORUN
Execution chain: Spark (spec) > Sherpa (task decomposition) > Forge (prototype) > Builder (production implementation) > Radar (tests) > Quill (documentation)
Bug Fix (Complex Case)
/Nexus
Investigate and fix a payment error that only occurs in production.
It doesn't reproduce locally.
## NEXUS_AUTORUN
Execution chain: Scout (investigation) > Sherpa (task decomposition) > Builder (fix) > Radar (regression tests) > Sentinel (security verification)
Large-scale Refactoring
/Nexus
The authentication module has become spaghetti code.
I want to refactor it to follow Clean Architecture.
Execution chain: Atlas (architecture design) > Sherpa (phased plan) > Zen (refactoring) > Radar (tests)
UI Feature Addition
/Nexus
Add a review submission feature to the product detail page.
I want users to be able to input star ratings and comments.
Execution chain: Spark (spec) > Forge (UI prototype) > Muse (design adjustment) > Builder (implementation) > Radar (tests)
Step-by-Step Execution (Manual Control)
Gradual Feature Development
/Nexus
I want to add a search feature.
AUTORUN Mode (Automatic Execution - Recommended)
## NEXUS_AUTORUN_FULL
I want to add a search feature.
Nexus automatically executes the chain:
## Nexus Execution: Add search feature
- Chain: **Spark** > **Sherpa** > **Builder** > **Radar**
- Mode: AUTORUN_FULL
### Executing Step 1/4: Spark
_AGENT_CONTEXT:
Role: Spark
Task: Create search feature specification
[Creating specification as Spark...]
_STEP_COMPLETE:
Agent: Spark
Status: SUCCESS
Next: Sherpa
### Executing Step 2/4: Sherpa
[Automatically proceeding to next step...]
No copy-paste needed - automatically executes to the final deliverable.
GUIDED Mode (Manual Handoff)
When invoking each agent manually:
## NEXUS_GUIDED
I want to add a search feature.
Nexus designs the chain and presents the next step:
## Nexus Plan: Add search feature
- Chain: **Spark** > **Sherpa** > **Builder** > **Radar**
- Current step: 1/4
### Next Step: Spark
Invoke **Spark** with the following context:
[Context information]
Task Decomposition in Practice (Sherpa)
Breaking Large Tasks into Small Steps
/Sherpa
I want to implement an e-commerce checkout flow.
Output:
## Sherpa's Guide
**Current Objective:** Checkout flow implementation
**Progress:** 0/8 steps completed
### NOW: Create type definitions for cart contents
Define CartItem and CartSummary interfaces.
*(Shall I invoke Builder?)*
### Upcoming Path:
- [ ] Create cart API endpoint
- [ ] Shipping address input form
- [ ] Payment method selection UI
- [ ] Order confirmation screen
- [ ] Order completion processing
- [ ] Error handling
- [ ] Add tests
**Status:** On Track
Customization
Adding New Agents
- Create
skills/[AgentName]/SKILL.md - Define
nameanddescriptionin frontmatter - Specify boundaries (Always do / Ask first / Never do)
- Add AUTORUN Support and Nexus Hub Mode sections
Modifying Agents
Edit each SKILL.md directly. Format:
---
name: AgentName
description: Agent description
---
[Detailed agent instructions]
License
MIT
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found