Kubernetes

Kubernetes orchestration

Showing 145-168 of 1349 skills
EpicenterHQ

factory-function-composition

by EpicenterHQ

Apply factory function patterns to compose clients and services with proper separation of concerns. Use when creating functions that depend on external clients, wrapping resources with domain-specific methods, or refactoring code that mixes client/service/method options together.

API Dev 4.8K 7mo ago
EpicenterHQ

services-layer

by EpicenterHQ

Service layer patterns with createTaggedError, namespace exports, and Result types. Use when creating new services, defining domain-specific errors, or understanding the service architecture.

Debugging 4.8K 7mo ago
simota

Compass

by simota

戦略実行モニタリング・前提条件監視・OKRカスケード。Helmのロードマップと前提仮定を受け取り、KPI実績との乖離を追跡し、戦略ドリフト・前提崩壊を早期検知。戦略目標からOKRへの展開も担当。コードは書かない。

Analytics 74 6mo ago
levnikolaevich

ln-115-devops-docs-creator

by levnikolaevich

Creates runbook.md for DevOps setup. L3 Worker invoked CONDITIONALLY when hasDocker detected.

Processing 549 6mo ago
actionbook

domain-cloud-native

by actionbook

"Use when building cloud-native apps. Keywords: kubernetes, k8s, docker, container, grpc, tonic, microservice, service mesh, observability, tracing, metrics, health check, cloud, deployment, 云原生, 微服务, 容器"

API Dev 1.4K 7mo ago
tech-leads-club

render-deploy

by tech-leads-club

Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.

CLI Tools 5.1K 6mo ago
tech-leads-club

decomposition-planning-roadmap

by tech-leads-club

Creates structured decomposition plans and roadmaps for migrating monolithic applications. Use when planning decomposition, creating migration roadmaps, prioritizing decomposition work, tracking decomposition progress, or when the user asks about decomposition planning, migration strategy, or architectural roadmap.

Code Gen 5.1K 7mo ago
tech-leads-club

vercel-deploy

by tech-leads-club

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

CI/CD 5.1K 7mo ago
tech-leads-club

domain-analysis

by tech-leads-club

Identifies subdomains and suggests bounded contexts in any codebase following DDD Strategic Design. Use when analyzing domain boundaries, identifying business subdomains, assessing domain cohesion, mapping bounded contexts, or when the user asks about DDD strategic design, domain analysis, or subdomain classification.

i18n 5.1K 7mo ago
rcarmo

reload

by rcarmo

Reinstall piclaw from workspace source and force-restart the running process. Use after making code changes to piclaw.

CLI Tools 828 6mo ago
databricks-solutions

databricks-app-python

by databricks-solutions

"Builds Python-based Databricks applications using Dash, Streamlit, Gradio, Flask, FastAPI, or Reflex. Handles OAuth authorization (app and user auth), app resources, SQL warehouse and Lakebase connectivity, model serving integration, and deployment. Use when building Python web apps, dashboards, ML demos, or REST APIs for Databricks, or when the user mentions Streamlit, Dash, Gradio, Flask, FastAPI, Reflex, or Databricks app."

Auth 1.9K 6mo ago
Aaronontheweb

akka-net-best-practices

by Aaronontheweb

Critical Akka.NET best practices including EventStream vs DistributedPubSub, supervision strategies, error handling, Props vs DependencyResolver, work distribution patterns, and cluster/local mode abstractions for testability.

Code Gen 1.1K 6mo ago
Aaronontheweb

aspire-service-defaults

by Aaronontheweb

Create a shared ServiceDefaults project for Aspire applications. Centralizes OpenTelemetry, health checks, resilience, and service discovery configuration across all services.

API Dev 1.1K 7mo ago
Aaronontheweb

akka-net-management

by Aaronontheweb

Akka.Management for cluster bootstrapping, service discovery (Kubernetes, Azure, Config), health checks, and dynamic cluster formation without static seed nodes.

API Dev 1.1K 6mo ago
Aaronontheweb

aspire-configuration

by Aaronontheweb

Configure Aspire AppHost to emit explicit app config via environment variables; keep app code free of Aspire clients and service discovery.

API Dev 1.1K 7mo ago
paulirish

Hot Reloading for Chrome Extensions

by paulirish

This skill should be used when the user asks to "setup hot reload", "add hot reloading to chrome extension", "watch extension files", "auto reload extension", or mentions "manifest v3 hot reload". Provides a zero-dependency solution for automatic extension refreshing during development.

CLI Tools 4.4K 8mo ago
solidSpoon

vitest-bdd-3layer

by solidSpoon

'DashPlayer 三层 Vitest-BDD 技能。Use when developers want business-readable BDD scenarios without coupling scenario writing to code implementation details. Triggers on: "BDD 三层", "行为测试分层", "给定当那么", "Vitest BDD", "不想在场景里写实现".'

Code Gen 4.3K 7mo ago
scitix

image-pull-debug

by scitix

Diagnose container image pull failures (ErrImagePull / ImagePullBackOff). Checks pod status, containerd logs, and events to identify root cause.

Debugging 228 6mo ago
scitix

service-debug

by scitix

Diagnose Service connectivity issues (empty Endpoints, selector mismatch, port mismatch, no backend pods). Checks Service, Endpoints, and target pods to identify why traffic is not reaching backends.

CLI Tools 228 6mo ago
scitix

cluster-events

by scitix

Analyze cluster-wide Kubernetes events to identify issues and patterns. Aggregates Warning events, detects high-frequency patterns, and correlates related events.

Code Review 228 6mo ago
scitix

pod-show-gateway

by scitix

Show the gateway for a network interface in a Kubernetes pod. Reads the routing table via ip -j route from the pod's network namespace. Execute via pod_netns_script tool.

Processing 228 6mo ago
scitix

deployment-rollout-debug

by scitix

Diagnose Deployment rollout failures (stuck rollouts, ProgressDeadlineExceeded, replica mismatch). Checks rollout status, ReplicaSets, and new pod health to identify why an update is failing.

Code Gen 228 6mo ago
scitix

dns-debug

by scitix

Diagnose DNS resolution failures in the cluster (NXDOMAIN, timeouts, SERVFAIL). Checks CoreDNS health, service endpoints, and DNS configuration.

CLI Tools 228 6mo ago
scitix

find-node

by scitix

Fuzzy-match Kubernetes nodes by keyword. Equivalent to kubectl get nodes -o wide grep <keyword>, with header preserved. Use this instead of listing all nodes to keep context minimal.

CLI Tools 228 6mo ago