Kubernetes

Kubernetes orchestration

Showing 865-888 of 1310 skills
eveld

k8s-query

by eveld

Query Kubernetes resources (pods, deployments, services, events). Use when checking cluster state and resource status.

API Dev 8 4mo ago
eveld

debug-systematically

by eveld

Use when encountering errors or bugs to follow a systematic debugging process instead of jumping to conclusions.

Debugging 8 5mo ago
hieutrtr

incident-response

by hieutrtr

Production incident response procedures for Python/React applications. Use when responding to production outages, investigating error spikes, diagnosing performance degradation, or conducting post-mortems. Covers severity classification (SEV1-SEV4), incident commander role, communication templates, diagnostic commands for FastAPI/ PostgreSQL/Redis, rollback procedures, and blameless post-mortem process. Does NOT cover monitoring setup (use monitoring-setup) or deployment procedures (use deployment-pipeline).

Code Review 8 3mo ago
SnakeO

refactor:kubernetes

by SnakeO

Refactor Kubernetes configurations to improve security, reliability, and maintainability. This skill applies defense-in-depth security principles, proper resource constraints, and GitOps patterns using Kustomize or Helm. It addresses containers running as root, missing health probes, hardcoded configs, and duplicate YAML across environments. Apply when you notice security vulnerabilities, missing Pod Disruption Budgets, or :latest image tags in production.

API Dev 8 4mo ago
mrevanzak

effect-ts-fundamentals

by mrevanzak

Use when implementing type-safe, composable, and testable applications using Effect-TS, specifically for service definition, dependency injection, and sequential async logic.

Debugging 8 4mo ago
SnakeO

debug:kubernetes

by SnakeO

Debug Kubernetes clusters and workloads systematically with this comprehensive troubleshooting skill. Covers CrashLoopBackOff, ImagePullBackOff, OOMKilled, pending pods, service connectivity issues, PVC binding failures, and RBAC permission errors. Provides structured four-phase debugging methodology with kubectl commands, ephemeral debug containers, and essential one-liners for diagnosing pod, service, network, and storage problems across namespaces.

Debugging 8 4mo ago
Lin-A1

embedding-service

by Lin-A1

文本向量化(Embedding)基础服务。将自然语言转换为高维稠密向量,为语义搜索、聚类分析、推荐系统等下游任务提供核心数据支持。

Processing 7 4mo ago
jasonz-ncc42

claude-code-docs

by jasonz-ncc42

Local Claude Code documentation reference. Use when asked about Claude Code features, configuration, skills, hooks, MCP, sub-agents, plugins, or troubleshooting Claude Code issues.

CLI Tools 7 4mo ago
Lin-A1

ocr-service

by Lin-A1

高精度光学字符识别(OCR)服务。支持多语言、多格式图像的文字检测与提取,并提供文本区域坐标与置信度评分,适用于文档数字化与图像内容分析。

Processing 7 4mo ago
sablier-labs

evm-deployment

by sablier-labs

Deploy Sablier EVM contracts (Comptroller, ERC20 Faucet, Flow, Lockup, Airdrops) with full workflow automation. This skill should be used when the user asks to "deploy", "deploy protocol", "deploy to chain", or mentions deployment-related tasks. Handles contract deployment, explorer verification, SDK updates, and sample data creation through Init script.

CI/CD 7 4mo ago
open-wisdom

pearl

by open-wisdom

Ontological instructions that address anxious AI behavior at its root. Establishes trust-based relationship to self, other, and world. Use when you want authentic presence rather than anxious performance.

Code Gen 7 4mo ago
jasonz-ncc42

claude-code-docs

by jasonz-ncc42

Local Claude Code documentation reference. Use when asked about Claude Code features, configuration, skills, hooks, MCP, sub-agents, plugins, or troubleshooting Claude Code issues.

CLI Tools 7 4mo ago
webdevtodayjason

devops-patterns

by webdevtodayjason

DevOps patterns including CI/CD pipeline design, GitHub Actions, Infrastructure as Code, Docker, Kubernetes, deployment strategies, monitoring, and disaster recovery. Use when setting up CI/CD, deploying applications, managing infrastructure, or creating pipelines.

