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
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.
External research workflow for docs, web, APIs - NOT codebase exploration
Implement technical plans from thoughts/shared/plans with verification
Build Python agents with Agentica SDK - @agentic decorator, spawn(), persistence, MCP integration
Friendly onboarding when users ask about capabilities
Claude Code hook system for pre/post tool execution. Triggers on: hooks, PreToolUse, PostToolUse, hook script, tool validation, audit logging.
Run Claude Code programmatically without interactive UI. Triggers on: headless, CLI automation, --print, output-format, stream-json, CI/CD, scripting.
Git Commit Rules
Reference guide for Agentica multi-agent infrastructure APIs
This skill provides guidance on using Google's Gemini CLI for long-context code exploration. Use when the user explicitly invokes "/gemini", asks to "use gemini", "run gemini", or when Claude...
Comprehensive testing workflow - unit tests β₯ integration tests β E2E tests