From helmcraft
Use when you need to audit a Helm chart against security, best practices, and production readiness
npx claudepluginhub jugrajsingh/skillgarden --plugin helmcraftThis skill is limited to using the following tools:
Comprehensive audit of a Helm chart against security, best practices, and production readiness.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Comprehensive audit of a Helm chart against security, best practices, and production readiness.
Glob: chart/Chart.yaml, chart/values.yaml, chart/templates/*.yaml, chart/templates/*.tpl, chart/templates/*.txt
If no chart found, report and exit.
Read every file in chart/ to understand the full picture.
Read references/checklist.md and evaluate each check against the chart files.
Present findings grouped by category with severity indicators:
Helm Chart Audit: {chart_name}
SECURITY
[PASS] Non-root user configured
[FAIL] Capabilities not dropped — add capabilities.drop: [ALL]
[PASS] No secrets in values.yaml
BEST PRACTICES
[PASS] Checksum annotations present
[WARN] Resource limits empty — define actual limits
[PASS] Labels via _helpers.tpl
PRODUCTION READINESS
[PASS] Probes configured (exec)
[FAIL] NodeSelector empty — add node targeting
[PASS] NOTES.txt customized
Summary: {pass_count} passed, {warn_count} warnings, {fail_count} failures
Present via AskUserQuestion:
| Option | Description |
|---|---|
| Fix all issues | Apply fixes for all FAIL and WARN items |
| Fix critical only | Fix FAIL items only (security and production) |
| Report only | No changes, just the audit report |
For each fixable issue, edit the appropriate file. Report what was changed.