War Room
Convenes a multi-LLM expert panel to pressure-test hard-to-reverse decisions. Use when reversibility score is low and adversarial review is warranted.
Skills Eval
Evaluate Claude skill quality through auditing. Use when reviewing or auditing skills.
Project Planning
Converts a specification into a phased, dependency-ordered implementation plan. Use after specification is complete and before execution begins.
Shared Patterns
Provide reusable patterns for validation, error handling, scaffolding. Use for skill consistency.
Subagent Testing
Test skills via TDD in fresh subagents. Use when validating behavior or preventing bias.
Architecture Paradigms
Selects and routes to the right architecture paradigm. Use when choosing patterns for a new system or comparing trade-offs before making architecture decisions.
Hook Scope Guide
Select hook scope (plugin, project, global) by audience. Use when authoring a hook.
Architecture Paradigm Microkernel
Applies microkernel architecture with minimal core and plugin extensibility. Use when building platforms where third parties extend core functionality.
Methodology Curator
Surface expert frameworks. Use when creating or evaluating skills, hooks, or agents.
Architecture Paradigm Functional Core
Applies Functional Core, Imperative Shell to isolate logic from side effects. Use when business logic is entangled with I/O or unit tests are slow and brittle.
Architecture Paradigm Modular Monolith
Applies modular monolith with enforced internal boundaries. Use when teams want service-level autonomy without distributed system overhead.
Skrills
Coordinate skills between Codex, Copilot, and Claude Code. Validates, analyzes, and syncs skills, subagents, commands, and configuration between multiple CLIs.
Escalation Governance
Assess whether to escalate models. Use when evaluating reasoning depth.
Architecture Paradigm Service Based
Applies coarse-grained service architecture for deployment independence. Use when independent deployment is needed but shared databases rule out microservices.
Api Designer
Design RESTful APIs with best practices for consistency and usability
Html Portal Generator
Convert a codebase into a self-contained HTML portal app for ingestion into AI application systems. Produces a single deployable HTML file with embedded CSS, JS, and data.
Architecture Paradigm Event Driven
Applies event-driven async messaging to decouple producers and consumers. Use when designing real-time or multi-subscriber systems needing loose coupling.
Architecture Paradigm Pipeline
Applies pipes-and-filters for sequential data transformations. Use when data flows through discrete stages like ETL, streaming analytics, or CI/CD pipelines.
War Room Checkpoint
Assesses decision reversibility and risk at critical checkpoints. Use when a workflow reaches a high-stakes branch needing escalation check.
Mission Orchestrator
Orchestrates full project lifecycle by auto-detecting state and routing to the correct phase. Use when starting or resuming a project mid-workflow.
Dependency Graph
Generates a Mermaid dependency graph showing import relationships between modules. Use when analyzing coupling, finding circular deps, or planning refactors.
Dorodango
Polishes working code through successive quality passes in fresh subagents. Use after tests pass when code needs multi-dimension refinement before release.
Architecture Paradigm Microservices
Applies microservices for independent deployment and per-service scaling. Use when teams need autonomous release cycles with distinct capability scaling needs.
Project Brainstorming
Guides project ideation via Socratic questioning to produce a validated brief. Use before specification when requirements are unclear.
Project Execution
Executes implementation plans with progress tracking, checkpoint validation, and quality gates. Use after planning is complete and tasks are ready to implement.
Architecture Paradigm Client Server
Applies client-server architecture for web/mobile apps. Use when designing systems with centralized backend services, trust boundaries, or offline-first sync.
Hooks Eval
Evaluate hook security, performance, and SDK compliance. Use for audits.
Code Communities
Detects architectural clusters and coupling boundaries via community detection on the code graph. Use when identifying module groupings or refactoring targets.
Skill Authoring
Guide creating Claude Code skills with TDD and persuasion principles. Use for new skill development.
Hook Authoring
Guide creating Claude Code hooks with security-first design. Use for validation and enforcement.
Architecture Diagram
Generates a Mermaid architecture diagram showing high-level component relationships. Use when visualizing how plugins or modules fit together.
Class Diagram
Generates a Mermaid class diagram showing types, inheritance, and composition. Use when visualizing class hierarchies or documenting a module public API.
Call Chain
Traces execution paths through the code graph with criticality scoring and Mermaid charts. Use when understanding how a function propagates through the system.
Architecture Paradigm Serverless
Applies serverless FaaS patterns for event-driven workloads. Use when designing bursty workloads with minimal infrastructure and pay-per-execution cost model.
Modular Skills
Build composable skill modules with hub-and-spoke loading. Use when token budget is tight.
Workflow Diagram
Generates a Mermaid workflow diagram showing process steps, decisions, and state transitions. Use when documenting CI/CD pipelines or lifecycle processes.
Precommit Setup
Configures pre-commit hooks for linting, type checking, formatting, and testing. Use when setting up a new project or adding quality gates to an existing one.
Project Specification
Transforms project briefs into testable specifications with user stories and acceptance criteria. Use after brainstorming, before planning.
Workflow Setup
Configures GitHub Actions CI/CD workflows for testing, linting, and deployment. Use when setting up automation for a Python, Rust, or TypeScript project.
Friction Detector
Detect friction signals; graduate patterns into rules. Use for session retrospectives.
Data Flow
Generates a Mermaid sequence diagram showing how data moves between components. Use when tracing request flows or documenting data transformation pipelines.
Architecture Paradigm Layered
Applies layered n-tier architecture with enforced boundaries. Use when designing moderate systems needing clear presentation, domain, and persistence layers.
Architecture Paradigm Space Based
Applies data-grid architecture for high-traffic stateful workloads. Use when a single database cannot scale and in-memory partitioning is needed.
Architecture Aware Init
Selects architecture paradigm via research before scaffolding. Use when architecture is undecided and the choice needs justification and documentation.
Plugin Review
Review plugin quality with tiered checks and dependency scoping. Use for PR and pre-release audits.
Architecture Paradigm Cqrs Es
Applies CQRS and Event Sourcing for read/write separation and audit trails. Use when designing systems with complex domain logic or full state-change history.
Project Init
Scaffolds new projects with git, CI/CD workflows, pre-commit hooks, and build config. Use when starting a new Python, Rust, or TypeScript project from scratch.
Skill Graph Audit
Audit Skill() refs; detect hubs, isolates, and dangling targets. Use when auditing skills.
Rules Eval
Evaluate Claude Code rules in .claude/rules/. Use for frontmatter, globs, and quality audits.
Development Workflow
Detailed development workflow with modular patterns for git, review, testing, and deployment.
Metacognitive Self Mod
Analyze and improve the improvement process. Use for detecting regressions and meta-optimization.
Debug Helper
Systematic debugging approach for identifying and fixing issues
Architecture Paradigm Hexagonal
Applies hexagonal architecture isolating domain from infrastructure. Use when designing systems where testability and port/adapter separation are priorities.
Makefile Generation
Generates Makefiles with testing, linting, formatting, and automation targets. Use when starting a project or standardizing build automation.
Coding Assistant
Provides coding assistance with best practices and code review
Test Writer
Write thorough tests following TDD and BDD principles
Git Workflow
Git best practices for version control and collaboration