Find the perfect skill
Supabase Performance Tuning
Development
Optimize Supabase API performance with caching, batching, and connection pooling.
PR Diff and Local Changes
Development
Tool to show PR diff and local changes using a bash script.
Complete Logging System Guide
Development
Complete guide for implementing application logging, script logs, error monitoring, and request logging.
Sivtr Environment Check
Development
Verify the sivtr environment and diagnose issues when sivtr commands fail or return empty results.
GitHub CLI (gh) Setup and Usage
Development
Install and configure GitHub CLI for AI agent environments, with SHA256-verified auto-install, token-based auth, and -R flag usage for proxy remotes.
SDD Skill Alias
Development
Alias for the sdd-dev skill, redirecting to the Spec-Driven Development workflow.
Google Docstring Assistant
Development
Write Python docstrings following the Google style guide, with clear sections and examples.
Empirical Prompt Tuning
Development
Fetch and execute mizchi's empirical-prompt-tuning skill at runtime. Use for iterative refinement of agent-facing prompts by dispatching an unbiased subagent.
Create PR
Development
Create well-structured, reviewer-friendly pull requests using gh pr create.
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.
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.