wshobson/agents
These skills were imported into SkillJury from the public skills ecosystem.
python-resource-management
by wshobson/agents
Manage resources deterministically using context managers. Resources like database connections, file handles, and network sockets should be released reliably, even when exceptions occur.
python-type-safety
by wshobson/agents
Leverage Python's type system to catch errors at static analysis time. Type annotations serve as enforced documentation that tooling validates automatically.
risk-metrics-calculation
by wshobson/agents
Comprehensive risk measurement toolkit for portfolio management, including Value at Risk, Expected Shortfall, and drawdown analysis.
saga-orchestration
by wshobson/agents
Patterns for managing distributed transactions and long-running business processes.
sast-configuration
by wshobson/agents
Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for comprehensive security scanning across multiple programming languages.
screen-reader-testing
by wshobson/agents
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.
service-mesh-observability
by wshobson/agents
Complete guide to observability patterns for Istio, Linkerd, and service mesh deployments.
shellcheck-configuration
by wshobson/agents
Comprehensive guidance for configuring and using ShellCheck to improve shell script quality, catch common pitfalls, and enforce best practices through static code analysis.
similarity-search-patterns
by wshobson/agents
Patterns for implementing efficient similarity search in production systems.
slo-implementation
by wshobson/agents
Framework for defining and implementing Service Level Indicators (SLIs), Service Level Objectives (SLOs), and error budgets.
spark-optimization
by wshobson/agents
Production patterns for optimizing Apache Spark jobs including partitioning strategies, memory management, shuffle optimization, and performance tuning.
startup-metrics-framework
by wshobson/agents
Comprehensive guide to tracking, calculating, and optimizing key performance metrics for different startup business models from seed through Series A.
stride-analysis-patterns
by wshobson/agents
Systematic threat identification using the STRIDE methodology.
task-coordination-strategies
by wshobson/agents
Strategies for decomposing complex tasks into parallelizable units, designing dependency graphs, writing effective task descriptions, and monitoring workload across agent teams.
team-composition-analysis
by wshobson/agents
Design optimal team structures, hiring plans, compensation strategies, and equity allocation for early-stage startups from pre-seed through Series A.
threat-mitigation-mapping
by wshobson/agents
Connect threats to controls for effective security planning.
track-management
by wshobson/agents
Guide for creating, managing, and completing Conductor tracks - the logical work units that organize features, bugs, and refactors through specification, planning, and implementation phases.
turborepo-caching
by wshobson/agents
Production patterns for Turborepo build optimization.
vector-index-tuning
by wshobson/agents
Guide to optimizing vector indexes for production performance.
web3-testing
by wshobson/agents
Master comprehensive testing strategies for smart contracts using Hardhat, Foundry, and advanced testing patterns.
workflow-patterns
by wshobson/agents
Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, handling git commits, and executing the verification protocol that ensures quality throughout implementation.
multi-reviewer-patterns
by wshobson/agents
Patterns for coordinating parallel code reviews across multiple quality dimensions, deduplicating findings, calibrating severity, and producing consolidated reports.
parallel-feature-development
by wshobson/agents
Strategies for decomposing features into parallel work streams, establishing file ownership boundaries, avoiding conflicts, and integrating results from multiple implementer agents.
team-communication-protocols
by wshobson/agents
Protocols for effective communication between agent teammates, including message type selection, plan approval workflows, shutdown procedures, and common anti-patterns to avoid.