Find the perfect skill
Create a branch and open a pull request
Development
Creates a feature branch, verifies Rust code with fmt and clippy, commits changes and opens a pull request targeting main.
Stripe Integration
Development
Master Stripe payment processing integration including checkout, subscriptions, webhooks, refunds, and PCI-compliant flows.
Plan Review
Development
Critically review a plan created in plan mode to identify gaps, risks, and clarifying questions before implementation.
Frontend Style & Layout Patterns
Development
Applies consistent styling and layout patterns using Tailwind v4. Covers the Section Compound Pattern for structuring pages, spacing selection methods (flex gap, space-y/x, spacer divs), CLS-free responsive images with aspect-ratio containers, and migration from Tailwind v3 to v4. Useful when building page layouts, choosing spacing, implementing responsive images, or updating from v3 to v4.
Git Commit Guidelines
Development
Format and create git commits by following repository conventions. Review repo state, stage only relevant files, and keep commits focused.
SWR: React Data Fetching & Caching
Development
Hands-on guide to SWR (stale-while-revalidate) for React: data fetching, caching, revalidation, mutations, pagination, and optimistic updates.
Update Pull Request
Development
Update an existing pull request with new changes, sync with the base branch, and refresh the description.
Greptile CLI Review
Development
Runs a Greptile CLI review on the current branch, installing or authenticating the CLI when needed, then summarizes JSON findings for the user.
Browser Pairing with Remote AI Agent
Development
One command generates a setup key and instructions for another AI agent to connect, creating its own browser tab with scoped access.
Cancelling and debouncing Riverpod requests
Development
Learn to cancel Riverpod async requests with ref.onDispose and debounce rapid refreshes.
PR Creator with Labels and Changelog
Development
Pushes branch, generates PR title from branch prefix and issue number, updates changelog, and creates PR with labels and body from template.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.