Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code
Hacker News (score: 14)Description
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.
If you have time, I'd love to get some feedback on the project!
Andres
Source: https://github.com/kubetail-org/kstack
Docs: https://kstack.sh/
More from Hacker
Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab) Over the past few months, our team has been building more and more slidedecks using web frontend technologies with coding harnesses like Claude Code, but a common complaint is to make even small edits we need to edit the code either manually or via the harness.<p>To avoid this loop, I ended up creating Bento, a single HTML file with everything you need in a slide tool including animations and shared editing. There's no install or cloud login, everything works offline. The default deck is around 560 KB and it doesn't need to fetch anything once you got it.<p>Open it in a browser and then you can edit, present, print and save. Share it via email or via Airdrop and all they need is a browser to edit, present and also do live collab on the slides. Drop it in to Claude or ChatGPT to transform existing pptx files into Bento slides. There is no cloud involved, only an encrypted blind relay to allow for shared editing. The relay doesn't see any of the data.<p>Check it out at <a href="https://bento.page/slides/" rel="nofollow">https://bento.page/slides/</a> which takes you straight to the editor.<p>Go to <a href="https://bento.page/guestbook/" rel="nofollow">https://bento.page/guestbook/</a> to try out the live guestbook to experience share editing / collab.<p>There is also a gallery with some sample decks on the website - <a href="https://bento.page/" rel="nofollow">https://bento.page/</a><p>All the code is MIT licensed and you can find it here - <a href="https://github.com/nyblnet/bento" rel="nofollow">https://github.com/nyblnet/bento</a> . I used reveal.js with several other libraries (including some homegrown ones), and Claude Code.
No other tools from this source yet.