Search Skills
Found 84133 results
design-system-patterns
wshobson
Builds scalable design systems using design tokens, theming infrastructure, and component architecture patterns for consistent UI development.
stride-analysis-patterns
wshobson
Applies STRIDE methodology for systematic threat identification in security analysis and threat modeling sessions.
cqrs-implementation
wshobson
Provides implementation guidance for Command Query Responsibility Segregation (CQRS) to separate read and write operations, enhancing scalability and performance in backend systems.
distributed-tracing
wshobson
Enables request tracking across microservices using Jaeger and Tempo to debug and identify performance bottlenecks in distributed systems.
rag-implementation
wshobson
Builds Retrieval-Augmented Generation (RAG) systems for LLMs using vector databases and semantic search to enable knowledge-grounded AI applications.
postgresql-table-design
wshobson
Designs PostgreSQL schemas with best practices, including data types, indexing, constraints, and performance patterns.
security-requirement-extraction
wshobson
Derives security requirements from threat models and business context to create actionable security user stories and test cases.
langchain-architecture
wshobson
Designs LLM applications with agent architectures, memory management, and tool integration using LangChain 1.x and LangGraph.
python-performance-optimization
wshobson
Profiling and optimizing Python code performance using cProfile and memory profilers to resolve bottlenecks.
ml-pipeline-workflow
wshobson
Automates end-to-end machine learning pipeline creation, covering data preparation, model training, validation, and production deployment.
bazel-build-optimization
wshobson
Optimizes Bazel build performance for large monorepos through configuration, remote execution, and enterprise-grade build tuning.
gitlab-ci-patterns
wshobson
Provides patterns for building efficient GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners to optimize automation.
go-concurrency-patterns
wshobson
Provides patterns and techniques for implementing Go concurrency using goroutines, channels, and context to build robust concurrent applications.
event-store-design
wshobson
Designs and implements event stores for event-sourced systems, covering infrastructure choices and persistence patterns.
wcag-audit-patterns
wshobson
Conducts automated and manual WCAG 2.2 accessibility audits with remediation guidance for website compliance.
on-call-handoff-patterns
wshobson
Guides seamless on-call shift transitions with context transfer, escalation protocols, and documentation for efficient incident management.
hybrid-search-implementation
wshobson
Combines vector and keyword search to improve retrieval accuracy in RAG systems and search engines.
k8s-security-policies
wshobson
Enforces production-grade Kubernetes security via NetworkPolicy, PodSecurityPolicy, and RBAC for network isolation and pod security standards.
spark-optimization
wshobson
Optimizes Apache Spark job performance through partitioning, caching, shuffle tuning, and memory configuration for efficient data processing pipelines.
memory-forensics
wshobson
Analyzes memory dumps for incident response and malware analysis using Volatility tools.
incident-runbook-templates
wshobson
Generates structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions for team guidance during incidents.
dotnet-backend-patterns
wshobson
Provides essential C#/.NET backend patterns for building robust APIs, enterprise applications, and server-side logic using modern practices like dependency injection and Entity Framework Core.
mobile-ios-design
wshobson
Provides tools for designing iOS interfaces and implementing SwiftUI views following Apple's Human Interface Guidelines.
data-quality-frameworks
wshobson
Enables implementation of data quality validation using Great Expectations, dbt tests, and data contracts for robust data pipelines.