Claude Code Skills Library

259 specialized skills designed for Claude Code to handle specific technical tasks. Each skill follows Claude Code Skills best practices with focused scope, clear instructions, and actionable examples.

259 Specialized Skills
20 Categories
100% Production-Ready

What are Skills?

Skills are specialized capabilities for Claude Code that provide focused, step-by-step guidance for specific technical tasks. Unlike broad prompts, skills are:

  • Focused: Each skill addresses one specific capability
  • Automatic: Claude invokes skills autonomously based on your request
  • Actionable: Clear instructions with code examples and best practices
  • Project-Ready: Located in .claude/skills/ for team sharing

All Skills

data analytics

A/B Test Analysis

Design and analyze A/B tests, calculate statistical significance, and determine sample sizes for conversion optimizat...

software development

access-control-rbac

Implement Role-Based Access Control (RBAC), permissions management, and authorization policies. Use when building sec...

security compliance

accessibility-compliance

Implement WCAG 2.1/2.2 accessibility standards, screen reader compatibility, keyboard navigation, and a11y testing. U...

frontend development

accessibility-testing

Test web applications for WCAG compliance and ensure usability for users with disabilities. Use for accessibility tes...

project management

agile-sprint-planning

Plan and execute effective sprints using Agile methodologies. Define sprint goals, estimate user stories, manage spri...

software development

alert-management

Implement comprehensive alert management with PagerDuty, escalation policies, and incident coordination. Use when set...

mobile development

android-kotlin-development

Develop native Android apps with Kotlin. Covers MVVM with Jetpack, Compose for modern UI, Retrofit for API calls, Roo...

frontend development

angular-module-design

Design Angular modules using feature modules, lazy loading, and dependency injection. Use when organizing large Angul...

software development

Anomaly Detection

Identify unusual patterns, outliers, and anomalies in data using statistical methods, isolation forests, and autoenco...

devops infrastructure

ansible-automation

Infrastructure automation and configuration management using Ansible playbooks, roles, and inventory. Use for deployi...

api integration

api-authentication

Implement secure API authentication with JWT, OAuth 2.0, API keys, and session management. Use when securing APIs, ma...

documentation

api-changelog-versioning

Document API changes, breaking changes, migration guides, and version history for APIs. Use when documenting API vers...

software development

api-contract-testing

Verify API contracts between services to ensure compatibility and prevent breaking changes. Use for contract testing,...

software development

api-error-handling

Implement comprehensive API error handling with standardized error responses, logging, monitoring, and user-friendly ...

software development

api-filtering-sorting

Implement advanced filtering and sorting capabilities for APIs with query parsing, field validation, and optimization...

api integration

api-gateway-configuration

Configure API gateways for routing, authentication, rate limiting, and request/response transformation. Use when depl...

software development

api-pagination

Implement efficient pagination strategies for large datasets using offset/limit, cursor-based, and keyset pagination....

api integration

api-rate-limiting

Implement API rate limiting strategies using token bucket, sliding window, and fixed window algorithms. Use when prot...

documentation

api-reference-documentation

Create comprehensive API reference documentation with OpenAPI/Swagger specs, REST endpoints, authentication, examples...

performance

api-response-optimization

Optimize API response times through caching, compression, and efficient payloads. Improve backend performance and red...

security compliance

api-security-hardening

Secure REST APIs with authentication, rate limiting, CORS, input validation, and security middleware. Use when buildi...

api integration

api-versioning-strategy

Implement API versioning strategies including URL versioning, header versioning, backward compatibility, deprecation ...

devops infrastructure

app-store-deployment

Deploy iOS and Android apps to App Store and Google Play. Covers signing, versioning, build configuration, submission...

monitoring observability

application-logging

Implement structured logging across applications with log aggregation and centralized analysis. Use when setting up a...

software development

architecture-diagrams

Create system architecture diagrams using Mermaid, PlantUML, C4 model, flowcharts, and sequence diagrams. Use when do...

software development

artifact-management

Manage build artifacts, Docker images, and package registries. Configure artifact repositories, versioning, and distr...

software development

autoscaling-configuration

Configure autoscaling for Kubernetes, VMs, and serverless workloads based on metrics, schedules, and custom indicators.

cloud platforms

aws-cloudfront-cdn

Distribute content globally using CloudFront with caching, security headers, WAF integration, and origin configuratio...

cloud platforms

aws-ec2-setup

