Find the perfect skill
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.
Interactive markdown review with lgtm TUI
Development
Launches an interactive terminal UI for reviewing markdown files with line-by-line comments (blocker, concern, question, suggestion, praise, acknowledge). It helps users perform structured code or document reviews directly in the terminal, with export and clipboard support.
MSW API Mocking
Development
Intercept network requests to mock REST and GraphQL APIs for tests and local development using MSW.
Tailwind CSS Patterns
Development
Utility-first Tailwind CSS patterns for responsive layouts, components, and design systems. Covers v4.1+ features and best practices.
Create a Pull Request
Development
Commit changes, push to a new branch, and create a PR using the repository's template.
React Hook Form Best Practices
Development
Correct React Hook Form usage: data flow, subscriptions, reset, dirty state, number inputs, and controlled-input rules.
Atomic Commits
Development
Analyzes uncommitted changes and creates atomic commits following project conventions and atomicity rules.