wshobson/agents
These skills were imported into SkillJury from the public skills ecosystem.
hybrid-search-implementation
by wshobson/agents
Patterns for combining vector similarity and keyword-based search.
incident-runbook-templates
by wshobson/agents
Production-ready templates for incident response runbooks covering detection, triage, mitigation, resolution, and communication.
istio-traffic-management
by wshobson/agents
Comprehensive guide to Istio traffic management for production service mesh deployments.
k8s-manifest-generator
by wshobson/agents
Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims.
linkerd-patterns
by wshobson/agents
Production patterns for Linkerd service mesh - the lightweight, security-first service mesh for Kubernetes.
memory-forensics
by wshobson/agents
Comprehensive techniques for acquiring, analyzing, and extracting artifacts from memory dumps for incident response and malware analysis.
ml-pipeline-workflow
by wshobson/agents
Complete end-to-end MLOps pipeline orchestration from data preparation through model deployment.
mtls-configuration
by wshobson/agents
Comprehensive guide to implementing mutual TLS for zero-trust service mesh communication.
multi-cloud-architecture
by wshobson/agents
Decision framework and patterns for architecting applications across AWS, Azure, and GCP.
nft-standards
by wshobson/agents
Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features.
nx-workspace-patterns
by wshobson/agents
Production patterns for Nx monorepo management.
on-call-handoff-patterns
by wshobson/agents
Effective patterns for on-call shift transitions, ensuring continuity, context transfer, and reliable incident response across shifts.
parallel-debugging
by wshobson/agents
Framework for debugging complex issues using the Analysis of Competing Hypotheses (ACH) methodology with parallel agent investigation.
paypal-integration
by wshobson/agents
Master PayPal payment integration including Express Checkout, IPN handling, recurring billing, and refund workflows.
pci-compliance
by wshobson/agents
Master PCI DSS (Payment Card Industry Data Security Standard) compliance for secure payment processing and handling of cardholder data.
postmortem-writing
by wshobson/agents
Comprehensive guide to writing effective, blameless postmortems that drive organizational learning and prevent incident recurrence.
projection-patterns
by wshobson/agents
Comprehensive guide to building projections and read models for event-sourced systems.
prometheus-configuration
by wshobson/agents
Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules.
python-anti-patterns
by wshobson/agents
A reference checklist of common mistakes and anti-patterns in Python code. Review this before finalizing implementations to catch issues early.
python-background-jobs
by wshobson/agents
Decouple long-running or unreliable work from request/response cycles. Return immediately to the user while background workers handle the heavy lifting asynchronously.
python-configuration
by wshobson/agents
Externalize configuration from code using environment variables and typed settings. Well-managed configuration enables the same code to run in any environment without modification.
python-error-handling
by wshobson/agents
Build robust Python applications with proper input validation, meaningful exceptions, and graceful failure handling. Good error handling makes debugging easier and systems more reliable.
python-observability
by wshobson/agents
Instrument Python applications with structured logs, metrics, and traces. When something breaks in production, you need to answer "what, where, and why" without deploying new code.
python-resilience
by wshobson/agents
Build fault-tolerant Python applications that gracefully handle transient failures, network issues, and service outages. Resilience patterns keep systems running when dependencies are unreliable.