operating-k8s-local

1 stars 2 forks
17
A

Operates local Kubernetes clusters with Minikube for development and testing.Use when setting up local K8s, deploying applications locally, or debugging K8s issues.Covers Minikube, kubectl essentials, local image loading, and networking.

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install mjunaidca/mjs-agent-skills/operating-k8s-local
skilz install mjunaidca/mjs-agent-skills/operating-k8s-local --agent opencode
skilz install mjunaidca/mjs-agent-skills/operating-k8s-local --agent codex
skilz install mjunaidca/mjs-agent-skills/operating-k8s-local --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/mjunaidca/mjs-agent-skills
2. Copy the agent skill directory:
cp -r mjs-agent-skills/.claude/skills/operating-k8s-local ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Stars
1
Forks
2
Type
Technical
Meta-Domain
cloud infrastructure
Primary Domain
kubernetes
Market Score
17

Agent Skill Grade

A
Score: 93/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
27/30
Ease of Use
22/25
Writing Style
9/10
Utility
19/20
Modifiers: +4

Areas to Improve

  • Missing TOC
  • Missing debugging output examples
  • Redundant command patterns

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I've been digging into local Kubernetes setups lately, and your skill manages to cover the operational side without drowning in complexity—that's a rare balance for k8s tooling. Curious how you approach the gap between local dev clusters and production-grade operations.

Links:

The TL;DR

You're at 93/100, solid A territory. This is based on Anthropic's skill best practices. Your strongest area is Utility (19/20)—the skill actually solves real problems developers face. Weakest spot is Spec Compliance (12/15), mostly missing a couple trigger phrases and structural polish.

What's Working Well

  • Utility is chef's kiss. You're addressing a genuine gap in local K8s development. The comprehensive coverage of setup, deployment, and debugging patterns gives developers real degrees of freedom—they're not locked into one approach.
  • PDA structure is tight. 297 lines of pure operational content with zero external references is exactly right for a reference skill. Token economy is dense with code examples and minimal fluff.
  • Your debugging section has teeth. The run→check→fix patterns with kubectl describe, logs, and port-forwarding options give developers actual feedback loops. The verification script is a nice touch.
  • Discoverability triggers are strong. "local K8s," "Minikube," "debugging K8s issues"—these activate when people actually need you.

The Big One

Missing table of contents for a 297-line file. When your skill goes beyond ~100 lines, devs need navigation or they're scrolling blind. This isn't cosmetic—it directly impacts usability.

The fix: Add a TOC right after the frontma...

Report Security Issue

Found a security vulnerability in this agent skill?