Find the perfect skill
Exa Secondary Workflow B
Development
Secondary Exa workflow complementing the primary workflow. Handles processing, output, and error recovery.
Web Components Architecture
Development
Build web components using Custom Elements v1, Declarative Shadow DOM, and the handleEvent pattern. Enforces attribute-driven state, zero DOM selection, and no external dependencies. Ideal for creating custom elements or extending built-in HTML elements with pure web platform APIs.
AI Code and Design Review
Development
Reviews code and design against criteria such as completeness, code style compliance, consistency, clean architecture, best practices, simplicity, and test coverage. Helps ensure high-quality implementations by providing structured feedback with severity-ranked issues and recommendations.
Checkpoint: Save & Restore State
Development
Mid-task rollback points to save/restore state before risky operations like refactors, migrations, or destructive edits.
Hugo Template Guidance
Development
Handbook for using and customizing this Hugo theme: architecture, pages, content, modules, scripts, and styling (Tailwind/Bootstrap).
Complete Module Migration
Development
Orchestrates a six-phase migration of an entire module to the target architecture defined in docs/ARCHITECTURE.md. Each phase (Analysis, Structure, Types, Services, State, Components, Review) requires user approval before proceeding, with validation steps after each phase. Ideal when migrating a complex module that touches all layers: files, types, services, state, and components.
Lemline Runner Development Guide
Development
Comprehensive development guide for the modular lemline-runner ecosystem with Quarkus/Kotlin architecture, messaging patterns, and feature modules for workflow capabilities.
Pull Request Creation
Development
Creates pull requests with a standardized format including summary, changes, and test plan. Helps maintain consistency in PR descriptions and ensures all necessary information is included for review. Invoke when you need to open a PR or submit changes for review.
Generate skill from various sources
Development
CLI tool to generate a SKILL.md file from MCP, README, or OpenAPI. Options include --platform and --dry-run.
CCXT New Exchange Integration
Development
Scaffold a new CCXT exchange integration in TypeScript, following the certified-exchange template. Covers unified methods, parsers, capability flags, sandbox, and fixtures.
Django Pro
Development
Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment.
PR Creator
Development
Create high-quality pull requests via gh pr create. Use when the user wants to create a PR, submit for review, or push changes for review.