Find the perfect skill
Create a Pull Request
Development
Commit changes, push a branch, and create a pull request using the repo's PR template. Use when the user asks to submit changes.
Scripting Subsystem Audit
Development
In-depth audit of the M30/M47 scripting domain covering .pex decompilation, .psc parsing, AST-to-ECS recognizer chain, and ECS runtime correctness. Focuses on the decompiler which has highest bug density.
Profiling Methodology
Development
Systematic measurement-first approach to performance profiling: define metrics, establish baselines, identify bottlenecks, and validate optimizations with statistical significance.
Beautiful Converting Frontend Design
Development
Create distinctive, conversion-optimized frontend interfaces with context-matched visual identity, strong typography/color, and situational motion. Uses Hormozi conversion architecture and a mandatory quality gate.
Governed Commit Pipeline
Development
Runs the governed commit pipeline: auto-branch, selective stage, format, lint, secret detection, conventional commit message, push. Use /ai-pr for pull requests.
Git Commit Guidelines
Development
Format and create git commits by following repository conventions. Review repo state, stage only relevant files, and keep commits focused.
Bootstrap ADLC Structure
Development
Set up the .adlc/ directory structure for spec-driven development in a new repo or subdirectory.
Unified Memory
Development
Share durable context between AI agents via the ECC Memory Vault. Save, resume, and search project knowledge across multiple tools.
SpecKit Plan
Development
Execute the implementation planning workflow using the plan template to generate design artifacts.
Supabase Performance Tuning
Development
Optimize Supabase API performance with caching, batching, and connection pooling. Use for slow responses, caching strategies, or throughput optimization.
AgentRecall - Persistent Memory for AI Agents
Development
Persistent compounding memory system for AI agents, providing MCP tools for session management, recall, and cross-project insights. Local markdown only, Obsidian-compatible, optional Supabase backend.
Hexagonal Architecture (Ports & Adapters)
Development
Design and refactor systems with clear domain boundaries, dependency inversion, and testable use-case orchestration.