Launch and configure EC2 instances with security groups, IAM roles, key pairs, AMIs, and auto-scaling. Use for virtua...

cloud platforms

aws-lambda-functions

Create and deploy serverless functions using AWS Lambda with event sources, permissions, layers, and environment conf...

database storage

aws-rds-database

Deploy and manage relational databases using RDS with Multi-AZ, read replicas, backups, and encryption. Use for Postg...

cloud platforms

aws-s3-management

Manage S3 buckets with versioning, encryption, access control, lifecycle policies, and replication. Use for object st...

cloud platforms

azure-app-service

Deploy and manage web apps using Azure App Service with auto-scaling, deployment slots, SSL/TLS, and monitoring. Use ...

cloud platforms

azure-functions

Create serverless functions on Azure with triggers, bindings, authentication, and monitoring. Use for event-driven co...

software development

background-job-processing

Implement background job processing systems with task queues, workers, scheduling, and retry mechanisms. Use when han...

software development

backup-disaster-recovery

Implement backup strategies, disaster recovery plans, and data restoration procedures for protecting critical infrast...

software development

batch-processing-jobs

Implement robust batch processing systems with job queues, schedulers, background tasks, and distributed workers. Use...

devops infrastructure

blue-green-deployment

Implement blue-green deployment strategies for zero-downtime releases with instant rollback capability and traffic sw...

troubleshooting

browser-debugging

Debug client-side issues using browser developer tools. Identify JavaScript errors, styling issues, and performance p...

performance

bundle-size-optimization

Reduce JavaScript and CSS bundle sizes through code splitting, tree shaking, and optimization techniques. Improve loa...

software development

business-case-development

Build compelling business cases to justify investments and secure funding. Quantify benefits, assess costs, manage ri...

backend development

caching-strategy

Implement efficient caching strategies using Redis, Memcached, CDN, and cache invalidation patterns. Use when optimiz...

devops infrastructure

canary-deployment

Implement canary deployment strategies to gradually roll out new versions to subset of users with automatic rollback ...

software development

capacity-planning

Analyze team capacity, plan resource allocation, and balance workload across projects. Forecast staffing needs and op...

software development

Causal Inference

Determine cause-and-effect relationships using propensity scoring, instrumental variables, and causal graphs for poli...

documentation

changelog-maintenance

Maintain comprehensive changelogs and release notes following Keep a Changelog format. Use when documenting version h...

software development

cicd-pipeline-setup

Design and implement CI/CD pipelines with GitHub Actions, GitLab CI, Jenkins, or CircleCI. Use for automated testing,...

frontend development

circuit-breaker-pattern

Implement circuit breaker patterns for fault tolerance, automatic failure detection, and fallback mechanisms. Use whe...

software development

Classification Modeling

Build binary and multiclass classification models using logistic regression, decision trees, and ensemble methods for...

cloud platforms

cloud-cost-management

Optimize and manage cloud costs across AWS, Azure, and GCP using reserved instances, spot pricing, and cost monitorin...

database storage

cloud-migration-planning

Plan and execute cloud migrations with assessment, database migration, application refactoring, and cutover strategie...

security compliance

cloud-security-configuration

Implement comprehensive cloud security across AWS, Azure, and GCP with IAM, encryption, network security, compliance,...

performance

cloud-storage-optimization

Optimize cloud storage across AWS S3, Azure Blob, and GCP Cloud Storage with compression, partitioning, lifecycle pol...

software development

Clustering Analysis

Identify groups and patterns in data using k-means, hierarchical clustering, and DBSCAN for cluster discovery, custom...

documentation

code-documentation

Write comprehensive code documentation including JSDoc, Python docstrings, inline comments, function documentation, a...

software development

code-generation-template

Generate code from templates and patterns including scaffolding, boilerplate generation, AST-based code generation, a...

monitoring observability

code-metrics-analysis

Analyze code complexity, cyclomatic complexity, maintainability index, and code churn using metrics tools. Use when a...

software development

code-review-analysis

Perform comprehensive code reviews with best practices, security checks, and constructive feedback. Use when reviewin...

software development

Cohort Analysis

Track and analyze user cohorts over time, calculate retention rates, and identify behavioral patterns for customer li...

frontend development

color-accessibility

Design color palettes that are accessible to all users including those with color blindness. Ensure sufficient contra...

software development

competitor-analysis

Analyze competitive landscape to identify strengths, weaknesses, opportunities, and threats. Inform product strategy ...

