Find the perfect skill
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.
Safe Commit Validation
Development
Automatically fixes formatting and fixable lint issues in Python, Shell, and Markdown files, then runs linters and type checkers on staged changes. Shows raw validator output for you to interpret, and blocks commits containing local or sensitive files. Helps maintain code quality and catch errors before committing.
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.
Frontend interface design and refinement
Development
Skill for designing, redesigning, auditing and polishing frontend interfaces: UX, visual hierarchy, accessibility, performance, design systems, and micro-interactions.
MSW API Mocking
Development
Intercept network requests to mock REST and GraphQL APIs for tests and local development using MSW.