kubernetes-deployment-validator

1 stars 2 forks
17
B

Validate Kubernetes deployments before execution. Run pre-flight checks for password generation, environment variables, database authentication, CORS configuration, and docker-compose parity. Use this skill BEFORE every Helm install/upgrade to prevent deployment failures.

Also in: database

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/kubernetes-deployment-validator
skilz install mjunaidca/mjs-agent-skills/kubernetes-deployment-validator --agent opencode
skilz install mjunaidca/mjs-agent-skills/kubernetes-deployment-validator --agent codex
skilz install mjunaidca/mjs-agent-skills/kubernetes-deployment-validator --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/kubernetes-deployment-validator ~/.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

B
Score: 86/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
22/30
Ease of Use
22/25
Writing Style
8/10
Utility
18/20
Modifiers: +5

Areas to Improve

  • Description needs trigger phrases
  • Missing Progressive Disclosure via References
  • Repetitive Validation Pattern Structure

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

I've been digging through Kubernetes validation tooling lately, and this skill's approach to catching deployment misconfigurations before they hit the cluster is exactly the kind of defensive automation that prevents 3am incidents—nice execution on the implementation.

Links:

The TL;DR

You're at 86/100, B grade. This is based on Anthropic's 5-pillar grading rubric for agentic skills. Your Utility pillar is firing on all cylinders (18/20)—the validation checks for password encoding, CORS, auth failures are battle-tested and solve real problems. Weakest area is Progressive Disclosure Architecture (22/30)—you've got 542 lines of validation scripts and patterns all packed into one file, which eats tokens and makes the skill harder to navigate.

What's Working Well

  • Solid trigger coverage - "BEFORE helm install/upgrade" is exactly when developers need this, and your metadata nails the kebab-case naming convention
  • Battle-tested validation checks - The password generation, CORS, SMTP, and database auth sections address actual production gotchas that cause deployment failures
  • Clear pass/fail patterns - Each section has explicit validation commands with pass/fail criteria, giving developers immediate feedback
  • Bonus points for structure - The pre-flight checklist format is grep-friendly and the pre-commit checklist is genuinely useful

The Big One: 542 Lines in One File

Your entire skill is a monolithic SKILL.md. This hurts you in two ways: it wastes tokens on repetitive structure (you repeat "What to Check → Validation → Pass Criteria → Fail Indicators → Fix" seven times), and it buries detailed patterns where devs have to s...

Report Security Issue

Found a security vulnerability in this agent skill?