software development

Computer Vision

Implement computer vision tasks including image classification, object detection, segmentation, and pose estimation u...

software development

concurrency-patterns

Implement thread-safe code, mutexes, semaphores, async/await patterns, and concurrent data structures. Use when handl...

software development

configuration-management

Manage application configuration including environment variables, settings management, configuration hierarchies, sec...

devops infrastructure

container-debugging

Debug Docker containers and containerized applications. Diagnose deployment issues, container lifecycle problems, and...

devops infrastructure

container-registry-management

Manage container registries (Docker Hub, ECR, GCR) with image scanning, retention policies, and access control.

software development

continuous-testing

Integrate automated testing into CI/CD pipelines for continuous quality feedback. Use for continuous testing, CI test...

software development

Correlation Analysis

Measure relationships between variables using correlation coefficients, correlation matrices, and association tests f...

monitoring observability

correlation-tracing

Implement distributed tracing with correlation IDs, trace propagation, and span tracking across microservices. Use wh...

performance

cpu-profiling

Profile CPU usage to identify hot spots and bottlenecks. Optimize code paths consuming most CPU time for better perfo...

software development

cross-platform-compatibility

Handle cross-platform compatibility including file paths, environment detection, platform-specific dependencies, and ...

software development

csrf-protection

Implement Cross-Site Request Forgery (CSRF) protection using tokens, SameSite cookies, and origin validation. Use whe...

software development

css-architecture

Organize CSS using BEM, SMACSS, and CSS-in-JS patterns. Use when building scalable, maintainable styling systems with...

software development

Data Cleaning Pipeline

Build robust processes for data cleaning, missing value imputation, outlier handling, and data transformation for dat...

security compliance

data-encryption

Implement strong encryption using AES, RSA, TLS, and proper key management. Use when securing data at rest, in transi...

database storage

data-migration-scripts

Create safe, reversible database migration scripts with rollback capabilities, data validation, and zero-downtime dep...

software development

data-replication-setup

Set up database replication for high availability and disaster recovery. Use when configuring master-slave replicatio...

data analytics

Data Visualization

Create effective visualizations using matplotlib and seaborn for exploratory analysis, presenting insights, and commu...

database storage

database-backup-restore

Implement backup and restore strategies for disaster recovery. Use when creating backup plans, testing restore proced...

database storage

database-indexing-strategy

Design and implement database indexing strategies. Use when creating indexes, choosing index types, or optimizing ind...

database storage

database-migration-management

Manage database migrations and schema versioning. Use when planning migrations, version control, rollback strategies,...

database storage

database-monitoring

Monitor database performance and health. Use when setting up monitoring, analyzing metrics, or troubleshooting databa...

database storage

database-performance-debugging

Debug database performance issues through query analysis, index optimization, and execution plan review. Identify and...

database storage

database-query-optimization

Improve database query performance through indexing, query optimization, and execution plan analysis. Reduce response...

database storage

database-schema-design

Design database schemas with normalization, relationships, and constraints. Use when creating new database schemas, d...

database storage

database-schema-documentation

Document database schemas, ERD diagrams, table relationships, indexes, and constraints. Use when documenting database...

database storage

database-sharding

Implement database sharding for horizontal scalability. Use when scaling large databases, distributing data across mu...

software development

dependency-management

Manage project dependencies across languages including npm install, package versioning, dependency conflicts, securit...

software development

dependency-tracking

Map, track, and manage project dependencies across teams, systems, and organizations. Identify critical path items an...

devops infrastructure

deployment-automation

Automate deployments across environments using Helm, Terraform, and ArgoCD. Implement blue-green deployments, canary ...

devops infrastructure

deployment-documentation

Document deployment processes, infrastructure setup, CI/CD pipelines, and configuration management. Use when creating...

software development

design-handoff

Prepare designs for development handoff. Document specifications, interactions, and assets to enable efficient develo...

software development

design-patterns-implementation

Apply appropriate design patterns (Singleton, Factory, Observer, Strategy, etc.) to solve architectural problems. Use...

software development

design-system-creation

Build comprehensive design systems with components, patterns, and guidelines. Enable consistent design, faster develo...

software development

developer-onboarding

Create comprehensive developer onboarding documentation including setup guides, README files, contributing guidelines...

software development

Dimensionality Reduction

Reduce feature dimensionality using PCA, t-SNE, and feature selection for feature reduction, visualization, and compu...

