Find the perfect skill
Integrate Claude Skill into Guidelines
Development
Adapt and integrate a Claude skill into project development guidelines by updating spec files and organizing code examples.
DCO Sign-off Recovery
Development
Recover from missing DCO sign-off on commits by amending, interactive rebase, or cherry-pick with sign-off.
Find Dart/Flutter release for a commit
Development
Finds the lowest Dart or Flutter release containing a given commit. Useful to determine if a commit is included in stable, beta, or dev channels.
Astro Design (Islands & HTML-First)
Development
Skill for designing, implementing, and reviewing Astro projects with an HTML-first, Islands-based, JavaScript-minimizing approach. Used when a repository's doc/input/rdd.md includes '技術スタック Astro', or when the user asks about Astro, Islands, SSG, SSR, or performance optimization.
Vector Icon Libraries Guide
Development
Comprehensive guide to vector icon libraries (10+ libraries, 200K+ icons) with implementation patterns, decision trees, and best practices for React, Tailwind, and more.
Logging API Requests
Development
Implement structured API request logging with correlation IDs, performance timing, security audit trails, and PII redaction.
uv workflows for Python
Development
Master uv for Python dependency management, virtual environments, PEP 723 scripts, Python version management, CI with GitHub Actions, and Docker builds.
SWML (SignalWire Markup Language)
Development
Craft SWML documents for voice and video call control and messaging on SignalWire.
Iterate Skill
Development
Run a single evaluation-improvement-documentation cycle on the matplotlib skill, creating gallery entries and atomic commits.
Async SQLAlchemy Patterns for FastAPI
Development
Production-ready async SQLAlchemy 2.0+ patterns for FastAPI: session management, connection pooling, Alembic migrations, relationship loading, and query optimization.
Scaffold Custom React Hook
Development
Scaffolds a new custom React hook inside an existing feature module. It walks you through naming, selecting the target feature, choosing a hook category (data fetching, state management, or utility), and generates the hook file along with a barrel export. Use when you need to quickly add a reusable hook to a feature following project conventions.