web-component-design
572Master React, Vue, and Svelte component patterns including CSS-in-JS, composition strategies, and reusable component architecture. Use when
startup-financial-modeling
570Build comprehensive 3-5 year financial models with revenue projections, cost structures, cash flow analysis, and scenario planning for early
Authentication & Authorization Implementation Patterns
568Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access contro
python-packaging
568Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Pyth
python-observability
568Python observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics
backtesting-frameworks
566Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. U
secrets-management
566Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling se
react-modernization
565Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing R
llm-evaluation
565Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testi
data-storytelling
564Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakehold
debugging-strategies
564Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or techn
visual-design-foundations
560Apply typography, color theory, spacing systems, and iconography principles to create cohesive visual designs. Use when establishing design
wcag-audit-patterns
559Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for
protocol-reverse-engineering
559Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when anal
stripe-integration
558Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integr
deployment-pipeline-design
558Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use this skill when designing zero-do
unity-ecs-patterns
557Master Unity ECS (Entity Component System) with DOTS, Jobs, and Burst for high-performance game development. Use when building data-oriented
microservices-patterns
556Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distribut
Python Configuration Management
555Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, m
Python Background Jobs & Task Queues
555Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, j
helm-chart-scaffolding
554Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creatin
Python Resilience Patterns
549Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry
terraform-module-library
547Build reusable Terraform modules for AWS, Azure, GCP, and OCI infrastructure following infrastructure-as-code best practices. Use when creat
python-resource-management
547Python resource management with context managers, cleanup patterns, and streaming. Use when managing connections, file handles, implementing