Workflow orchestrator that chains existing skills for feature development
Analyze repository structure, patterns, conventions, and documentation for understanding a new codebase
Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity
Fast file editing via Morph Apply API (10,500 tokens/sec, 98% accuracy)
Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.
Identify failure modes before they occur using structured risk analysis
Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture)
Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix...
System health check (MOT) for skills, agents, hooks, and memory
Implementation agent that executes a single task and creates handoff on completion
Security audit workflow - vulnerability scan β verification
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate...
Use this to design a nice UI in single html as inspiration & UI exploration.
Systematic hook debugging workflow. Use when hooks aren't firing, producing wrong output, or behaving unexpectedly.
Transform session learnings into permanent capabilities (skills, rules, agents). Use when asked to "improve setup", "learn from sessions", "compound learnings", or "what patterns should become skills".
Test-driven development workflow with philosophy guide - plan β write tests β implement β validate
Troubleshoot Claude Code extensions and behavior. Triggers on: debug, troubleshoot, not working, skill not loading, hook not running, agent not found.
Research-to-implement pipeline chaining 5 MCP tools with graceful degradation
Unified math capabilities - computation, solving, and explanation. I route to the right tool.
Boilerplate templates for Claude Code extensions. Triggers on: create agent, new skill, command template, hook script, extension scaffold.