Kubernetes

Kubernetes orchestration

Uses and selection guide

Use these skills to automate builds, delivery and infrastructure maintenance. Read which commands change remote resources, check provider compatibility and review rollback steps before running a deployment workflow.

Showing 1-24 of 1350 skills
PostHog

instrumenting-first-party-metrics

by PostHog

"How to instrument PostHog's own Metrics product from PostHog-owned code — record counters, gauges, and histograms that land in posthog.metrics, the same way customers do. Use when adding application metrics in this monorepo (web, Celery, Temporal), when asked to push or ship metrics into posthog metrics, or when unsure whether the SDK in this environment supports posthog.metrics yet. Covers the environment decision (SDK-first per the public docs, OTel fallback when the SDK path is not available), the exact version gates per SDK, what is already wired internally, and how to validate metrics actually arrive."

Kubernetes 39.6K 1d ago
PostHog

monitoring-ingestion-pipeline

by PostHog

Guide for using the Grafana MCP to monitor and diagnose the Node.js ingestion pipeline workers in production. Use when investigating event lag, drops, pipeline errors, person/group processing, Kafka consumer health, Redis, Postgres, ClickHouse downstream health, or any ingestion worker question. Covers prod-us and prod-eu environments.

Database 39.6K 1mo ago
PostHog

monitoring-capture-service

by PostHog

Guide for using the Grafana MCP to monitor and diagnose the capture service (rust/capture) in production. Use when investigating latency, event loss, Kafka backpressure, Redis issues, rate limiting, Envoy proxy issues, or any capture health question. Covers prod-us and prod-eu environments.

Kubernetes 39.6K 6d ago
vectorize-io

hindsight-docs

by vectorize-io

Complete Hindsight documentation for AI agents. Use this to learn about Hindsight architecture, APIs, configuration, and best practices.

API Dev 21.3K 1mo ago
mastra-ai

configure-factory-rules

by mastra-ai

Configure typed Mastra Factory rules and exact-leaf overrides in deployment code

Code Review 27.7K 1mo ago
Jeffallan

kubernetes-specialist

by Jeffallan

Use when deploying or managing Kubernetes workloads. Invoke to create deployment manifests, configure pod security policies, set up service accounts, define network isolation rules, debug pod crashes, analyze resource limits, inspect container logs, or right-size workloads. Use for Helm charts, RBAC policies, NetworkPolicies, storage configuration, performance optimization, GitOps pipelines, and multi-cluster management.

Kubernetes 11.2K 4mo ago
elastic

ftr-testing

by elastic

Deep reference for the Kibana Functional Test Runner (FTR). Use when reading, analyzing, debugging, or reviewing FTR tests, including config anatomy, services, page objects, loadTestFile patterns, data loading, tags, CI wiring, and common FTR idioms.

Processing 21.3K 1mo ago
mukul975

analyzing-kubernetes-audit-logs

by mukul975

'Parses Kubernetes API server audit logs (JSON lines) to detect exec-into-pod, secret access, RBAC modifications,

Processing 31.3K 5mo ago
forcedotcom

deployment-readiness-check

by forcedotcom

Comprehensive pre-deployment validation checklist for Salesforce releases. Use before deploying to production to catch metadata issues, test coverage gaps, and configuration errors.

Code Review 928 7mo ago
ArabelaTso

cd-pipeline-generator

by ArabelaTso

Generate GitHub Actions deployment workflows for automated deployment to staging and production environments on cloud platforms (AWS, GCP, Azure). Use when setting up continuous deployment pipelines, creating deployment automation, or configuring multi-environment deployment strategies. Includes templates for environment-specific deployments with approval gates, secrets management, and rollback capabilities.

CI/CD 238 6mo ago
ArabelaTso

configuration-generator

by ArabelaTso

"Generate configuration files for applications, services, and infrastructure. Use when: (1) Setting up new projects (package.json, requirements.txt, tsconfig.json), (2) Creating Docker or Kubernetes configurations, (3) Configuring CI/CD pipelines (GitHub Actions, GitLab CI, CircleCI), (4) Setting up web servers (Nginx, Apache), (5) Defining infrastructure as code (Terraform, CloudFormation), (6) Generating linter/formatter configs (ESLint, Prettier, Black). Provides templates and custom-generated configs for diverse tech stacks."

