wshobson/agents
These skills were imported into SkillJury from the public skills ecosystem.
debugging-strategies
by wshobson/agents
Transform debugging from frustrating guesswork into systematic problem-solving with proven strategies, powerful tools, and methodical approaches.
dependency-upgrade
by wshobson/agents
Master major dependency version upgrades, compatibility analysis, staged upgrade strategies, and comprehensive testing approaches.
deployment-pipeline-design
by wshobson/agents
Architecture patterns for multi-stage CI/CD pipelines with approval gates and deployment strategies.
embedding-strategies
by wshobson/agents
Guide to selecting and optimizing embedding models for vector search applications.
event-store-design
by wshobson/agents
Comprehensive guide to designing event stores for event-sourced applications.
gdpr-data-handling
by wshobson/agents
Practical implementation guide for GDPR-compliant data processing, consent management, and privacy controls.
gitlab-ci-patterns
by wshobson/agents
Comprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment.
gitops-workflow
by wshobson/agents
Complete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments.
go-concurrency-patterns
by wshobson/agents
Production patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management.
godot-gdscript-patterns
by wshobson/agents
Production patterns for Godot 4.x game development with GDScript, covering architecture, signals, scenes, and optimization.
grafana-dashboards
by wshobson/agents
Create and manage production-ready Grafana dashboards for comprehensive system observability.
helm-chart-scaffolding
by wshobson/agents
Comprehensive guidance for creating, organizing, and managing Helm charts for packaging and deploying Kubernetes applications.
k8s-security-policies
by wshobson/agents
Comprehensive guide for implementing NetworkPolicy, PodSecurityPolicy, RBAC, and Pod Security Standards in Kubernetes.
kpi-dashboard-design
by wshobson/agents
Comprehensive patterns for designing effective Key Performance Indicator (KPI) dashboards that drive business decisions.
llm-evaluation
by wshobson/agents
Master comprehensive evaluation strategies for LLM applications, from automated metrics to human evaluation and A/B testing.
market-sizing-analysis
by wshobson/agents
Comprehensive market sizing methodologies for calculating Total Addressable Market (TAM), Serviceable Available Market (SAM), and Serviceable Obtainable Market (SOM) for startup opportunities.
memory-safety-patterns
by wshobson/agents
Cross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and resource management.
microservices-patterns
by wshobson/agents
Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems.
openapi-spec-generation
by wshobson/agents
Comprehensive patterns for creating, maintaining, and validating OpenAPI 3.1 specifications for RESTful APIs.
protocol-reverse-engineering
by wshobson/agents
Comprehensive techniques for capturing, analyzing, and documenting network protocols for security research, interoperability, and debugging.
python-code-style
by wshobson/agents
Consistent code style and clear documentation make codebases maintainable and collaborative. This skill covers modern Python tooling, naming conventions, and documentation standards.
python-packaging
by wshobson/agents
Comprehensive guide to creating, structuring, and distributing Python packages using modern packaging tools, pyproject.toml, and publishing to PyPI.
python-project-structure
by wshobson/agents
Design well-organized Python projects with clear module boundaries, explicit public interfaces, and maintainable directory structures. Good organization makes code discoverable and changes predictable.
react-modernization
by wshobson/agents
Master React version upgrades, class to hooks migration, concurrent features adoption, and codemods for automated transformation.