Find the perfect skill
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.
Async SQLAlchemy Patterns for FastAPI
Development
Implement production-ready async SQLAlchemy 2.0+ patterns in FastAPI: session management, connection pooling, Alembic migrations, relationship loading, and query optimization.
Create a pull request
Development
Create a branch, commit changes, and open a pull request using the repository's PR template.