helm

0
B

Kubernetes Helm chart development with values.yaml, templates, and subchart patterns. Triggers on helm, chart, kubernetes, values.yaml.

CommandsAgentsMarketplace
#Kubernetes Helm#Kubernetes#Standard Kubernetes#helm#chart#helm description#external charts#Build Kubernetes

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 settlemint/agent-marketplace/helm
skilz install settlemint/agent-marketplace/helm --agent opencode
skilz install settlemint/agent-marketplace/helm --agent codex
skilz install settlemint/agent-marketplace/helm --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 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/settlemint/agent-marketplace
2. Copy the agent skill directory:
cp -r agent-marketplace/devtools/skills/helm ~/.claude/skills/

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

Related Agentic Skills

Agentic Skill Details

Type
Other
Meta-Domain
Primary Domain
Market Score
0

Agent Skill Grade

B
Score: 80/100 Click to see breakdown

Score Breakdown

Spec Compliance
13/15
PDA Architecture
22/30
Ease of Use
22/25
Writing Style
8/10
Utility
17/20
Modifiers: -2

Areas to Improve

  • Examples could be in references
  • Redundant anti-patterns section
  • Workflow steps lack verification

Recommendations

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

Graded: 2026-01-19

Developer Feedback

I took a look at your helm skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 80/100, solidly in B territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Ease of Use (22/25) — your triggers and metadata are really well thought out. The main opportunity is Progressive Disclosure Architecture (22/30) — you're carrying too much weight in the base file with those examples.

What's Working Well

  • Trigger coverage is chef's kiss — You've got intent-based triggers like "helm templating" and "debugging helm", plus regex patterns for Chart.yaml and values.yaml. That's exactly how you get discovered naturally.
  • Practical constraints section — The Banned/Required patterns actually solve real Helm pain points (no hardcoded secrets, no loose labels). This isn't fluffy guidance.
  • Solid few-shot examples — Two detailed examples with reasoning sections show actual deployment and secret management patterns. People can learn from this.

The Big One: Examples Are Bloating Your Token Load

Your few_shot_examples section runs 120+ lines inline. Every time someone loads this skill — even for a quick question about chart structure — they're pulling all that weight.

The fix: Move those examples to references/examples.md and keep just the pattern summary in SKILL.md:

few_shot_examples:
  - pattern: "Kubernetes secret injection"
    file: references/examples.md#secret-injection
  - pattern: "Multi-environment deployment"
    file: references/examples.md#multi-env

This nets you +3 points on PDA and keeps the skill snappy.

Other Things Worth Fixing

  1. Anti-patterns and constraints are saying the same thing — You've got "Don't hardcode se...

AI-Detected Topics

Extracted using NLP analysis

Kubernetes Helm Kubernetes Standard Kubernetes helm chart helm description external charts Build Kubernetes Kubernetes labels external

Report Security Issue

Found a security vulnerability in this agent skill?