- Home
- /
- Categories
- /
- Kubernetes
Kubernetes
Kubernetes orchestration
sync-system-bus
by joelhooks
"Deploy the system-bus-worker to the joelclaw Kubernetes cluster from local machine. Use when syncing changes in packages/system-bus to k8s, especially because the GitHub Actions deploy job targets a non-existent self-hosted runner and cannot complete deploys automatically."
cross-service-debugger
by proflead
Coordinate debugging across multiple services. Use when a senior developer needs to trace a distributed issue.
rails-service-object
by ThibautBaissac
Creates service objects following single-responsibility principle with comprehensive specs. Use when extracting business logic from controllers, creating complex operations, implementing interactors, or when user mentions service objects or POROs.
Launch
by simota
リリースの計画・実行・追跡を一元管理。バージョニング戦略、CHANGELOG生成、リリースノート作成、ロールバック計画、Feature Flag設計を担当。安全で予測可能なデリバリーが必要な時に使用。
kubernetes
by OpenHands
Set up and manage local Kubernetes clusters using KIND (Kubernetes IN Docker). Use when testing Kubernetes applications locally or developing cloud-native workloads.
crm-client-lifecycle
by JoelLewis
"Client lifecycle management for RIAs: segmentation models (AUM, revenue, behavioral, strategic importance), household management, multi-generational relationship tracking, service tier SLAs, quarterly/annual review scheduling, lifecycle tracking (prospect→onboarding→accumulation→distribution→estate), engagement analytics (NPS, contact frequency, retention risk scoring), at-risk identification, wallet share, held-away asset consolidation, referral attribution, FINRA Rule 4512 trusted contact, OFAC/enhanced due diligence, CRM platforms (Salesforce, Redtail, Wealthbox, Dynamics)."
grpc
by claude-dev-suite
gRPC service development. Protocol Buffers (protobuf), service definitions, streaming (unary, server, client, bidirectional), interceptors, and code generation for Node.js, Go, Java, and Python. USE WHEN: user mentions "gRPC", "protobuf", "Protocol Buffers", ".proto", "grpc-js", "tonic", "grpc-java", "service mesh RPC" DO NOT USE FOR: REST APIs - use rest-api; GraphQL - use graphql; WebSocket - use real-time skills
connectrpc
by wcygan
ConnectRPC expert for Go servers and Node.js clients. Auto-loads when working with ConnectRPC, connect-go, connect-node, protobuf RPC, buf codegen, gRPC-compatible APIs, streaming RPCs, ConnectError, interceptors, service handlers, transport configuration, or REST-to-RPC proxy patterns. Covers the architecture where Node frontend servers proxy REST+JSON from the UI into ConnectRPC calls to Go backend services.
apollo-router-plugin-creator
by apollographql
Guide for writing Apollo Router native Rust plugins. Use this skill when: (1) users want to create a new router plugin, (2) users want to add service hooks (router_service, supergraph_service, execution_service, subgraph_service), (3) users want to modify an existing router plugin, (4) users need to understand router plugin patterns or the request lifecycle. (5) triggers on requests like "create a new plugin", "add a router plugin", "modify the X plugin", or "add subgraph_service hook".
devops-cloud
by travisjneuman
DevOps, cloud infrastructure, and platform engineering. Use when working with AWS, GCP, Azure, Kubernetes, Terraform, CI/CD pipelines, or infrastructure as code.
container-orchestration
by NeverSight
"Docker and Kubernetes patterns. Triggers on: Dockerfile, docker-compose, kubernetes, k8s, helm, pod, deployment, service, ingress, container, image."
helm-validator
by akin-ozer
Comprehensive toolkit for validating, linting, testing, and analyzing Helm charts and their rendered Kubernetes resources. Use this skill when working with Helm charts, validating templates, debugging chart issues, working with Custom Resource Definitions (CRDs) that require documentation lookup, or checking Helm best practices.
ansible-generator
by akin-ozer
Comprehensive toolkit for generating best practice Ansible playbooks, roles, tasks, and inventory files.
fluentbit-generator
by akin-ozer
Comprehensive toolkit for generating best practice Fluent Bit configurations. Use this skill when creating new Fluent Bit configs, implementing log collection pipelines (INPUT, FILTER, OUTPUT sections), or building production-ready telemetry configurations.
azure-pipelines-generator
by akin-ozer
Comprehensive toolkit for generating best practice Azure DevOps Pipelines following current standards and conventions. Use this skill when creating new Azure Pipelines, implementing CI/CD workflows, or building deployment pipelines.
k8s-debug
by akin-ozer
Comprehensive Kubernetes debugging and troubleshooting toolkit. Use this skill when diagnosing Kubernetes cluster issues, debugging failing pods, investigating network connectivity problems, analyzing resource usage, troubleshooting deployments, or performing cluster health checks.
helm-generator
by akin-ozer
Comprehensive toolkit for generating best practice Helm charts and resources following current standards and conventions. Use this skill when creating new Helm charts, implementing Helm templates, or building Helm projects from scratch.
k8s-yaml-generator
by akin-ozer
Comprehensive toolkit for generating, validating, and managing Kubernetes YAML resources. Use this skill when creating Kubernetes manifests (Deployments, Services, ConfigMaps, StatefulSets, etc.), working with Custom Resource Definitions (CRDs), or generating production-ready K8s configurations.
Loki Configuration Generator
by akin-ozer
aws-iam
by BagelHole
Manage IAM users, roles, and policies. Implement least-privilege access and security best practices. Use when configuring AWS identity and access management.
Compass
by simota
戦略実行モニタリング・前提条件監視・OKRカスケード。Helmのロードマップと前提仮定を受け取り、KPI実績との乖離を追跡し、戦略ドリフト・前提崩壊を早期検知。戦略目標からOKRへの展開も担当。コードは書かない。
health-checks
by dadbodgeoff
Implement health check endpoints for load balancers, Kubernetes, and monitoring. Covers liveness, readiness, and dependency checks.
circuit-breaker
by dadbodgeoff
Implement the circuit breaker pattern to prevent cascade failures in distributed systems. Use when adding resilience to API clients, external service calls, or any operation that can fail and should fail fast.
espocrm-development
by bobmatnyc
Comprehensive guide for developing on EspoCRM - metadata-driven CRM with service layer architecture