Find the perfect skill
Resolve Blocking PR Review Findings
Development
Resolves blocking review findings on an existing pull request with minimal changes, without broadening scope, including focused regression tests.
Exports & Barrel Files
Development
Defines conventions for module exports and barrel files: named exports only, no flat wildcards (except `export * as Name` for compound components), sectioned comments, types alongside values, and one export line per source file. Helps maintain consistent, tree-shakeable exports in portal apps using Turbopack or similar bundlers.
Vite - Configuration and Optimization
Development
Configures Vite for various frameworks, creates plugins, optimizes builds, and customizes the dev server. Helps with setting up aliases, proxies, and manual chunk splitting to improve development and production builds.
Create or Update a Pull Request
Development
Create or update a pull request using a template, with automatic detection of existing PRs and journal hygiene passes.
TypeScript Magician
Development
Designs complex generic types, refactors `any` types to strict alternatives, creates type guards and utility types, and resolves TypeScript compiler errors.
Async SQLAlchemy Patterns for FastAPI
Development
Implement async SQLAlchemy 2.0+ database patterns in FastAPI: sessions, pooling, Alembic migrations, and query optimization.
Koan Performance Optimization
Development
Provides patterns for streaming large datasets, batch operations, fast metadata-based counts, and pagination in Koan applications. Helps optimize performance by avoiding memory overflows, reducing query counts, and accelerating bulk operations. Use when scaling applications or facing performance bottlenecks.
Simple URL Fetch via MCP
Development
Basic skill to fetch URL content via MCP using CLI arguments. Use as a template for building custom MCP skills.
Be: Autonomous task-to-PR execution
Development
Interactive alternative to /do that opens with an interview, then autonomously implements a task to a reviewed, shipped PR, including a review gauntlet and CI.
Claude Code Skill Package Manager
Development
Install, list, update and remove Claude Code skills on demand from a registry, with per-repo customization and version locks.
Assess Structural Form
Development
Evaluate a system's current structural form, identify transformation pressure, and classify transformation readiness. Covers structural inventory, pressure mapping, rigidity assessment, change capacity estimation, and readiness classification for architectural metamorphosis.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.