Kstack: Skill Pack for Claude Code to Monitor and Troubleshoot Kubernetes

Kstack is a skill pack for Claude Code (and other AI coding agents) that exposes a set of slash commands for monitoring and troubleshooting Kubernetes clusters. It hooks into your existing kubeconfig and RBAC permissions, runs standard tools like kubectl, Kubetail, Trivy, Pluto, and hands the results to the LLM for analysis — aiming for fast, token-efficient responses.
Key Skills
/cluster-status— health snapshot (pod restarts, node conditions, resource pressure)/events— recent events ranked by severity/investigate— root-cause analysis across events, logs, and related resources/logs— shared tmux session translating natural language into log fetches (via Kubetail)/metrics— CPU, memory, and other resource metrics for pods, nodes, workloads/exec— shared tmux shell into a pod, node, or ephemeral debug container/audit-security— RBAC, pod security posture, privilege tightening/audit-network— NetworkPolicy, Service, Ingress, GatewayAPI, DNS, and encryption checks/audit-cost— requests vs. usage, over-provisioning, idle capacity/audit-outdated— outdated services, known CVEs, available version bumps/cleanup— removes all kstack-owned resources (debug containers, pod clones, watcher jobs)/forget— clears local cache and cluster knowledge
Installation
Global install:
curl -sS https://kstack.sh/install | bash
Local project install:
curl -sS https://kstack.sh/install | bash -s -- --local
By default, skills are prefixed with kstack-*; use --no-prefix to disable. The installer auto-detects agents on your PATH and installs for each. Supported agents include Claude Code, OpenAI Codex CLI (--agent codex), OpenCode (--agent opencode), Cursor (--agent cursor), Factory Droid (--agent factory), Slate (--agent slate), Kiro (--agent kiro), and Hermes (--agent hermes).
How It Works
All skills are read-only by default — mutations require explicit confirmation. They honor your local kubeconfig context and RBAC. If permissions are insufficient, kstack reports the issue. Global flags like --context <ctx> are supported across all skills.
Who It's For
Developers and platform engineers who use AI coding agents and need quick, natural-language-driven monitoring and debugging of Kubernetes clusters without switching contexts.
📖 Read the full source: HN LLM Tools
👀 See Also

Integrating Local LLM Agents with ComfyUI for Natural Language Batch Image Generation
A developer shares how they wired their local OpenClaw agent to ComfyUI, enabling natural language commands for batch image generation workflows. The integration uses a custom agent skill that maps English requests to ComfyUI workflow JSON and handles API communication.

Smriti: A Git-like system for managing LLM reasoning state to prevent conversation drift
Smriti is an open-source tool that lets developers save, restore, branch, and compare reasoning states in LLM conversations to prevent drift. It treats interactions as state rather than chat history, allowing clean rollbacks and alternative exploration without contamination.

Freddy CLI: Connect Health Data to AI Agents via MCP
Freddy publishes an open-source CLI to connect wearable health data (Oura, Polar, Withings, etc.) to AI coding agents via MCP. Commands for OAuth device flow, data querying, and token refresh.

Launch Engine MCP Server Provides 39-Tool Pipeline for Business Validation
Launch Engine is an MCP server that gives Claude a structured pipeline with 39 interconnected SOP tools organized into 5 layers for taking business ideas from concept to validated revenue. The system includes specialized subagents, prerequisite enforcement, and tools for batch evaluation and rapid testing.