software development

disaster-recovery-testing

Execute comprehensive disaster recovery tests, validate recovery procedures, and document lessons learned from DR exe...

monitoring observability

distributed-tracing

Implement distributed tracing with Jaeger and Zipkin for tracking requests across microservices. Use when debugging d...

software development

django-application

Develop production-grade Django applications with models, views, ORM queries, authentication, and admin interfaces. U...

software development

dns-management

Manage DNS records, routing policies, and failover configurations for high availability and disaster recovery.

devops infrastructure

docker-containerization

Create optimized Docker containers with multi-stage builds, security best practices, and minimal image sizes. Use whe...

documentation

documentation-site-setup

Set up documentation websites using Docusaurus, MkDocs, VitePress, GitBook, or static site generators. Use when creat...

testing qa

e2e-testing-automation

Build end-to-end automated tests that simulate real user interactions across the full application stack. Use for E2E ...

software development

email-service-integration

Integrate email services with backends using SMTP, third-party providers, templates, and asynchronous sending. Use wh...

software development

error-tracking

Implement error tracking with Sentry for automatic exception monitoring, release tracking, and performance issues. Us...

software development

event-sourcing

Implement event sourcing and CQRS patterns using event stores, aggregates, and projections. Use when building audit t...

data analytics

Exploratory Data Analysis

Discover patterns, distributions, and relationships in data through visualization, summary statistics, and hypothesis...

software development

fastapi-development

Build high-performance FastAPI applications with async routes, validation, dependency injection, security, and automa...

data analytics

Feature Engineering

Create and transform features using encoding, scaling, polynomial features, and domain-specific transformations for i...

software development

feature-flag-system

Implement feature flags (toggles) for controlled feature rollouts, A/B testing, canary deployments, and kill switches...

software development

file-upload-handling

Implement secure file upload handling with validation, virus scanning, storage management, and serving files efficien...

software development

flask-api-development

Develop lightweight Flask APIs with routing, blueprints, database integration, authentication, and request/response h...

mobile development

flutter-development

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC...

software development

form-validation

Implement form validation using React Hook Form, Formik, Vee-Validate, and custom validators. Use when building robus...

frontend development

frontend-accessibility

Implement WCAG compliance using semantic HTML, ARIA, keyboard navigation, and screen reader support. Use when buildin...

frontend development

frontend-routing

Implement client-side routing using React Router, Vue Router, and Angular Router. Use when building multi-page applic...

frontend development

frontend-state-management

Manage application state using Redux, MobX, Zustand, and Context API. Use when centralizing state for complex applica...

frontend development

frontend-testing

Implement comprehensive frontend testing using Jest, Vitest, React Testing Library, and Cypress. Use when building ro...

software development

Funnel Analysis

Analyze user conversion funnels, identify drop-off points, and optimize conversion rates for conversion optimization ...

software development

gap-analysis

Identify differences between current state and desired future state. Analyze gaps in capabilities, processes, skills,...

cloud platforms

gcp-cloud-functions

Deploy serverless functions on Google Cloud Platform with triggers, IAM roles, environment variables, and monitoring....

cloud platforms

gcp-cloud-run

Deploy containerized applications on Google Cloud Run with automatic scaling, traffic management, and service mesh in...

version control

git-hooks-setup

Implement Git hooks using Husky, pre-commit, and custom scripts. Enforce code quality, linting, and testing before co...

version control

git-workflow-strategy

Master Git workflows including GitFlow, GitHub Flow, Trunk-Based Development. Configure branches, merge strategies, a...

version control

github-actions-workflow

Build comprehensive GitHub Actions workflows for CI/CD, testing, security, and deployment. Master workflows, jobs, st...

version control

gitlab-cicd-pipeline

Design and implement GitLab CI/CD pipelines with stages, jobs, artifacts, and caching. Configure runners, Docker inte...

software development

graceful-shutdown

Implement graceful shutdown procedures to handle SIGTERM signals, drain connections, complete in-flight requests, and...

monitoring observability

grafana-dashboard

Create professional Grafana dashboards with visualizations, templating, and alerts. Use when building monitoring dash...

api integration

graphql-implementation

Design and implement GraphQL APIs with schema design, resolvers, queries, mutations, subscriptions, and best practice...

api integration

grpc-service-development

Build high-performance gRPC services with Protocol Buffers, bidirectional streaming, and microservice communication. ...

