Find the perfect skill
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.
Team Performance Tracking
Productivity
Used for tracking team performance, analyzing agent strengths and weaknesses, collecting metrics, and generating performance reports. Helps during performance reviews or metrics requests by automating analysis and reporting.
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.
Fireproof Connect Deployment
DevOps
Deploys Fireproof Connect to a dedicated Studio VM on exe.dev, setting up a cloud sync backend for Fireproof apps. Handles SSH setup, Clerk authentication keys, and runs a deployment script that installs Docker services, generates security tokens, and creates a local .connect configuration file. Use this skill when you need a personal sync backend for multiple Fireproof applications.
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.
Implement Feature from Plan
Development
Implements a feature from an existing implementation plan file (PROD-XXX-IMPLEMENTATION-PLAN.md). Fetches the linked Linear issue for context, asks clarifying questions, then implements one phase at a time, waiting for user approval between each phase.