wshobson avatar

wshobson

108 agentic skills • 54 avg score • 1508 total stars

Agentic Skills by wshobson

bash-defensive-patterns

66

by wshobson

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilit...

Techlinux

bats-testing-patterns

60

by wshobson

Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or r...

Techlinux

airflow-dag-patterns

54

by wshobson

Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchest...

Techkubernetes

angular-migration

54

by wshobson

Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJ...

Techjavascript

api-design-principles

54

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new A...

Techapi

architecture-decision-records

54

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting signifi...

Techmarkdown

architecture-patterns

54

by wshobson

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architectin...

Techgithub

async-python-patterns

54

by wshobson

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent...

Techpython

attack-tree-construction

54

by wshobson

Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security ...

Techsecurity

auth-implementation-patterns

54

by wshobson

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control syste...

Techsecurity

backtesting-frameworks

54

by wshobson

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when...

Techterraform

bazel-build-optimization

54

by wshobson

Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for ent...

Techci cd

billing-automation

54

by wshobson

Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscripti...

Techci cd

changelog-automation

54

by wshobson

Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating ...

Techgit

code-review-excellence

54

by wshobson

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team mora...

Techgithub

cost-optimization

54

by wshobson

Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses,...

Techterraform

cqrs-implementation

54

by wshobson

Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performa...

Techdatabase

data-quality-frameworks

54

by wshobson

Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing va...

Techdata analysis

data-storytelling

54

by wshobson

Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, cr...

Techdata analysis

database-migration

54

by wshobson

Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrati...

Techdatabase

dbt-transformation-patterns

54

by wshobson

Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when buildi...

Techdata analysis

debugging-strategies

54

by wshobson

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology s...

Techdata analysis

defi-protocol-templates

54

by wshobson

Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized financ...

Techgithub

dependency-upgrade

54

by wshobson

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versi...

Techtesting

deployment-pipeline-design

54

by wshobson

Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, ...

Techsecurity

distributed-tracing

54

by wshobson

Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging...

Techapi

e2e-testing-patterns

54

by wshobson

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment...

Techtesting

embedding-strategies

54

by wshobson

Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies...

Techci cd

employment-contract-templates

54

by wshobson

Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creati...

Techmarkdown

error-handling-patterns

54

by wshobson

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient ...

Techci cd

event-store-design

54

by wshobson

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or...

Techterraform

fastapi-templates

54

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI...

Techapi

gdpr-data-handling

54

by wshobson

Implement GDPR-compliant data handling with consent management, data subject rights, and privacy by design. Use when building systems that process ...

Techdata analysis

git-advanced-workflows

54

by wshobson

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situ...

Techgit

github-actions-templates

54

by wshobson

Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub...

Techgithub

gitlab-ci-patterns

54

by wshobson

Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/...

Techci cd

gitops-workflow

54

by wshobson

Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implemen...

Techkubernetes

go-concurrency-patterns

54

by wshobson

Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker po...

Techgithub

godot-gdscript-patterns

54

by wshobson

Master Godot 4 GDScript patterns including signals, scenes, state machines, and optimization. Use when building Godot games, implementing game syst...

Techterraform

grafana-dashboards

54

by wshobson

Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboa...

Techmonitoring

helm-chart-scaffolding

54

by wshobson

Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm ...

Techkubernetes

hybrid-cloud-networking

54

by wshobson

Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use whe...

Techterraform

hybrid-search-implementation

54

by wshobson

Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alon...

Techci cd

incident-runbook-templates

54

by wshobson

Create structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions. Use when building runbooks, resp...

Techgithub

istio-traffic-management

54

by wshobson

Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh ...

Techkubernetes

javascript-testing-patterns

54

by wshobson

Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with m...

Techjavascript

k8s-manifest-generator

54

by wshobson

Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Us...

Techkubernetes

k8s-security-policies

54

by wshobson

Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubern...

Techkubernetes

kpi-dashboard-design

54

by wshobson

Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business...

Techmonitoring

langchain-architecture

54

by wshobson

Design LLM applications using the LangChain framework with agents, memory, and tool integration patterns. Use when building LangChain applications,...

Techtesting

linkerd-patterns

54

by wshobson

Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffi...

Techkubernetes

llm-evaluation

54

by wshobson

Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM ...

Techtesting

memory-safety-patterns

54

by wshobson

Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe syst...

Techgithub

microservices-patterns

54

by wshobson

Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed syst...

Techkubernetes

ml-pipeline-workflow

