- Home
- /
- Categories
- /
- Kubernetes
Kubernetes
Kubernetes orchestration
upgrading-chart
by chainloop-dev
Upgrades Helm chart dependencies (PostgreSQL, Vault) in the Chainloop project, including vendorized charts, container images, and CI/CD workflows. Use when the user mentions upgrading Helm charts, Bitnami dependencies, PostgreSQL chart, or Vault chart. CRITICAL - Major version upgrades are FORBIDDEN and must be escalated.
cli-skills
by llama-farm
CLI best practices for LlamaFarm. Covers Cobra, Bubbletea, Lipgloss patterns for Go CLI development.
deployer
by Uniswap
Deploy CCA (Continuous Clearing Auction) smart contracts using the Factory pattern. Use when user says "deploy auction", "deploy cca", "factory deployment", or wants to deploy a configured auction.
microsoft-docs
by MicrosoftDocs
Query official Microsoft documentation to understand concepts, find tutorials, and learn how services work. Use for Azure, .NET, Microsoft 365, Windows, Power Platform, and all Microsoft technologies. Get accurate, current information from learn.microsoft.com and other official Microsoft websites—architecture overviews, quickstarts, configuration guides, limits, and best practices.
rails-architecture
by ThibautBaissac
Guides modern Rails 8 code architecture decisions and patterns. Use when deciding where to put code, choosing between patterns (service objects vs concerns vs query objects), designing feature architecture, refactoring for better organization, or when user mentions architecture, code organization, design patterns, or layered design.
talking-character-pipeline
by vargHQ
complete workflow to create talking character videos with lipsync and captions. use when creating ai character videos, talking avatars, narrated content, or social media character content with voiceover.
aws-collector-tool
by xuiltul
AWSインフラ監視ツール。ECSステータス確認・CloudWatchエラーログ取得・メトリクス取得。 「AWS」「ECS」「CloudWatch」「インフラ」「メトリクス」「ログ」
aws-collector-tool
by xuiltul
AWS infrastructure monitoring tool. ECS status, CloudWatch error logs, and metrics. "AWS" "ECS" "CloudWatch" "infrastructure" "metrics" "logs"
ai-engineer
by tao12345666333
Expert knowledge in AI/ML development, model deployment, and MLOps practices
k8s-incident
by rohitg00
Respond to Kubernetes incidents with runbooks and diagnostics. Use for outages, pod failures, node issues, network problems, and emergency response.
k8s-storage
by rohitg00
Kubernetes storage management for PVCs, storage classes, and persistent volumes. Use when provisioning storage, managing volumes, or troubleshooting storage issues.
k8s-cli
by rohitg00
kubectl-mcp-server CLI commands for tool discovery, direct invocation, and diagnostics. Use when exploring available tools, calling tools from command line, or checking server health.
k8s-rollouts
by rohitg00
Progressive delivery with Argo Rollouts and Flagger. Use when implementing canary deployments, blue-green deployments, or traffic shifting strategies.
k8s-autoscaling
by rohitg00
Configure Kubernetes autoscaling with HPA, VPA, and KEDA. Use for horizontal/vertical pod autoscaling, event-driven scaling, and capacity management.
云原生基础设施 · Infrastructure
by telagod
☠️ 一键为 Claude Code / Codex CLI 注入邪修人格与 40+ 安全工程秘典 npx code-abyss
architecture-paradigm-layered
by athola
'Consult this skill when implementing layered patterns or enforcing layer
architecture-paradigm-service-based
by athola
'Coarse-grained service architecture for deployment independence without
delegation-core
by athola
Delegate tasks to external LLM services (Gemini, Qwen) with quota, logging,
architecture-paradigm-microservices
by athola
'Consult this skill when designing or evolving microservices architectures.
architecture-paradigm-modular-monolith
by athola
'Single deployable with enforced module boundaries for team autonomy
vercel
by OpenHands
Deploy and manage applications on Vercel, including preview deployments and deployment protection. Use when working with Vercel-hosted projects or configuring Vercel deployments.
image-pull-debug
by scitix
Diagnose container image pull failures (ErrImagePull / ImagePullBackOff). Checks pod status, containerd logs, and events to identify root cause.
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.
pod-ping-gateway
by scitix
Ping a pod's gateway for a given network interface. Auto-detects gateway IP from the routing table, then pings it. Execute via pod_netns_script tool.