Find the perfect skill
Converting Commands to Skills
Development
Use this skill when converting Claude Code slash commands to Skills format, handling YAML frontmatter conversion, name transformation, and batch processing.
Ship It: Finalize Changes and Create PR
Development
Finalizes current work by running quality checks, committing changes, pushing to remote, and creating a pull request. Includes step-by-step progress and prevents accidental master branch commits.
gstack Skill Router
Development
Router for the gstack skill suite. Sends any gstack request to the right skill based on routing rules, including planning, QA, debugging, and design. Automatically invokes specialized skills when proactive mode is enabled.
iOS SwiftUI Scaffold
Development
Scaffold a SwiftUI iOS app (iPhone + iPad) with offline-first persistence, push notifications, SwiftFormat/SwiftLint, CI, and optional GitHub repo creation.
App Screen Mockup Generation
Development
Generate a quick visual mockup of an app screen in HTML based on a DESIGN.md file. Uses exact tokens and components from the design system.
Review a Skill
Development
Review a skill folder for clarity, trigger quality, and maintainability. Return findings and proposed edits.
Atomic Git Commit Creation
Development
Create logical, atomic git commits with well-formatted messages. Detects project commit style and uses conventional commits when appropriate.
Commands Manager
Development
Skill for building, improving, adapting, and validating slash commands for Claude, following a structured policy.
OpenRouter Context Optimization
Development
Optimize context window usage for OpenRouter models to reduce cost and improve quality. Use when hitting context limits or building RAG systems.
Debug and Trace Configuration
Development
Expert in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools for development and production environments.
FastAPI Async Patterns
Development
Master async patterns in FastAPI for building high-performance APIs. Ideal for handling concurrent requests.
Technical Debt Detector
Development
Detects and reports technical debt including TODO comments, duplicate code, unused imports, long functions, deep nesting, magic numbers, and outdated dependencies. Generates a prioritized report to help developers improve code quality and maintainability.