54

by wshobson

Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipeline...

Techmachine learning

modern-javascript-patterns

54

by wshobson

Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functio...

Techjavascript

monorepo-management

54

by wshobson

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds an...

Techci cd

mtls-configuration

54

by wshobson

Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, o...

Techkubernetes

multi-cloud-architecture

54

by wshobson

Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cl...

Techaws

nextjs-app-router-patterns

54

by wshobson

Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js application...

Techjavascript

nft-standards

54

by wshobson

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT c...

Techtesting

nodejs-backend-patterns

54

by wshobson

Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database in...

Techapi

nx-workspace-patterns

54

by wshobson

Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing af...

Techci cd

on-call-handoff-patterns

54

by wshobson

Master on-call shift handoffs with context transfer, escalation procedures, and documentation. Use when transitioning on-call responsibilities, doc...

Techmarkdown

openapi-spec-generation

54

by wshobson

Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, gener...

Techapi

paypal-integration

54

by wshobson

Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments,...

Techjavascript

pci-compliance

54

by wshobson

Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achie...

Techsecurity

postgresql-table-design

54

by wshobson

Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features

Techdatabase

postgresql-table-design

54

by wshobson

Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features

Techdatabase

postmortem-writing

54

by wshobson

Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmort...

Techapi

projection-patterns

54

by wshobson

Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query perfo...

Techdatabase

prometheus-configuration

54

by wshobson

Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics co...

Techmonitoring

prompt-engineering-patterns

54

by wshobson

Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prom...

Techjavascript

python-packaging

54

by wshobson

Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libr...

Techpython

python-performance-optimization

54

by wshobson

Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing ...

Techpython

python-testing-patterns

54

by wshobson

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up t...

Techpython

rag-implementation

54

by wshobson

Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-...

Techpdf

react-modernization

54

by wshobson

Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React co...

Techjavascript

react-native-architecture

54

by wshobson

Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile app...

Techjavascript

react-state-management

54

by wshobson

Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, ...

Techjavascript

risk-metrics-calculation

54

by wshobson

Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk ...

Techmonitoring

rust-async-patterns

54

by wshobson

Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, impleme...

Techjavascript

saga-orchestration

54

by wshobson

Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling c...

Techgithub

sast-configuration

54

by wshobson

Configure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up security ...

Techsecurity

screen-reader-testing

54

by wshobson

Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibi...

Techpdf

secrets-management

54

by wshobson

Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive...

Techaws

security-requirement-extraction

54

by wshobson

Derive security requirements from threat models and business context. Use when translating threats into actionable requirements, creating security ...

Techsecurity

service-mesh-observability

54

by wshobson

Implement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monito...

Techmonitoring

shellcheck-configuration

54

by wshobson

Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues,...

Techterraform

similarity-search-patterns

54

by wshobson

Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizin...

Techci cd

slo-implementation

54

by wshobson

Define and implement Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with error budgets and alerting. Use when establishing rel...

Techkubernetes

solidity-security

54

by wshobson

Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart cont...

Techsecurity

spark-optimization

54

by wshobson

Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slo...

Techdata analysis

sql-optimization-patterns

54

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. U...

Techdatabase

stride-analysis-patterns

54

by wshobson

Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating s...

Techsecurity

stripe-integration

54

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating S...

Techgit

tailwind-design-system

54

by wshobson

Build scalable design systems with Tailwind CSS, design tokens, component libraries, and responsive patterns. Use when creating component libraries...

Techci cd

temporal-python-testing

54

by wshobson

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local dev...

Techtesting

terraform-module-library

54

by wshobson

Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastr...

Techterraform

threat-mitigation-mapping

54

by wshobson

Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or...

Techsecurity

turborepo-caching

54

by wshobson

Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or impl...

Techci cd

typescript-advanced-types

54

by wshobson

Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building typ...

Techjavascript

unity-ecs-patterns

54

by wshobson

Master Unity ECS (Entity Component System) with DOTS, Jobs, and Burst for high-performance game development. Use when building data-oriented games,...

Techjavascript

uv-package-manager

54

by wshobson

Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up...

Techpython

vector-index-tuning

54

by wshobson

Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling v...

Techdatabase

wcag-audit-patterns

54

by wshobson

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessi...

Techtesting

web3-testing

54

by wshobson

Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity c...

Techtesting

workflow-orchestration-patterns

54

by wshobson

Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determ...

Techgithub

Discover More Agentic Skills

Browse our complete catalog of AI agent skills from developers worldwide.