Find the perfect skill
Unreal Engine Build
Development
Automatically builds Unreal Engine projects after any C++ code changes, detecting the project's .uproject file and Unreal Engine installation. The skill runs compilation immediately when implementing or modifying C++ code, without requiring an explicit user request. It is essential for enforcing a test-driven development workflow by ensuring code compiles before testing.
ML Environment Setup with PyTorch
Development
Guides creation of isolated ML environments with PyTorch, automatically detecting hardware (NVIDIA, AMD, CPU) to install the correct build. Useful when starting new ML projects or troubleshooting GPU/environment compatibility.
Technical Design Specification Generation
Development
Generate comprehensive technical design documents that translate approved requirements into actionable architecture specifications. This skill guides you through verifying prerequisites, reviewing requirements, selecting architecture patterns, and documenting components, data models, interfaces, and error handling. Use it after requirements are approved to create detailed design documents for new features.
Claude Code Skill Creator
Development
Interactively creates complex Claude Code skills with multi-file workflows. Follows official best practices using the built-in skill-creator tool.
Customer.io Advanced Troubleshooting
Development
Advanced debugging techniques for diagnosing complex Customer.io integration issues. Helps investigate delivery problems, integration failures, and incidents. Includes API debugging, user profile investigation, and a structured troubleshooting framework.
LLM Skill Refactoring
Development
Refactor oversized LLM skills into smaller, specialized, independently invocable skills while preserving full capability coverage. Uses domain analysis, dependency mapping, and parity validation.
Anime.js - JavaScript Animations
Development
Searches official Anime.js documentation to create JavaScript animations. Helps with code examples, timelines, visual effects, and animatable properties (CSS, SVG, DOM).
Claude Code Slash Commands
Development
Create and use custom commands with `/command-name` syntax to execute prompts, bash commands, and file references in Claude Code.
Specflow - Architectural Contracts
Development
Set up architectural contracts that prevent code drift. Configure non-negotiable rules with automated contract tests using YAML and TypeScript.
Git Branch Management
Development
Creates, switches, lists, and deletes Git branches following naming conventions (feature/fix/refactor/...). Helps manage feature branches, switch contexts, or clean up stale branches.
CCG Guardian - Enterprise Dev Assistance
Development
Enterprise development assistance with persistent memory, code validation, and multi-agent coordination. Includes 10 security rules, workflow management, and specialized agents (Trading, Laravel, React, Node.js).
Motor Control Implementation
Development
Implements motor control algorithms and driver software for DC, BLDC, stepper, and AC induction motors. Includes field-oriented control (FOC), PWM generation, position/speed feedback handling, current sensing, and protection features. Useful when developing motor drivers, tuning control loops, or integrating sensor feedback for embedded systems.