Find the perfect skill
Code Minimization
Development
Write minimum necessary code following YAGNI principle to prevent bloat and over-engineering.
Cloud Cost Optimization
DevOps
Strategies and patterns for optimizing cloud costs across AWS, Azure, and GCP.
Employment Contract Templates
Content
Templates and patterns for creating legally sound employment documentation including contracts, offer letters, and HR policies.
Distributed Tracing
DevOps
Implement distributed tracing with Jaeger and Tempo for request flow visibility across microservices.
Rust Project Scaffolding
Development
Generate production-ready Rust project structures with cargo tooling, module organization, testing, and configuration.
ClinicalTrials.gov API - Clinical Trial Search
Data & AI
Search and retrieve clinical trial records from ClinicalTrials.gov using its API v2. Filter by condition, intervention, location, status, or phase, and fetch detailed study information including eligibility criteria. Useful for patient matching, research analysis, and monitoring trial statuses.
Using TypeScript Generics
Development
Teaches generic constraints, avoiding any in generic defaults, and mapped types in TypeScript. Use when creating reusable functions, components, or types while maintaining type safety.
Before-After Screenshot Capture
Testing
Capture before/after screenshots of web pages or elements for visual comparison. Use for UI changes, PR screenshots, or visual diffs.
Claude Code Rites Swapper
Development
This skill allows users to switch between predefined sets of Claude Code roles, called rites. It simplifies changing from a development workflow (dev-pack) to documentation (doc-pack) or code quality (hygiene) with a simple /team command. Useful when quickly adapting Claude's behavior to different tasks.
Lightning Architecture Review
Development
Review Bitcoin Lightning Network protocol designs, compare channel factory approaches, and analyze Layer 2 scaling tradeoffs. Covers trust models, on-chain footprint, consensus requirements, HTLC/PTLC compatibility, liveness, and watchtower support.
Tech-Debt Audit
Development
Audit accumulated technical debt — stale markers, dead code, duplication, magic numbers, stub impls, doc rot, oversized files.
CloudFormation Stack Designer
DevOps
Design well-organized CloudFormation stacks with parameters, outputs, and cross-stack references.