published by wshobson
50 listings on this page, in order of arrival. Each one has its own page with README, repository facts and source links.
- python-project-structure ★ 39,427
Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining publ - stride-analysis-patterns ★ 39,427
Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or cre - threat-mitigation-mapping ★ 39,427
Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation pl - rag-implementation ★ 39,427
Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing kno - deployment-pipeline-design ★ 39,427
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use this skill when designing zero-do - changelog-automation ★ 39,427
Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, gene - stripe-integration ★ 39,427
Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integr - python-error-handling ★ 39,427
Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing valida - debugging-strategies ★ 39,427
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or techn - langchain-architecture ★ 39,427
Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications - visual-design-foundations ★ 39,427
Apply typography, color theory, spacing systems, and iconography principles to create cohesive visual designs. Use when establishing design - web-component-design ★ 39,427
Master React, Vue, and Svelte component patterns including CSS-in-JS, composition strategies, and reusable component architecture. Use when - microservices-patterns ★ 39,427
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distribut - grafana-dashboards ★ 39,427
Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring - secrets-management ★ 39,427
Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling se - attack-tree-construction ★ 39,427
Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating se - gitlab-ci-patterns ★ 39,427
Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing Git - python-anti-patterns ★ 39,427
Use this skill when reviewing Python code for common anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing imple - python-packaging ★ 39,427
Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Pyth - react-modernization ★ 39,427
Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing R - wcag-audit-patterns ★ 39,427
Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for - python-type-safety ★ 39,427
Python type safety with type hints, generics, protocols, and strict type checking. Use when adding type annotations, implementing generic cl - bash-defensive-patterns ★ 39,427
Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system - startup-financial-modeling ★ 39,427
Build comprehensive 3-5 year financial models with revenue projections, cost structures, cash flow analysis, and scenario planning for early - llm-evaluation ★ 39,427
Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testi - protocol-reverse-engineering ★ 39,427
Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when anal - workflow-orchestration-patterns ★ 39,427
Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and - unity-ecs-patterns ★ 39,427
Master Unity ECS (Entity Component System) with DOTS, Jobs, and Burst for high-performance game development. Use when building data-oriented - helm-chart-scaffolding ★ 39,427
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creatin - memory-safety-patterns ★ 39,427
Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing sa - cost-optimization ★ 39,427
Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending anal - gitops-workflow ★ 39,427
Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when i - embedding-strategies ★ 39,427
Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking str - python-observability ★ 39,427
Python observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics - python-configuration ★ 39,427
Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, m - market-sizing-analysis ★ 39,427
Calculate TAM/SAM/SOM for market opportunities using top-down, bottom-up, and value theory methodologies. Use this skill when sizing markets - go-concurrency-patterns ★ 39,427
Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing wo - billing-automation ★ 39,427
Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing sub - python-resilience ★ 39,427
Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry - prometheus-configuration ★ 39,427
Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing met - data-quality-frameworks ★ 39,427
Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implemen - k8s-manifest-generator ★ 39,427
Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standa - startup-metrics-framework ★ 39,427
Track, calculate, and optimize key performance metrics for SaaS, marketplace, consumer, and B2B startups from seed through Series A, includi - context-driven-development ★ 39,427
Creates and maintains project context artifacts (product.md, tech-stack.md, workflow.md, tracks.md) in a `conductor/` directory. Scaffolds n - dependency-upgrade ★ 39,427
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framewor - shellcheck-configuration ★ 39,427
Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code - memory-forensics ★ 39,427
Master memory forensics techniques including memory acquisition, process analysis, and artifact extraction using Volatility and related tool - cqrs-implementation ★ 39,427
Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query p - python-background-jobs ★ 39,427
Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, j - dbt-transformation-patterns ★ 39,427
Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when