Agent skill
k9s
k9s terminal UI for Kubernetes. Use for K8s management.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/k9s
SKILL.md
K9s
K9s is a terminal UI (TUI) for Kubernetes. It is faster than clicking in a web dashboard and morediscoverable than raw kubectl.
When to Use
- Cluster Management: Viewing Pods, Logs, and YAML in real-time.
- Debugging: Shell into a pod (
s), view logs (l), delete pod (Ctrl+d). - Safety: Read-only mode prevents accidental deletions in Prod.
Core Concepts
Views
Navigate by resource type (:pods, :svc, :deploy).
XRay
:xray RESOURCE creates a dependency tree view (e.g., Service -> Pod -> Node).
Pulses
:pulse gives a high-level health dashboard.
Best Practices (2025)
Do:
- Use Aliases: Define aliases for commonly used CRDs.
- Use Plugins: Extend K9s with custom scripts (e.g.,
kubectl neatto clean YAML). - Context Awareness: Use skins to color-code Prod (Red) vs Dev (Blue).
Don't:
- Don't rely solely on it: Know your
kubectlcommands for scripting/automation.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?