Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Kubernetes Skill for Claude Code and Codex. LLMs hallucinate a lot with K8s - KubeShark fixes this. It eliminates hallucinations and grounds your Kubernetes, Helm etc official best practices.
| Date | Stars |
|---|---|
| 2026-07-31 | 341 |
| 2026-08-06 | 341 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Kubernetes Skill for Claude Code and Codex: KubeShark <div align="center" name="top"> <img align="center" src="assets/logo.png" width="180" height="180" alt="KubeShark Logo"> <!-- spacer --> <p></p> [](https://docs.claude.ai/docs/agent-skills) [](https://developers.openai.com/codex/skills/) [](https://opensource.org/licenses/MIT) [](https://github.com/LukasNiessen/kubernetes-skill) </div> The #1 Kubernetes skill for Claude Code and Codex, measured by GitHub stars. ### Fixes Hallucinations. LLMs hallucinate a lot when it comes to Kubernetes. They omit security contexts, generate deprecated APIs, use wildcard RBAC, forget resource limits, and produce probes that cause cascading failures. This skill fixes it. It includes best practices for Kubernetes -- good, bad, and neutral examples so the AI avoids common mistakes. Using KubeShark, the AI keeps proven practices in mind, eliminates hallucinations, and defaults to secure, reliable, production-ready manifests. KubeShark is built as the production-grade Kubernetes skill for Claude Code and Codex: broader than resource-template skills, safer than generic Kubernetes prompts, and tuned for hallucination prevention instead of raw tutorial volume. ### Very Token-Efficient. Most Kubernetes skills dump huge walls of text onto the agent and burn expensive tokens -- with no upside. LLMs don't need the entire Kubernetes docs again. KubeShark was aggressively de-duplicated and optimized for maximum quality per token. ### Based on Official Best Practices. KubeShark is primarily based on the [official Kubernetes documentation](https://kubernetes.io/docs/), the [NSA/CISA Kubernetes Hardening Guide](https://media.defense.gov/2022/Aug/29/2003066362/-1/-1/0/CTR_KUBERNETES_HARDENING_GUIDANCE_1.2_20220829.PDF), [OWASP Kubernetes Top 10](https://owasp.org/www-project-kubernetes-top-ten/), [Pod Security Standards](https://kubernetes.io/docs/concepts/security/pod-security-standards/), and the [CIS Kubernetes Benchmark](https://www.cisecurity.org/benchmark/kubernetes). When guidance conflicts, it prioritizes official Kubernetes documentation. --- [Quick Start](#-quick-start) · [Why KubeShark](#-why-kubeshark) · [Token Strategy](#-token-strategy) · [What's Included](#-whats-included) · [How It Works](#-how-it-works) · [Sponsor](https://github.com/sponsors/LukasNiessen) · [Philosophy](PHILOSOPHY.md) --- ## 2 min Quickstart ### Option 1: Skills CLI If you manage skills with the `skills` CLI, install KubeShark directly from GitHub: ```bash npx skills add https://github.com/lukasniessen/kubernetes-skill --skill kubernetes-skill ``` ### Option 2: Clone **macOS / Linux:** ```bash git clone https://github.com/LukasNiessen/kubernetes-skill.git ~/.claude/skills/kubernetes-skill ``` **Windows (Powershell):** ```powershell git clone https://github.com/LukasNiessen/kubernetes-skill.git "$env:USERPROFILE\.claude\skills\kubernetes-skill" ``` **Windows (Command Prompt):** ```powershell git clone https://github.com/LukasNiessen/kubernetes-skill.git "%USERPROFILE%\.claude\skills\kubernetes-skill" ``` That's it. Claude Code auto-discovers skills in `~/.claude/skills/` -- no restart needed. ### Option 3: Marketplace Claude Code has a built-in plugin system with marketplace support. Instead of cloning manually, you can add KubeShark's marketplace and install directly from the CLI: ``` /plugin marketplace add LukasNiessen/kubernetes-skill /plugin install kubernetes-skill ``` Or use the interactive plugin manager -- run `/plugin`, switch to the **Discover** tab, and install from there. The marketplace reads the `.claude-plugin/marketplace.json` in this repo to register KubeShark as an installable plugin. ### Optio
Excerpt of 22,771 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:db6f8042ab95ebdb, topic:kubernetes