CI/CD 7 7mo ago
jasonz-ncc42

claude-code-docs

by jasonz-ncc42

Local Claude Code documentation reference. Use when asked about Claude Code features, configuration, skills, hooks, MCP, sub-agents, plugins, or troubleshooting Claude Code issues.

CLI Tools 7 4mo ago
Lin-A1

rerank-service

by Lin-A1

文档重排序服务(Reranker)。基于深度学习模型对检索候选结果进行细粒度相关性打分与重新排序,显著提升检索结果的精准度(Top-K 准确率)。

Processing 7 4mo ago
XiaomingX

feishu-connection

by XiaomingX

Connect a Feishu (Lark) bot to Clawdbot via WebSocket long-connection. No public server, domain, or ngrok required. Use when setting up Feishu/Lark as a messaging channel, troubleshooting the Feishu bridge, or managing the bridge service (start/stop/logs). Covers bot creation on Feishu Open Platform, credential setup, bridge startup, macOS launchd auto-restart, and group chat behavior tuning.

CLI Tools 7 4mo ago
sablier-labs

effect-ts

by sablier-labs

This skill should be used when the user asks about Effect-TS patterns, services, layers, error handling, service composition, or writing/refactoring code that imports from 'effect'. Also covers Effect + Next.js integration with @prb/effect-next.

Debugging 7 3mo ago
meriley

helm-production-patterns

by meriley

Implement production deployment strategies including secrets management, blue-green deployments, canary releases, and upgrade procedures. Use when deploying charts to production, implementing secrets management, setting up blue-green or canary deployments, configuring chart testing strategies, or planning upgrade and rollback procedures.

Code Gen 5 4mo ago
meriley

helm-chart-review

by meriley

Conduct comprehensive Helm chart security and quality audits with automated checks for security contexts, resource limits, and production readiness. Use when reviewing pull requests with Helm chart changes, conducting pre-release chart audits, security scanning Helm manifests, validating chart structure and best practices, or preparing charts for production deployment.

Docker 5 4mo ago
meriley

gitops-audit

by meriley

Comprehensive GitOps compliance verification that detects configuration drift and policy violations through three audit types - (1) Cluster Drift (resources in cluster not tracked in git), (2) Spec Drift (differences between git manifests and cluster state), (3) Code Violations (hardcoded Kubernetes configs in application code). Automatically triggered when code review detects changes to .yaml/.yml in charts/, manifests/, k8s/, kubernetes/, deployment scripts, Helm charts, Kustomize files, or Kubernetes client library imports. Use manually for investigating cluster drift, auditing GitOps compliance, before production deployments, troubleshooting sync issues, or regular compliance checks.

Code Review 5 4mo ago
meriley

helm-argocd-gitops

by meriley

Configure ArgoCD Applications and ApplicationSets for GitOps-based Helm deployments with sync policies and multi-environment support. Use when setting up ArgoCD Applications for Helm charts, configuring multi-environment deployments with ApplicationSets, implementing GitOps workflows, configuring sync policies and strategies, or setting up progressive delivery with Argo Rollouts.

Code Gen 5 4mo ago
meriley

helm-chart-writing

by meriley

Create and validate production-ready Helm charts with proper Chart.yaml structure, values organization, and template patterns. Use when creating new Helm charts from scratch, scaffolding chart directory structure, configuring Chart.yaml and values.yaml, writing template helpers and deployment manifests, or validating chart structure and syntax.

Analytics 5 4mo ago
meriley

helm-chart-expert

by meriley

Production-ready Helm chart creation and review guide. Covers chart structure, ArgoCD/GitOps integration, secrets management, testing strategies, deployment patterns (blue-green, canary), monitoring, and troubleshooting. Use when creating charts, reviewing for security/quality, integrating with ArgoCD, or debugging chart issues.

Analytics 5 4mo ago
ArieGoldkin

DevOps & Deployment

by ArieGoldkin

CI/CD pipelines, containerization, Kubernetes, and infrastructure as code patterns

CI/CD 10 6mo ago