software development

health-check-endpoints

Implement comprehensive health check endpoints for liveness, readiness, and dependency monitoring. Use when deploying...

software development

idempotency-handling

Implement idempotency keys and handling to ensure operations can be safely retried without duplicate effects. Use whe...

performance

image-optimization

Optimize images for web to reduce file size without sacrificing quality. Use compression, modern formats, and respons...

software development

incident-response-plan

Create and execute incident response procedures for security breaches, data leaks, and cyber attacks. Use when handli...

software development

information-architecture

Organize and structure information for clarity and discoverability. Design navigation systems, hierarchies, and menta...

devops infrastructure

infrastructure-cost-optimization

Optimize cloud infrastructure costs through resource rightsizing, reserved instances, spot instances, and waste reduc...

devops infrastructure

infrastructure-monitoring

Set up comprehensive infrastructure monitoring with Prometheus, Grafana, and alerting systems for metrics, health che...

testing qa

integration-testing

Design and implement integration tests that verify component interactions, API endpoints, database operations, and ex...

software development

interaction-design

Design meaningful interactions and microinteractions. Create delightful user experiences through thoughtful animation...

troubleshooting

intermittent-issue-debugging

Debug issues that occur sporadically and are hard to reproduce. Use monitoring and systematic investigation to identi...

software development

internationalization-i18n

Implement internationalization (i18n) and localization including message extraction, translation catalogs, pluralizat...

mobile development

ios-swift-development

Develop native iOS apps with Swift. Covers MVVM architecture, SwiftUI, URLSession for networking, Combine for reactiv...

devops infrastructure

jenkins-pipeline

Build Jenkins declarative and scripted pipelines with stages, agents, parameters, and plugins. Implement multi-branch...

software development

kpi-dashboard-design

Design and build dashboards that track key performance indicators. Select relevant metrics, visualize data effectivel...

devops infrastructure

kubernetes-deployment

Deploy, manage, and scale containerized applications on Kubernetes clusters with best practices for production worklo...

software development

load-balancer-setup

Configure and deploy load balancers (HAProxy, AWS ELB/ALB/NLB) for distributing traffic, session management, and high...

software development

log-aggregation

Implement centralized logging with ELK Stack, Loki, or Splunk for log collection, parsing, storage, and analysis acro...

software development

log-analysis

Analyze application and system logs to identify errors, patterns, and root causes. Use log aggregation tools and stru...

monitoring observability

logging-best-practices

Implement structured logging with JSON formats, log levels (DEBUG, INFO, WARN, ERROR), contextual logging, PII handli...

documentation

markdown-documentation

Master markdown formatting, GitHub Flavored Markdown, README files, and documentation formatting. Use when writing ma...

troubleshooting

memory-leak-detection

Detect and fix memory leaks using heap snapshots, memory profiling, and leak detection tools. Use when investigating ...

performance

memory-optimization

Profile and optimize application memory usage. Identify memory leaks, reduce memory footprint, and improve efficiency...

software development

microservices-architecture

Design and implement microservices architecture including service boundaries, communication patterns, API gateways, s...

machine learning

ML Model Explanation

Interpret machine learning models using SHAP, LIME, feature importance, partial dependence, and attention visualizati...

machine learning

ML Model Training

Build and train machine learning models using scikit-learn, PyTorch, and TensorFlow for classification, regression, a...

software development

ML Pipeline Automation

Build end-to-end ML pipelines with automated data processing, training, validation, and deployment using Airflow, Kub...

troubleshooting

mobile-app-debugging

Debug issues specific to mobile applications including platform-specific problems, device constraints, and connectivi...

mobile development

mobile-app-testing

Comprehensive mobile app testing strategies for iOS and Android. Covers unit tests, UI tests, integration tests, perf...

mobile development

mobile-first-design

Design for mobile devices first, then scale up to larger screens. Create responsive interfaces that work seamlessly a...

mobile development

mobile-offline-support

Implement offline-first mobile apps with local storage, sync strategies, and conflict resolution. Covers AsyncStorage...

testing qa

mocking-stubbing

Create and manage mocks, stubs, spies, and test doubles for isolating unit tests from external dependencies. Use for ...

devops infrastructure

Model Deployment

Deploy machine learning models to production using Flask, FastAPI, Docker, cloud platforms (AWS, GCP, Azure), and mod...

machine learning

Model Hyperparameter Tuning

