Find the perfect skill
Create a Pull Request
Development
Create a feature branch and open a pull request for the current changes using GitHub CLI.
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.
Delete Runbook
Development
Deletes a registered runbook by name from .claude/runbooks.json. Requires user confirmation before removal and preserves the file structure even when empty. Helps clean up outdated automations.
Decompile MXL to JSON DSL
Development
Decompiles a 1C table document (MXL) into a JSON DSL definition. Use to get an editable description of an existing layout.
Scout: Local Web Research Agent
Data & AI
Run a local web research agent that searches multiple sources and writes markdown briefs. Best for trend monitoring, opportunity scouting, and technical signal scanning.
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.
PRD Generator
Documentation
Generates a detailed Product Requirements Document (PRD) for a new feature. Asks clarifying questions, then produces a structured PRD with sections like goals, user stories, functional requirements, and success metrics. Helps when planning a feature or starting a new project.
OpenRouter Context Optimization
Data & AI
Optimize context window usage for OpenRouter models to reduce cost and improve quality. Use when hitting context limits, managing long conversations, or building RAG systems.
Interactive Walkthrough Generator
Documentation
Generates a self-contained HTML file with an interactive, clickable Mermaid diagram (flowchart or ER diagram) that explains a codebase feature, flow, architecture, or database schema. Designed for fast onboarding — each walkthrough is a visual mental model readable in under 2 minutes.
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.
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 Workflow
Development
Provides guidelines for commit messages, branch naming, and pull requests following industry conventions. Helps structure Git workflows with templates and ready-to-use commands.