Audit
Orchestrate a full-project consistency audit using a parallel agent team. Spawns lane-specific auditors to cross-reference docs vs code vs tests vs infra, deduplicates findings, and writes a severity-scored audit report.
Doc Architecture
Update architecture documentation after code changes to keep docs in sync with reality. Use when structural changes have been made and documentation needs updating.
Test All
Run the full CI pipeline locally -- linting, type checking, and tests. Use before commits or deployments to verify everything passes.
Deploy Status
Check the current deployment status, health, and recent CI runs. Use when you want to know if the service is up, check recent CI/CD activity, or diagnose deployment issues.
Dream
Memory consolidation skill for Claude Code. Scans session transcripts for corrections, decisions, preferences, and patterns, then merges findings into persistent memory files. Auto-triggers via native Stop hook every 24hrs. Inspired by how sleep consolidates human memory.
Incident
Guide through security incident or outage response. Use when there is a security incident, the service is down, or there is a production emergency.
Debate
Adversarial 5-agent debate to evaluate what you have. Critics attack, defenders respond, moderator writes verdict. Produces a readiness report -- feed into /plan-features to act on findings.
New Endpoint
Scaffold a new REST API endpoint. Use when adding a new API route or extending the REST API with new functionality.
Fix Issue
Fix a GitHub issue end-to-end -- read the issue, implement the fix, write tests, and create a commit. Use when you want to fix a specific GitHub issue, resolve a bug report, or implement a feature request.
Exec Plan
Execute an execution plan document by orchestrating worktree agents, enforcing commit/merge/test gates, and tracking progress. Main agent stays lean -- all work delegated.
Plan Features
Generate execution plan documents for multi-team agent work. Analyzes file conflicts, builds dependency graphs, and produces structured plans that drive flawless parallel execution.
Dep Audit
Run a security audit and dependency check on project dependencies. Use when you want to check for vulnerabilities, audit packages, or update outdated dependencies.
Db Migration
Guide through a database schema change. Use when you need to modify the database schema, add columns, create tables, or run migrations.
Dashboard Conventions
Dashboard/frontend development conventions -- vanilla HTML/JS/CSS patterns, theming, and API integration. Applies when modifying frontend files.
Hygiene Audit
Run a comprehensive codebase hygiene audit. Spawns a team of recon and research agents to analyze structure, dependencies, inconsistencies, and industry best practices, then synthesizes findings into an actionable refactoring plan with phased implementation.
Review Pr
Review a pull request for correctness, convention compliance, and test coverage. Use when you want to review a PR, check code quality, or get feedback on changes before merging.
Api Conventions
API development conventions and patterns. Applies when writing or modifying API routes, MCP tools, or CLI commands -- covers authentication, ownership enforcement, error responses, and route organization.
Launch Review
Structured debate -> plan -> execute pipeline for evaluating feature readiness. Runs 5-agent debate, creates action plan with review, then executes fixes.
Brainstorm
Guided ideation with built-in feasibility research. Conversation with the user to explore ideas, research agents validate practicality, then resolve into a requirements doc for /plan-features.
Deploy
Deploy to production. Runs pre-deploy safety checks, pushes to trigger CI/CD, and monitors the deployment.
New Mcp Tool
Add a new MCP tool to a FastMCP server. Use when adding a new tool for LLM agents or extending the MCP interface with new functionality.