tmux-processes
Safe 69Manage long-running processes in tmux
by 0xBigBoss
Managing long-running processes across Claude Code sessions can be challenging. This skill provides patterns for starting dev servers, watchers, and other persistent processes in tmux sessions that survive conversation reloads.
tilt
Safe 69Manage Tilt development environments
by 0xBigBoss
Tilt accelerates Kubernetes development with live reloading and unified workflows. This skill provides essential CLI commands and Tiltfile API references for efficient container-based development.
gen-env
Low Risk 65Generate isolated local development environments
by 0xBigBoss
Running multiple project instances on localhost causes port conflicts, shared browser state, and data contamination. This skill generates a gen-env command that creates isolated development environments with unique ports, Docker names, and browser-safe subdomains.
workflow-orchestration-patterns
Safe 71Design durable Temporal workflows
by wshobson
Distributed transactions fail without clear orchestration. This skill provides Temporal patterns for deterministic workflows, retries, and compensation actions.
turborepo-caching
Safe 69Optimize Turborepo caching for faster builds
by wshobson
Slow monorepo builds waste developer time and CI minutes. This skill provides clear Turborepo caching and pipeline configuration templates to speed up your builds and reduce CI costs.
terraform-module-library
Safe 70Build reusable Terraform modules
by wshobson
Teams struggle to standardize Terraform modules across clouds. This skill provides patterns, examples, and testing guidance to create reusable infrastructure modules.
slo-implementation
Safe 69Define SLOs with error budgets and alerts
by wshobson
Reliability targets are often unclear and hard to measure. This skill provides SLI, SLO, and error budget templates with alerting guidance for implementing SRE practices.
shellcheck-configuration
Safe 71Configure ShellCheck for reliable shell linting
by wshobson
Shell script issues hide until production and slow code reviews. This skill explains ShellCheck setup, rule configuration, and integration workflows to catch problems before merge.
service-mesh-observability
Safe 69Set up service mesh observability fast
by wshobson
Service mesh telemetry is hard to wire across traces, metrics, and dashboards. This skill provides ready templates and queries for Istio and Linkerd observability.
prometheus-configuration
Low Risk 69Configure Prometheus monitoring
by wshobson
Prometheus setup is complex and easy to misconfigure. This skill provides clear examples for scraping, rules, and validation to help you implement robust monitoring.
on-call-handoff-patterns
Safe 70Create clear on-call handoff summaries
by wshobson
On-call transitions often lose context and slow incident response. This skill provides structured handoff templates and checklists to keep teams aligned.
nx-workspace-patterns
Safe 69Configure Nx workspace patterns
by wshobson
Nx workspaces can become slow and inconsistent without clear standards. This skill provides templates to set boundaries, caching, and affected workflows for monorepo optimization.
monorepo-management
Safe 68Build scalable monorepo workflows
by wshobson
Coordinating builds and dependencies across many packages is hard. This skill provides monorepo setups and practices for Turborepo, Nx, and pnpm to streamline builds and sharing.
k8s-manifest-generator
Safe 74Generate Kubernetes manifests
by wshobson
Creating Kubernetes manifests requires understanding many fields and best practices. This skill provides guided templates and security-focused examples for Deployments, Services, ConfigMaps, and Secrets.
istio-traffic-management
Safe 69Configure Istio traffic management fast
by wshobson
Managing Istio traffic policies across services is complex and error prone. This skill provides ready templates and guidance for routing, canary rollouts, and resilience controls.
incident-runbook-templates
Safe 69Build incident runbooks quickly
by wshobson
Teams struggle to document consistent incident response steps during pressure. This skill delivers structured runbook templates with triage, mitigation, and communication sections.
hybrid-cloud-networking
Safe 69Design hybrid cloud connectivity
by wshobson
Hybrid networking choices are complex and affect reliability and security. This skill provides clear guidance on VPN, dedicated links, routing, and monitoring for hybrid deployments.
helm-chart-scaffolding
Low Risk 78Create Production Helm Charts
by wshobson
Creating Helm charts from scratch can be complex with many conventions to follow. This skill provides step-by-step guidance for building production-ready Helm charts. It includes chart structure, templating patterns, values management, and validation strategies.
grafana-dashboards
Safe 69Build Grafana dashboards with proven patterns
by wshobson
Unstructured dashboards create noise and slow down incident response. This skill provides clear layouts, panel examples, and alert patterns for building effective monitoring dashboards that teams can act on immediately.
gitops-workflow
Safe 70Implement GitOps Workflows
by wshobson
Automate Kubernetes deployments using Git as the single source of truth. Implement declarative infrastructure management with ArgoCD and Flux for reliable, auditable deployments.