Optimize hyperparameters using grid search, random search, Bayesian optimization, and automated ML frameworks like Op...

monitoring observability

Model Monitoring

Monitor model performance, detect data drift, concept drift, and anomalies in production using Prometheus, Grafana, a...

software development

monorepo-management

Manage monorepo architectures using Lerna, Turborepo, and Nx. Configure workspaces, dependency versioning, and cross-...

software development

multi-cloud-strategy

Design and implement multi-cloud strategies spanning AWS, Azure, and GCP with vendor lock-in avoidance, hybrid deploy...

software development

mutation-testing

Evaluate test suite quality by introducing code mutations and verifying tests catch them. Use for mutation testing, t...

software development

Natural Language Processing

Build NLP applications using transformers library, BERT, GPT, text classification, named entity recognition, and sent...

software development

Network Analysis

Analyze network structures, identify communities, measure centrality, and visualize relationships for social networks...

troubleshooting

network-debugging

Debug network issues using browser tools and network analysis. Diagnose connection problems, latency, and data transm...

security compliance

network-security-groups

Configure network security groups and firewall rules to control inbound/outbound traffic and implement network segmen...

machine learning

Neural Network Design

Design and architect neural networks with various architectures including CNNs, RNNs, Transformers, and attention mec...

software development

nginx-configuration

Configure Nginx web server for high-performance reverse proxy, load balancing, SSL/TLS, caching, and API gateway func...

backend development

nodejs-express-server

Build production-ready Express.js servers with middleware, authentication, routing, and database integration. Use whe...

database storage

nosql-database-design

Design NoSQL database schemas for MongoDB and DynamoDB. Use when modeling document structures, designing collections,...

api integration

oauth-implementation

Implement secure OAuth 2.0, OpenID Connect (OIDC), JWT authentication, and SSO integration. Use when building secure ...

software development

payment-gateway-integration

Integrate payment gateways like Stripe, PayPal, and Square with backends for payment processing, subscription managem...

security compliance

penetration-testing

Ethical hacking and security testing methodologies using penetration testing tools, exploit frameworks, and manual se...

troubleshooting

performance-regression-debugging

Identify and debug performance regressions from code changes. Use comparison and profiling to locate what degraded pe...

performance

performance-testing

Design and execute performance tests to measure response times, throughput, and resource utilization. Use for perform...

software development

polyglot-integration

Integrate multiple programming languages using FFI, native bindings, gRPC, or language bridges. Use when combining st...

software development

process-mapping

Visualize and document current and future business processes. Identify inefficiencies, dependencies, and improvement ...

performance

profiling-optimization

Profile application performance, identify bottlenecks, and optimize hot paths using CPU profiling, flame graphs, and ...

software development

progressive-web-app

Build progressive web apps using service workers, web manifest, offline support, and installability. Use when creatin...

project management

project-estimation

Estimate project scope, timeline, and resource requirements using multiple estimation techniques including bottom-up,...

monitoring observability

prometheus-monitoring

Set up Prometheus monitoring for applications with custom metrics, scraping configurations, and service discovery. Us...

software development

property-based-testing

Design property-based tests that verify code properties hold for all inputs using automatic test case generation. Use...

software development

pull-request-automation

Automate pull request workflows with templates, checklists, auto-merge rules, and review assignments. Reduce manual o...

software development

push-notification-setup

Implement push notifications for iOS and Android. Covers Firebase Cloud Messaging, Apple Push Notification service, h...

backend development

query-caching-strategies

Implement query caching strategies to improve performance. Use when setting up caching layers, configuring Redis, or ...

software development

rate-limiting-implementation

Implement rate limiting, throttling, API quotas, and backpressure mechanisms to protect services from abuse and ensur...

software development

react-component-architecture

Design scalable React components using functional components, hooks, composition patterns, and TypeScript. Use when b...

frontend development

react-native-app

Build cross-platform mobile apps with React Native. Covers navigation with React Navigation, state management with Re...

frontend development

reactive-programming

Implement reactive programming patterns using RxJS, streams, observables, and backpressure handling. Use when buildin...

software development

real-time-features

Implement real-time functionality using WebSockets, Server-Sent Events (SSE), or long polling. Use when building chat...

software development

Recommendation Engine

Build recommendation systems using collaborative filtering, content-based filtering, matrix factorization, and neural...

software development

Recommendation System

Build collaborative and content-based recommendation engines for product recommendations, personalization, and improv...

