Find the perfect skill
Commit Message Summarizer
Development
This skill automates pre-commit tasks: it runs linters, fixes formatting, summarizes changed files, and generates a concise commit message. It then asks the user for approval before committing with sign-off.
Pair AI Agent with Browser
Development
Pairs a remote AI agent with your browser. Generates a setup key and instructions for the other agent to connect and get its own tab with scoped access.
Feature Development Pipeline
Development
Structured workflow for researching, planning, tracking, and implementing major features across 4 phases.
HA Energy Monitoring Setup
Development
Set up Home Assistant energy monitoring with dashboards, solar, grid, and device tracking. Includes YAML configuration for sensors, utility meters, and statistics.
PR Diff
Development
Shows the pull request diff and local changes for the current repository.
Find UI Component
Development
Maps UI screenshots or visual descriptions to frontend component source files. Automatically activates before /scout when a screenshot is pasted with UI intent, extracting visual signals (text, layout, colors) and matching them against a component index with confidence scoring. Outputs a Mermaid diagram of component relationships to streamline navigation.
Add API Service
Development
Creates a new API service, hook, and type set for a domain entity. Usage: /add-service EntityName
Vite Build Tool: Config, Plugins, SSR
Development
Covers Vite configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use for vite.config.ts, plugins, and building libraries.
New Skill Creator
Development
Creates a new Claude Code skill with a test file using the skill-builder scaffold tool. It walks through choosing a kebab-case name, setting user-invocable flag, and selecting local (repo-specific) or global installation. Ideal when you need to quickly bootstrap a new skill with proper structure and tests.
Android Development with Kotlin
Development
Build native Android apps with Kotlin using MVVM, Jetpack Compose, Retrofit, and Room.
Stripe Testing and Debugging
Development
Test and debug Stripe payment integrations end-to-end. Simulate payment flows, verify webhook handling, diagnose failed charges, and validate subscription lifecycle. Useful when ensuring Stripe integrations work correctly in development or production.
Stripe Integration
Development
Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds.