Find the perfect skill
Pull Request Review Command
Development
Review and approve/merge pull requests as a maintainer, with a full workflow including approve, request changes, merge, and close actions.
Git Commit Workflow with Precommit Hook Handling
Development
Git commit workflow with automatic precommit hook handling, lint/type checking, test fixing, and README/API reference updates. Runs ruff, pyright, biome, and tsc on staged files, fixing errors.
Create a Draft Pull Request
Development
Open a draft pull request on GitHub with a clear title and explicit description of changes.
Interactive Idea Shaping
Development
Turns a rough idea into a validated concept draft before formalizing it into an implementation task. Ideal for early brainstorming, architecture review, and technical debt discovery.
Vite Configuration and Patterns
Development
Provides Vite configuration patterns including import aliases (@), build chunking, environment variables, and asset imports. Useful when setting up a Vite project, simplifying imports, or troubleshooting build issues.
Supabase Performance Tuning
Development
Optimize Supabase API performance with caching, batching, and connection pooling to reduce latency and improve throughput.
Create High-Quality Git Commits
Development
Creates high-quality Git commits by analyzing changes, running relevant agents, and organizing changes into logical commits.
Microservices Patterns
Development
Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems.
List Page Creation
Development
Skill for creating an Index/list view with its controller action and repository method in BreweryWarehouse.Web.
Portfolio
Development
Generic instructions for creating or managing a portfolio.
Update an existing Speclink change
Development
Update an existing Speclink change from a plan file or conversation context. Requires the Speclink CLI.
API Implementation Patterns
Development
Template for creating project-specific REST API implementation patterns and conventions, covering controllers, services, and data access layers.