Find the perfect skill
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).
Fix Code Issues Systematically
Development
Systematically fix code issues found by /review or reported by users, categorizing by severity and applying minimal targeted corrections with verification.
Refinement Notes
Documentation
Captures backlog refinement session outcomes including stories refined, estimates, questions raised, and decisions made. Use during or after refinement to record results and share with team members who missed the session.
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.
iiot-seed CLI Error Handling
Development
Provides step-by-step guidance for diagnosing and resolving errors in the iiot-seed CLI tool. Covers common failure modes, recovery patterns, and anti-patterns to avoid, helping developers quickly fix issues when iiot-seed fails or encounters errors.
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.
Roblox Networking & Replication
Development
Implements optimized networking and replication systems including RemoteEvent optimization, delta compression, lag compensation and client prediction for smooth multiplayer games.
Solana Dependency & Compatibility Resolution
Development
Diagnoses and resolves Solana development environment dependency mismatches, including version conflicts between Anchor, Solana CLI, Rust, and platform tools. Ideal when encountering build errors (cargo build-sbf/bpf), GLIBC errors, or during version upgrades and environment setup.