Find the perfect skill
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.
Pegasus Wrapper Script Generator
Development
Generates a standardized wrapper script for a single step in a Pegasus pipeline. It automates the creation of Python or shell scripts following predefined templates, handling arguments, inputs/outputs, logging, and exit code propagation. Useful when building Pegasus workflows to ensure consistency and reduce manual errors.
Pikku Project Discovery
Development
Discovers the structure of a Pikku project by listing functions, tags, middleware, permissions, HTTP routes, channels, schedulers, and queues. Use it to understand an existing codebase, inspect dependencies, or find potential issues like untagged functions.
Technical Diagram Generation
Development
Generate publication-quality technical diagrams from natural language descriptions with AI-powered quality review. Smart iteration regenerates only when quality falls below threshold.
Find Text in Markdown Files
Development
Searches for a phrase across all Markdown files in the project with case-insensitive matching. Displays the filename and a snippet of the matching line, or informs the user if no matches are found.
Add Bug Branch
Development
Creates a new bug branch from an existing project branch by guiding the user through adding a single debugging challenge. Helps generate debugging exercises with a run.sh script that reproduces the failure.
Data Visualization for Flutter
Development
Build charts, maps, and hierarchical visualizations in Flutter using the data_visualization package suite. Supports bar, line, pie, scatter, heatmap charts, geographic maps, and network graphs.
Azure DevOps Integration
Development
Enables querying, creating, updating, and searching work items in Azure DevOps (ADO). Uses a subagent to absorb the token cost of MCP calls and returns only a concise summary. Triggered by commands like 'check ADO 123' or 'create a user story'.
Install WSL Auto
Development
Automates the installation and validation of Windows Subsystem for Linux (WSL) on Windows. Handles both modern one-command installations for Windows 10 build 19041+ and manual paths for older builds. Use it when a user needs to install WSL, set up a Linux distribution, or diagnose a broken WSL environment.
CW CLI Explorer
Development
This skill helps you explore the capabilities of the cw CLI, including available components and archetypes, to understand what features you can add to your repository. Use it when you're new to the CLI or need to decide which components to integrate into a project.
Exa Core Workflow B
Development
Execute the secondary Exa workflow (Core Workflow B) for implementing complementary or secondary use cases. Designed to be lower complexity and more performance-optimized than the primary workflow, it requires prior setup of Exa authentication and familiarity with the main workflow. Useful when triggered by phrases like 'exa secondary workflow' to produce completed execution results and error details.
API Mocking Framework
Development
This skill specializes in building realistic mock API services to simulate production behavior. It covers setting up mock servers with dynamic routing, latency simulation, and request tracking for parallel development and testing. Use it when you need to decouple frontend or testing from real APIs.