Build your own pack
Curate your favorite skills into a reusable collection â install it with one command.
service-mesh-observability
Safe 81Set up service mesh observability fast
by wshobson
Service mesh telemetry is hard to wire across traces, metrics, and dashboards. This skill provides ready templates and queries for Istio and Linkerd observability.
security-requirement-extraction
Safe 81Generate security requirements from threats
by wshobson
Security threats are hard to turn into clear requirements. This skill converts threats into testable requirements, user stories, and compliance mappings. Use it when translating threat models into actionable security controls.
secrets-management
Safe 81Secure CI/CD secrets across pipelines
by wshobson
CI/CD pipelines often leak secrets through hardcoded values and logs. This skill guides you to store, rotate, and consume secrets safely with popular platforms.
screen-reader-testing
Safe 81Test screen reader support fast
by wshobson
Screen reader issues are hard to reproduce and validate. This skill gives clear test steps and fixes for VoiceOver, NVDA, JAWS, and TalkBack.
sast-configuration
Safe 81Configure SAST tools for secure code scanning
by wshobson
You need consistent SAST tool setup across your projects. This skill provides guidance for configuring Semgrep, SonarQube, and CodeQL with custom rules and CI integration.
saga-orchestration
Safe 81Design saga workflows for distributed services
by wshobson
Distributed workflows fail when steps do not coordinate or roll back cleanly. This skill provides clear saga patterns and templates to orchestrate steps and compensations for reliable multi-service transactions.
rust-async-patterns
Safe 81Learn async Rust patterns fast
by wshobson
Async Rust can be hard to structure and debug. This skill gives clear patterns for Tokio tasks, channels, streams, and errors.
risk-metrics-calculation
Safe 79Calculate portfolio risk metrics
by wshobson
You need accurate risk measurements for portfolio management. This skill provides formulas and examples for VaR, Sharpe ratio, drawdowns, and other key metrics.
responsive-design
Safe 78Create responsive layouts with CSS
by wshobson
Building interfaces that adapt across devices is complex and time-consuming. This skill provides ready-to-use code patterns for container queries, fluid typography, CSS Grid layouts, and mobile-first breakpoints to speed up responsive development.
react-state-management
Safe 81Implement React State Management
by wshobson
Managing state across React components can lead to complex code and inconsistent data. This skill provides comprehensive patterns for Redux Toolkit, Zustand, Jotai, and React Query to handle local, global, and server state efficiently.
react-native-design
Medium Risk 60React Native Design
by wshobson
An AI skill for Claude, Codex, and Claude Code
react-native-architecture
Safe 81Design React Native architecture fast
by wshobson
Complex React Native apps can become hard to scale and maintain. This skill provides proven Expo architecture patterns and code examples for building production apps with navigation, offline sync, and native modules.
react-modernization
Safe 80Upgrade React apps with modern patterns
by wshobson
Legacy React code slows upgrades and hides breaking changes. This skill provides clear steps to move to hooks and React 18 features.
rag-implementation
Low Risk 79Build a grounded RAG pipeline
by wshobson
You need accurate answers from private documents and changing data. This skill explains RAG components and retrieval patterns to ground responses with sources.
python-performance-optimization
Safe 80Optimize Python performance with profiling
by wshobson
Slow Python code hides bottlenecks that waste resources and time. This skill guides you through profiling and optimization steps with concrete tools and patterns.
python-packaging
Safe 80Build Python packages for PyPI
by wshobson
Packaging a Python project often causes structure and metadata errors. This skill provides clear layouts, configuration examples, and publishing steps to create distributable packages.
prometheus-configuration
Low Risk 79Configure Prometheus monitoring
by wshobson
Prometheus setup is complex and easy to misconfigure. This skill provides clear examples for scraping, rules, and validation to help you implement robust monitoring.
postmortem-writing
Safe 81Write effective blameless postmortems
by wshobson
Writing effective postmortems helps teams learn from incidents and prevent recurrence. This skill provides templates, frameworks, and guidance for conducting blameless postmortems that drive organizational learning.
pci-compliance
Safe 81Implement PCI DSS Compliance
by wshobson
This skill provides guidance on implementing PCI DSS requirements for secure payment processing. It covers encryption, tokenization, access controls, and audit logging to help achieve and maintain payment card industry compliance.
paypal-integration
Safe 81Build PayPal checkout and subscriptions
by wshobson
You need a reliable PayPal payment flow that handles checkout, subscriptions, and refunds. This skill provides clear steps for API calls, IPN verification, and sandbox testing.