Agentic Skills by wshobson
airflow-dag-patterns
by wshobsonBuild production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrat...
angular-migration
by wshobsonMigrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS a...
api-design-principles
by wshobsonMaster REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs...
architecture-decision-records
by wshobsonWrite and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significan...
architecture-patterns
by wshobsonImplement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting c...
async-python-patterns
by wshobsonMaster Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent sy...
attack-tree-construction
by wshobsonBuild comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security ris...
auth-implementation-patterns
by wshobsonMaster authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems....
backtesting-frameworks
by wshobsonBuild robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when de...
bash-defensive-patterns
by wshobsonMaster defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities...
bats-testing-patterns
by wshobsonMaster Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requ...
bazel-build-optimization
by wshobsonOptimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterp...
billing-automation
by wshobsonBuild automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription ...
changelog-automation
by wshobsonAutomate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating rel...
code-review-excellence
by wshobsonMaster effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale....
cost-optimization
by wshobsonOptimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, an...
cqrs-implementation
by wshobsonImplement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance...
data-quality-frameworks
by wshobsonImplement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing valid...
data-storytelling
by wshobsonTransform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creat...
database-migration
by wshobsonExecute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating ...
dbt-transformation-patterns
by wshobsonMaster dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building ...
debugging-strategies
by wshobsonMaster systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stac...
defi-protocol-templates
by wshobsonImplement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance a...
dependency-upgrade
by wshobsonManage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions...
deployment-pipeline-design
by wshobsonDesign multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, set...
distributed-tracing
by wshobsonImplement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging mi...
e2e-testing-patterns
by wshobsonMaster end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. U...
embedding-strategies
by wshobsonSelect and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, o...
employment-contract-templates
by wshobsonCreate employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating ...
error-handling-patterns
by wshobsonMaster error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient app...
event-store-design
by wshobsonDesign and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or im...
fastapi-templates
by wshobsonCreate production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI ap...
gdpr-data-handling
by wshobsonImplement GDPR-compliant data handling with consent management, data subject rights, and privacy by design. Use when building systems that process EU ...
git-advanced-workflows
by wshobsonMaster advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situati...
github-actions-templates
by wshobsonCreate production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Ac...
gitlab-ci-patterns
by wshobsonBuild GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD,...
gitops-workflow
by wshobsonImplement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementin...
go-concurrency-patterns
by wshobsonMaster Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools...
godot-gdscript-patterns
by wshobsonMaster Godot 4 GDScript patterns including signals, scenes, state machines, and optimization. Use when building Godot games, implementing game systems...
grafana-dashboards
by wshobsonCreate and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards...
helm-chart-scaffolding
by wshobsonDesign, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm cha...
hybrid-cloud-networking
by wshobsonConfigure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when b...
hybrid-search-implementation
by wshobsonCombine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone p...
incident-runbook-templates
by wshobsonCreate structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions. Use when building runbooks, respond...
istio-traffic-management
by wshobsonConfigure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh tra...
javascript-testing-patterns
by wshobsonImplement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mock...
k8s-manifest-generator
by wshobsonCreate production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use w...
k8s-security-policies
by wshobsonImplement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernete...
kpi-dashboard-design
by wshobsonDesign effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business da...
langchain-architecture
by wshobsonDesign LLM applications using the LangChain framework with agents, memory, and tool integration patterns. Use when building LangChain applications, im...
linkerd-patterns
by wshobsonImplement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic p...
llm-evaluation
by wshobsonImplement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM per...
memory-safety-patterns
by wshobsonImplement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems...
microservices-patterns
by wshobsonDesign microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems...
ml-pipeline-workflow
by wshobsonBuild end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, ...
modern-javascript-patterns
by wshobsonMaster ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional...
monorepo-management
by wshobsonMaster monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and d...
mtls-configuration
by wshobsonConfigure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or s...
multi-cloud-architecture
by wshobsonDesign multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud...
nextjs-app-router-patterns
by wshobsonMaster Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, ...
nft-standards
by wshobsonImplement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT cont...
nodejs-backend-patterns
by wshobsonBuild production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integ...
nx-workspace-patterns
by wshobsonConfigure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affec...
on-call-handoff-patterns
by wshobsonMaster on-call shift handoffs with context transfer, escalation procedures, and documentation. Use when transitioning on-call responsibilities, docume...
openapi-spec-generation
by wshobsonGenerate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generati...
paypal-integration
by wshobsonIntegrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, pr...
pci-compliance
by wshobsonImplement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achievin...
postgresql-table-design
by wshobsonDesign a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features
postmortem-writing
by wshobsonWrite effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem ...
projection-patterns
by wshobsonBuild read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performa...
prometheus-configuration
by wshobsonSet up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics colle...
prompt-engineering-patterns
by wshobsonMaster advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts...
python-packaging
by wshobsonCreate distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python librari...
python-performance-optimization
by wshobsonProfile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bot...
python-testing-patterns
by wshobsonImplement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test...
rag-implementation
by wshobsonBuild Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-gro...
react-modernization
by wshobsonUpgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codeb...
react-native-architecture
by wshobsonBuild production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, ...
react-state-management
by wshobsonMaster modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or ...
risk-metrics-calculation
by wshobsonCalculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk lim...
rust-async-patterns
by wshobsonMaster Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementi...
saga-orchestration
by wshobsonImplement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling comp...
sast-configuration
by wshobsonConfigure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up security sca...
screen-reader-testing
by wshobsonTest web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibilit...
secrets-management
by wshobsonImplement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive cr...
security-requirement-extraction
by wshobsonDerive security requirements from threat models and business context. Use when translating threats into actionable requirements, creating security use...
service-mesh-observability
by wshobsonImplement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitorin...
shellcheck-configuration
by wshobsonMaster ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or...
similarity-search-patterns
by wshobsonImplement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing r...
slo-implementation
by wshobsonDefine and implement Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with error budgets and alerting. Use when establishing reliab...
solidity-security
by wshobsonMaster smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contrac...
spark-optimization
by wshobsonOptimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow j...
sql-optimization-patterns
by wshobsonMaster SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use ...
stride-analysis-patterns
by wshobsonApply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating secu...
stripe-integration
by wshobsonImplement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stri...
tailwind-design-system
by wshobsonBuild scalable design systems with Tailwind CSS, design tokens, component libraries, and responsive patterns. Use when creating component libraries, i...
temporal-python-testing
by wshobsonTest Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local develo...
terraform-module-library
by wshobsonBuild reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastruct...
threat-mitigation-mapping
by wshobsonMap identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or va...
turborepo-caching
by wshobsonConfigure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or impleme...
typescript-advanced-types
by wshobsonMaster TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-s...
unity-ecs-patterns
by wshobsonMaster Unity ECS (Entity Component System) with DOTS, Jobs, and Burst for high-performance game development. Use when building data-oriented games, op...
uv-package-manager
by wshobsonMaster the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Py...
vector-index-tuning
by wshobsonOptimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vect...
wcag-audit-patterns
by wshobsonConduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibil...
web3-testing
by wshobsonTest smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity cont...
workflow-orchestration-patterns
by wshobsonDesign durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determini...
Discover More Agentic Skills
Browse our complete catalog of AI agent skills from developers worldwide.