minikube

1 stars 2 forks
17
C

Manages local Kubernetes clusters using Minikube for development and testing. This skill should be used when setting up local K8s environments, enabling addons, configuring networking, and deploying applications locally. Use this skill for Phase IV local Kubernetes deployments before cloud deployment.

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/minikube
skilz install mjunaidca/mjs-agent-skills/minikube --agent opencode
skilz install mjunaidca/mjs-agent-skills/minikube --agent codex
skilz install mjunaidca/mjs-agent-skills/minikube --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/docs/taskflow-vault/skills/engineering/minikube ~/.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

C
Score: 76/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
21/30
Ease of Use
20/25
Writing Style
9/10
Utility
17/20
Modifiers: -2

Areas to Improve

  • Description needs trigger phrases
  • Missing Table of Contents
  • Insufficient Trigger Terms in Description

Recommendations

  • Address 1 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

Minikube's a practical choice for local Kubernetes development—I'm curious how your skill handles the gap between simple single-node clusters and the complexities developers hit when they start needing persistent volumes or networking tweaks. Your 76/100 suggests solid foundation work, but I'm wondering where the friction points are in the current implementation.

Links:

The TL;DR

You're at 76/100, which puts you in solid C territory. This is based on Anthropic's 5-pillar rubric for agentic skills—progressive disclosure, ease of use, spec compliance, writing style, and utility.

Strongest: Your writing style scores 9/10—imperative voice, no marketing fluff, purely technical. Weakest: Spec compliance at 11/15, mainly because your description is missing trigger phrases that let users actually invoke this thing naturally.

What's Working Well

  • Writing is crisp. Imperative tone throughout, no second-person voice, commands are directive. That's harder to nail than it looks.
  • Good layered structure. SKILL.md with a reference file (addons-guide.md) for deeper details—you're following the PDA pattern correctly.
  • Solid debugging section. Run-check-fix patterns with verification steps. The "minikube logs", "kubectl describe" guidance actually helps people diagnose issues.
  • Real workflow context. The TaskFlow Deployment Workflow at the end ties this to actual deployment phases—not just generic Kubernetes content.

The Big One

Missing Table of Contents. Your SKILL.md is 346 lines—way over the 100-line threshold where navigation becomes critical. Without a TOC, users scrolling through installation, configuration, networking, and troubleshooting sections waste time finding ...

Report Security Issue

Found a security vulnerability in this agent skill?