software development

refactor-legacy-code

Modernize and improve legacy codebases while maintaining functionality. Use when you need to refactor old code, reduc...

software development

Regression Modeling

Build predictive models using linear regression, polynomial regression, and regularized regression for continuous pre...

software development

release-planning

Plan, coordinate, and execute software releases across environments. Manage versioning, rollout strategies, rollback ...

frontend development

requirements-gathering

Systematically collect, document, and validate requirements from stakeholders. Ensure clarity, completeness, and agre...

frontend development

responsive-web-design

Create responsive layouts using CSS Grid, Flexbox, media queries, and mobile-first design. Use when building adaptive...

api integration

rest-api-design

Design RESTful APIs following best practices for resource modeling, HTTP methods, status codes, versioning, and docum...

software development

retrospective-facilitation

Facilitate effective retrospectives to capture lessons learned, celebrate successes, and identify actionable improvem...

software development

risk-assessment

Identify, analyze, and prioritize project risks using qualitative and quantitative methods. Develop mitigation strate...

troubleshooting

root-cause-analysis

Conduct systematic root cause analysis to identify underlying problems. Use structured methodologies to prevent recur...

software development

ruby-rails-application

Develop Ruby on Rails applications with models, controllers, views, Active Record ORM, authentication, and RESTful ro...

software development

runbook-creation

Create operational runbooks, playbooks, standard operating procedures (SOPs), and incident response guides. Use when ...

software development

secrets-management

Implement secrets management with HashiCorp Vault, AWS Secrets Manager, or Kubernetes Secrets for secure credential s...

software development

secrets-rotation

Implement automated secrets rotation for API keys, credentials, certificates, and encryption keys. Use when managing ...

security compliance

security-audit-logging

Implement comprehensive security audit logging for compliance, forensics, and SIEM integration. Use when building aud...

security compliance

security-compliance-audit

Conduct comprehensive security compliance audits for SOC 2, GDPR, HIPAA, PCI-DSS, and ISO 27001. Use when preparing f...

security compliance

security-documentation

Create security policies, guidelines, compliance documentation, and security best practices. Use when documenting sec...

security compliance

security-headers-configuration

Configure HTTP security headers including CSP, HSTS, X-Frame-Options, and XSS protection. Use when hardening web appl...

security compliance

security-testing

Identify security vulnerabilities through SAST, DAST, penetration testing, and dependency scanning. Use for security ...

software development

semantic-versioning

Implement semantic versioning (SemVer) with automated release management. Use conventional commits, semantic-release,...

software development

Sentiment Analysis

Classify text sentiment using NLP techniques, lexicon-based analysis, and machine learning for opinion mining, brand ...

backend development

server-side-rendering

Implement server-side rendering with template engines, view layers, and dynamic content generation. Use when building...

software development

serverless-architecture

Design and implement serverless applications using AWS Lambda, Azure Functions, and GCP Cloud Functions with event-dr...

software development

service-mesh-implementation

Implement service mesh (Istio, Linkerd) for service-to-service communication, traffic management, security, and obser...

backend development

session-management

Implement secure session management systems with JWT tokens, session storage, token refresh, logout handling, and CSR...

software development

spring-boot-application

Build enterprise Spring Boot applications with annotations, dependency injection, data persistence, REST controllers,...

database storage

sql-injection-prevention

Prevent SQL injection attacks using prepared statements, parameterized queries, and input validation. Use when buildi...

database storage

sql-query-optimization

Analyze and optimize SQL queries for performance. Use when improving slow queries, reducing execution time, or analyz...

software development

ssl-certificate-management

Manage SSL/TLS certificates with automated provisioning, renewal, and monitoring using Let's Encrypt, ACM, or Vault.

software development

stakeholder-communication

Manage stakeholder expectations and engagement through targeted communication, regular updates, and relationship buil...

software development

static-code-analysis

Implement static code analysis with linters, formatters, and security scanners to catch bugs early. Use when enforcin...

data analytics

Statistical Hypothesis Testing

Conduct statistical tests including t-tests, chi-square, ANOVA, and p-value analysis for statistical significance, hy...

software development

stored-procedures

Implement stored procedures and functions for database logic. Use when creating reusable database routines, complex q...

software development

stress-testing

Test system behavior under extreme load conditions to identify breaking points, capacity limits, and failure modes. U...

software development

Survival Analysis

