Find the perfect skill
AI Skill: Concepts and Design
Development
Comprehensive guide on creating AI Skills: definition, design principles, comparison with Rules and MCP.
Latency Critical Systems
Development
Optimize latency-sensitive systems like dashboards, market data, streaming, and caches. Track p95, hot paths, and verify with live readbacks.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time.
Tenant Audit
Development
Audit components for hardcoded tenant strings, non-semantic colors, or missing feature flags. Use before PR review or to check tenant isolation readiness.
React 18 Lifecycle Patterns
Development
Provides migration patterns for unsafe class component lifecycle methods (componentWillMount, componentWillReceiveProps, componentWillUpdate) to React 18.3.1.
Scaffold a dbt-lineage skill
Development
Scaffold a new product skill for the dbt-lineage Claude Code plugin, following repo conventions and querying the user when needed.
Trust & Reliability Animation
Development
Guidelines for creating animations that build user trust through predictable, consistent motion. Covers Disney principles, timing, and easing for dependable UI.
Project Management Tool Configuration
Development
Configures the project management tool by guiding selection from supported options, applying the implementation guide, updating way-of-working adoption, and recording the decision. Detects existing configuration and supports reconfiguration.
Python Functional Bug Debugging
Development
Investigates functional bugs in Python using specifications, logs, and observed behavior. Useful when a feature isn't working as specified, to analyze runtime errors, or to scope a problem before implementing a fix.
Update Pull Request
Development
Update an existing pull request with new changes, sync with the base branch, and refresh the description.
Incremental Implementation
Development
A structured approach for implementing features incrementally, following established conventions and patterns to ensure code consistency and quality.
Claude Code Skill Manager
Development
A package manager for Claude Code skills. Install, list, and update skills on demand from a registry, customizable per repository.