Find the perfect skill
Git Operations
Development
Handles Git operations including commits with conventional format, branch naming per GitFlow/GitHub Flow, pull request creation with templates, and conflict resolution. Helps maintain consistent Git workflows by automating commit message generation and enforcing standard patterns.
Project Maintenance & Health Audit
Development
Performs a comprehensive 7-point audit of a codebase: structure, code hygiene, complexity, technical debt, documentation consistency, terminology drift, and test quality. Helps identify dead code, structural deviations, and documentation gaps, ensuring the project remains maintainable and aligned with architectural standards.
Commander.js Patterns
Development
Patterns and templates for Commander.js including Command class, options, arguments, and nested subcommands for building robust Node.js CLI applications.
OHSpec - Requirements Analysis & Specification Design
Development
Multi-agent orchestration system for generating technical RFCs, analyzing requirements, and designing API contracts with strict quality gates and structured deliverables.
Orchestration Examples for AI Workflows
Development
Provides real-world end-to-end workflows for AI coding assistants, covering PR review, feature implementation, bug fixing, codebase understanding, and test failure resolution. Each example details the user's request, internal orchestration logic, and the resulting user experience.
Frontend Production Delivery Checklist
Development
This skill provides a standardized checklist for frontend production deployment readiness. It covers essential steps like verifying environment variables, error tracking, analytics, SEO, bundle size, Lighthouse scores, accessibility, and security headers. Use it before deploying to ensure all production requirements are met.
Implement Feature from Plan
Development
Implements a feature from an existing implementation plan file (PROD-XXX-IMPLEMENTATION-PLAN.md). Fetches the linked Linear issue for context, asks clarifying questions, then implements one phase at a time, waiting for user approval between each phase.
GitHub Shipment Tracker
Development
Analyzes merged pull requests and closed issues across GitHub repositories to generate an interactive HTML report summarizing what was shipped over a given time period. Useful for visualizing team progress, sprint results, or quarterly deliveries.
Fix Code Issues Systematically
Development
Systematically fix code issues found by /review or reported by users, categorizing by severity and applying minimal targeted corrections with verification.
DevBooks Proposal Author
Development
Writes a structured change proposal (proposal.md) with Why/What/Impact and Debate Packet, serving as the entry point for subsequent Design/Spec/Plan. For design decisions, presents options to the user. Used when the user asks for a proposal, reason for change, impact analysis, or refactoring proposal.
Research-to-Code Pipeline Orchestrator
Development
Orchestrates the entire research pipeline from problem specification to final report, managing dependencies and feedback loops. Use for end-to-end research projects that require structured progression with checkpoints at each stage.
API Design Expert
Development
Provides expert guidance on API design principles, including REST, GraphQL, versioning strategies, and best practices. Helps design robust, maintainable, and scalable APIs with concrete FastAPI examples.