Find the perfect skill
Research Orchestration Patterns
Development
Orchestrates structured research workflows for codebase exploration, technical investigation, dependency analysis, and documentation research. Uses parallel fan-out and reduce phases to efficiently trace features, analyze impacts, and diagnose performance issues.
Git Log - Commit Messages & Documentation
Development
Generate structured commit messages and maintain git log documentation for consistent project history.
Skill Creation Guide
Development
Structured guide for creating a new AI coding skill from scratch, covering directory structure, frontmatter, and best practices. Helps when building a reusable SKILL.md file with proper organization.
Juicebox Performance Tuning
DevOps
Optimize Juicebox API performance by implementing response caching with Redis, request batching, and connection pooling. Use when improving response times, reducing latency, or maximizing throughput in Juicebox integrations.
Multi-agent Orchestration
Development
Spawns parallel agents to decompose complex tasks into subtasks tracked with cc-mirror tasks and TodoWrite. Uses domain-specific guides (software development, code review, testing, etc.) to enforce best practices. Ideal for features, reviews, refactoring, testing, and any work that benefits from decomposition.
Windows Remote Desktop Control
Testing
Controls Windows Remote Desktop sessions for automation, testing, and remote administration. Connect via RDP, take screenshots, simulate mouse clicks and keyboard input, and interact with remote desktops using accessibility trees or OCR as a fallback.
Frontend UI/UX Development
Development
Specialized skill for building modern, accessible, and performant user interfaces. It covers visual design, component architecture, animation, and accessibility, ensuring consistent, polished frontend code. Helpful when delegating UI work or implementing visual designs.
Prediction Tracking
Data & AI
Track and evaluate AI predictions over time to assess accuracy. Use it to review past predictions and determine whether they came true, failed, or remain uncertain.
Create a Signal Store
Development
Guidelines for creating an NgRx Signal Store in an Angular project, using rxMethod, tapResponse, and notification handling.
PostgreSQL
Data & AI
Models relational data, writes optimized queries, and manages PostgreSQL databases with indexes, views, and CTEs.
Fixed Video Format (9:16)
Development
Provides a fixed 1080x1920 pixel video format (9:16) with percentage-based positioning. Use this when laying out vertical video compositions for TikTok/Instagram Reels, leveraging VIDEO_CONFIG constants and safe zones for UI overlays.
Detailed Specification Interview
Development
Interviews the user in depth using the AskUserQuestionTool to elicit detailed specifications before implementing complex or rare features. Asks non-obvious questions about technical implementation, concerns, and tradeoffs until all concerns are resolved, then writes the specification to a file.