Install
$ agentstack add skill-cookiemonsterdev-agents-skills-helm-docs ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Helm questions are easy to answer from stale memory or Helm 3 assumptions that no longer apply in Helm 4. Use this skill to ground answers in the official Helm documentation and return the closest authoritative page instead of generic Kubernetes packaging advice.
When to Use
Use this skill when the request is about:
- Helm concepts: charts, releases, repositories, and values
- Installing, upgrading, rolling back, and uninstalling Helm releases
- Searching charts on Artifact Hub or configured repositories
- Chart development, templating, linting, and packaging
- Values files,
--set,--set-json, and override precedence - Helm plugins and the Go SDK
- Helm 4 overview, breaking changes, and migration from Helm 3
- Helm CLI command reference and flags
Do not use this skill for:
- Core Kubernetes API resources, kubectl, or cluster administration without Helm context. Use
kubernetes-docsinstead. - Raw Docker image builds or Compose files. Use
docker-docsinstead. - Terraform Helm provider configuration unless the question is specifically about Helm chart behavior documented on helm.sh.
- Argo CD, Flux, or other GitOps tools unless the question is about Helm chart mechanics documented by Helm.
Workflow
1. Classify the request
Decide which bucket the question belongs to before searching:
- Introduction and core concepts
- Installing and using Helm day to day
- Chart development and templating
- Best practices and chart design
- Plugins and extensibility
- Helm CLI command reference
- Helm 4 migration and version differences
If you need a quick starting point, load references/topic-map.md and jump to the closest section.
2. Search official Helm docs first
- Treat
helm.sh/docsas the source of truth for Helm. - Prefer pages under .
- Default to the current documentation version (4.2.2) unless the user specifies another supported version.
- Search with the user's exact terms plus focused Helm phrases such as
helm upgrade,values.yaml,chart hooks,helm template,OCI, orArtifact Hub. - When multiple pages are plausible, compare 2-3 candidate pages and pick the one that most directly answers the user's question.
- For Helm 4 questions, check the Helm 4 Overview before answering from Helm 3 knowledge.
3. Open the best page before answering
- Read the most relevant page, and the exact section when practical.
- Use the topic map only to narrow the search space or surface likely starting pages.
- For CLI flags, open the specific subcommand reference page.
- If a page appears renamed, moved, or not yet updated for Helm 4, say that explicitly and return the nearest authoritative pages instead of guessing.
4. Answer with docs-grounded guidance
- Start with a direct answer in plain language.
- Include exact Helm docs links, not just the docs homepage.
- Only provide chart YAML or Helm command examples when the user asks for them or when the docs page makes an example necessary.
- Make any inference explicit. Good phrasing:
According to Helm docs, ...Inference: this likely means ...
Answer Shape
Use a compact structure unless the user asks for depth:
- Direct answer
- Relevant docs
- Example Helm commands or chart snippets, only if needed
- Explicit inference callout, only if you had to connect multiple docs pages
Keep citations close to the claim they support.
Search and Routing Tips
- For beginner questions, prefer Introduction and Using Helm before the full command reference.
- For chart authoring questions, prefer Chart Template Guide and Best Practices before guessing template patterns.
- For release lifecycle questions, distinguish install, upgrade, rollback, and uninstall docs.
- For values override questions, open Using Helm sections on
--valuesand--setprecedence. - For Helm 4 questions, start with Helm 4 Overview and verify whether older pages are marked outdated.
- For command syntax questions, open the generated subcommand page under Helm Commands.
Common Mistakes
- Answering from Helm 3 memory without checking Helm 4 docs
- Linking the Helm docs homepage when a narrower command or guide page exists
- Confusing chart version with app version in release output
- Assuming a default chart repository exists in Helm 3+ without
helm repo add - Recommending
--recreate-podswithout noting deprecation in current Helm versions - Treating Artifact Hub search results as installed local repositories
Bundled Reference
Read references/topic-map.md only as a compact index of likely doc entry points. It is intentionally incomplete and should never replace the live Helm docs as the final authority.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: cookieMonsterDev
- Source: cookieMonsterDev/agents-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.