Find the perfect skill
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.
Finishing a Development Branch
Development
Guides completion of a development branch by verifying tests pass, then presenting exactly four structured options: merge locally, create a PR, keep the branch, or discard it. Executes the chosen workflow with proper worktree cleanup.
TUBES
Development
A brief description of what this skill does.
Create a draft GitHub pull request
Development
Create a detailed draft pull request after pushing changes and checking the branch. Uses conventional commits format and integrates a local review.
Elixir Pro
Development
Master Elixir with OTP patterns, fault tolerance, and Phoenix LiveView for concurrent and distributed systems.
Capacitor App Upgrade v6 to v7
Development
Guides upgrading a Capacitor app from version 6 to 7, covering package updates and native sync steps.