Analyze time-to-event data, calculate survival probabilities, and compare groups using Kaplan-Meier and Cox proportio...

monitoring observability

synthetic-monitoring

Implement synthetic monitoring and automated testing to simulate user behavior and detect issues before users. Use wh...

software development

technical-debt-assessment

Assess, quantify, and prioritize technical debt using code analysis, metrics, and impact analysis. Use when planning ...

software development

technical-roadmap-planning

Create comprehensive technical roadmaps aligned with business goals. Plan technology investments, architecture evolut...

software development

technical-specification

Create detailed technical specifications, requirements documents, design documents, and system architecture specs. Us...

devops infrastructure

terraform-infrastructure

Infrastructure as Code using Terraform with modular components, state management, and multi-cloud deployments. Use fo...

testing qa

test-automation-framework

Design and implement scalable test automation frameworks with Page Object Model, fixtures, and reporting. Use for tes...

software development

test-data-generation

Generate realistic, consistent test data using factories, fixtures, and fake data libraries. Use for test data, fixtu...

software development

third-party-integration

Integrate external APIs and services with error handling, retry logic, and data transformation. Use when connecting t...

software development

Time Series Analysis

Analyze temporal data patterns including trends, seasonality, autocorrelation, and forecasting for time series decomp...

software development

transaction-management

Manage database transactions for data consistency. Use when implementing ACID compliance, handling concurrency, or ma...

frontend development

troubleshooting-guide

Create comprehensive troubleshooting guides, FAQ documents, known issues lists, and debug guides. Use when documentin...

testing qa

unit-testing-framework

Write comprehensive unit tests with high coverage using testing frameworks like Jest, pytest, JUnit, or RSpec. Use wh...

monitoring observability

uptime-monitoring

Implement uptime monitoring and status page systems for tracking service availability. Use when monitoring applicatio...

frontend development

user-guide-creation

Create comprehensive user guides, tutorials, how-to documentation, and step-by-step instructions with screenshots and...

software development

user-persona-creation

Create detailed user personas based on research and data. Develop realistic representations of target users to guide ...

software development

user-research-analysis

Analyze user research data to uncover insights, identify patterns, and inform design decisions. Synthesize qualitativ...

software development

user-story-writing

Write effective user stories that capture requirements from the user's perspective. Create clear stories with detaile...

software development

visual-regression-testing

Detect unintended visual changes in UI by comparing screenshots across versions. Use for visual regression, screensho...

frontend development

vue-application-structure

Structure Vue 3 applications using Composition API, component organization, and TypeScript. Use when building scalabl...

security compliance

vulnerability-scanning

Automated vulnerability detection using OWASP tools, CVE databases, and security scanners. Use when performing securi...

security compliance

web-performance-audit

Conduct comprehensive web performance audits. Measure page speed, identify bottlenecks, and recommend optimizations t...

performance

web-performance-optimization

Optimize web application performance using code splitting, lazy loading, caching, compression, and monitoring. Use wh...

api integration

webhook-development

Implement webhook systems for event-driven integration with retry logic, signature verification, and delivery guarant...

api integration

webhook-integration

Implement secure webhook systems for event-driven integrations, including signature verification, retry logic, and de...

backend development

websocket-implementation

Implement real-time bidirectional communication with WebSockets including connection management, message routing, and...

software development

wireframe-prototyping

Create wireframes and interactive prototypes to visualize user interfaces and gather feedback early. Use tools and te...

software development

xss-prevention

Prevent Cross-Site Scripting (XSS) attacks through input sanitization, output encoding, and Content Security Policy. ...

software development

zero-trust-architecture

Implement Zero Trust security model with identity verification, microsegmentation, least privilege access, and contin...

How to Use Skills

1

Copy to Your Project

Copy the skills/ directory to .claude/skills/ in your project root to make skills available to your team.

cp -r skills/ /path/to/your/project/.claude/skills/
2

Claude Auto-Discovery

Claude Code automatically discovers and invokes skills based on your requests. Just describe what you need naturally.

You: "Help me refactor this legacy code to use modern patterns"
Claude: (Automatically invokes refactor-legacy-code skill)
3

Follow Skill Guidance

Each skill provides step-by-step instructions, code examples, best practices, and testing strategies specific to the task.

Create Your Own Skills

Have a specialized workflow? Create custom skills for your team following the Claude Code Skills specification.

.claude/skills/your-skill-name/
└── SKILL.md  # YAML frontmatter + instructions