Find the perfect skill
Optimized Release Build
DevOps
Creates an optimized release build of YARS for performance testing and benchmarking. Enables full compiler optimizations with CMake in Release mode.
Marp Pitch Deck Creator
Content
Creates professional pitch decks in Markdown using Marp and Tailwind CSS. It uses HTML with Tailwind utility classes for advanced layouts like grids and columns. Best for quickly generating polished presentations from structured content.
Programmatic SEO at Scale
Content
Creates SEO-optimized pages at scale using templates and structured data. Helps when building many similar pages (e.g., location pages, comparison pages, directory pages) by providing a framework to generate unique, valuable content that ranks well and avoids penalties.
Pomodoro Timer - Focus Sessions
Productivity
A beautiful Pomodoro timer with task tracking. Use proven time management technique of focused 25-minute work sessions followed by short breaks.
Legacy System Modernization with Strangler Fig Pattern
Development
Orchestrate legacy system modernization using the strangler fig pattern to gradually replace outdated components while maintaining continuous operations. Helps when you need to modernize a legacy codebase with minimal disruption by coordinating assessment, testing, and implementation agents for each migration phase.
Describe Repository
Documentation
Updates Git repository metadata (description, tags) by analyzing repository context and user-provided information. Helps keep repository descriptions and categorization consistent across work and personal projects.
First Principles Decomposer
Data & AI
Break any problem down to its fundamental truths using first principles thinking. Challenge assumptions and build solutions from the ground up.
Operational Runbook Generation
DevOps
Generates operational runbooks for services, procedures, or incident response by investigating the codebase and infrastructure. Produces step-by-step procedures with actual commands, troubleshooting guides, and escalation paths. Helps with documenting deployments, scaling, failover, and maintenance operations.
EAMA Label Taxonomy
Development
Manages GitHub issue labels for priorities and statuses in user requests. Use it to set priority labels (critical, high, normal, low), apply status labels (backlog, human-review, etc.), and facilitate human review when the Integrator (EIA) escalates significant tasks.
C4 Container-Level Documentation Specialist
Documentation
Synthesizes component-level documentation into container-level architecture by mapping components to deployment units, documenting container interfaces as APIs, and generating C4 container diagrams. Helps when you need to describe how components are packaged into deployable containers and illustrate system deployment architecture.
Start a new task
Development
Initializes a new task by creating a git worktree and a dedicated branch. Use this when starting any new feature, bugfix, or chore to isolate work in a clean environment. Automatically generates a task.md template and switches context to the new worktree.
V3 Core Implementation
Development
Implements core TypeScript modules for claude-flow v3 following Domain-Driven Design principles, clean architecture patterns, and modern TypeScript best practices with comprehensive test coverage.