Recently I've been using Claude Code a lot for debugging cluster issues and I realized I was performing similar tasks repeatedly so I decided to package them up into skills so I could call them up more easily (e.g. `/investigate`, `/audit-security`, `/audit-outdated`). I'm calling the skill pack "kstack" and the goal is to be able to monitor and troubleshoot K8s from within Claude Code.
Here's the source: https://github.com/kubetail-org/kstack
Here are the docs: https://kstack.sh/
If you have time I'd love to get some feedback on the project!
Andres