CI/CD 238 6mo ago
ArabelaTso

containerization-assistant

by ArabelaTso

"Generate Dockerfiles, Docker Compose configurations, and Kubernetes manifests for containerizing applications. Use when: (1) Creating Dockerfiles for Node.js, Python, Java, Go, or other applications, (2) Setting up multi-service environments with Docker Compose, (3) Generating Kubernetes deployments, services, and ingress configurations, (4) Optimizing container images for production, (5) Implementing containerization best practices. Provides both ready-to-use templates and custom-generated configurations based on project requirements."

Code Gen 238 6mo ago
rsmdt

deployment-pipeline-design

by rsmdt

Pipeline design, deployment strategies (blue-green, canary, rolling), and CI/CD platform patterns. Use when designing pipelines, implementing deployments, configuring quality gates, or setting up automated release workflows. Covers GitHub Actions, GitLab CI, and platform-agnostic patterns.

CI/CD 508 6mo ago
rsmdt

testing

by rsmdt

Writing effective tests and running them successfully. Covers layer-specific mocking rules, test design principles, debugging failures, and flaky test management. Use when writing tests, reviewing test quality, or debugging test failures.

Kubernetes 508 6mo ago
rsmdt

architecture-selection

by rsmdt

System architecture patterns including monolith, microservices, event-driven, and serverless, with C4 modeling, scalability strategies, and technology selection criteria. Use when designing system architectures, evaluating patterns, or planning scalability.

Caching 508 6mo ago
wondelai

crossing-the-chasm

by wondelai

'Navigate the technology adoption lifecycle from early adopters to mainstream market. Use when the user mentions "crossing the chasm", "beachhead segment", "whole product", "early adopters vs. mainstream", or "tech go-to-market". Covers D-Day analogy, bowling-pin strategy, and positioning against incumbents. For product positioning, see obviously-awesome. For new market creation, see blue-ocean-strategy.'

Code Gen 2K 6mo ago
wondelai

release-it

by wondelai

'Build production-ready systems with stability patterns: circuit breakers, bulkheads, timeouts, and retry logic. Use when the user mentions "production outage", "circuit breaker", "timeout strategy", "deployment pipeline", or "chaos engineering". Covers capacity planning, health checks, and anti-fragility patterns. For data systems, see ddia-systems. For system architecture, see system-design.'

Kubernetes 2K 6mo ago
LerianStudio

ring:infrastructure-cost-estimation

by LerianStudio

Orchestrates infrastructure cost estimation with tier-based or custom TPS sizing. Offers pre-configured tiers (Starter/Growth/Business/Enterprise) or custom TPS input. Skill discovers components, asks shared/dedicated for EACH, selects environment(s), reads actual Helm chart configs, then dispatches agent for accurate calculations.

Database 209 7mo ago
sammcj

writing-go-tests

by sammcj

Applies current Go testing best practices. Use when writing or modifying Go test files or advising on Go testing strategies.

Kubernetes 159 7mo ago
ruvnet

agent-app-store

by ruvnet

Agent skill for app-store - invoke with $agent-app-store

Auth 69.5K 7mo ago
ruvnet

agent-architecture

by ruvnet

Agent skill for architecture - invoke with $agent-architecture

Auth 69.5K 7mo ago
skillcreatorai

expo-deployment

by skillcreatorai

Deploy Expo apps to iOS App Store, Android Play Store, and web.

CI/CD 1.1K 7mo ago
affaan-m

deployment-patterns

by affaan-m

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

CI/CD 243.5K 6mo ago
davepoon

freshservice-automation

by davepoon

"Automate Freshservice ITSM tasks via Rube MCP (Composio): create/update tickets, bulk operations, service requests, and outbound emails. Always search tools first for current schemas."

Code Gen 3.4K 6mo ago