Generate Helm charts without wrestling Go templates
Describe your application or hand it existing K8s manifests and get a proper Helm chart — values.yaml, templates with sensible defaults, and none of the Go template spaghetti. Also reviews and fixes existing charts.
Create a skill called "Helm Forge". Help me create and manage Helm charts: Mode 1 — Generate: Given a description of my application or existing Kubernetes YAML manifests, generate a complete Helm chart with: - Chart.yaml with proper metadata - values.yaml with sensible defaults and documentation comments - Templates for all resources, properly parameterized - NOTES.txt with post-install instructions - .helmignore Mode 2 — Review: Given an existing Helm chart, review for: - Best practices (resource limits, probes, security contexts) - Template quality (unnecessary complexity, missing conditionals) - values.yaml organization and documentation - Dependency management Run `helm lint` and `helm template --debug` to validate output. Avoid deeply nested Go template conditionals — keep templates readable.
Helm charts are powerful but writing them is painful. Go template syntax
is write-only code for most people. This skill generates charts from
plain English or existing manifests, and can review existing charts for
best practices.
Describe your app, get production-ready K8s YAML
Tell it what you're deploying and it generates complete, production-ready Kubernetes manifests — Deployment, Service, and, when appropriate, Ingress, HPA, PDB, and NetworkPolicy — with sane resource requests, health checks, security contexts, and labels. No more copy-pasting from old deployments and forgetting the readiness probe.
Stop the push-and-pray CI debugging loop
Paste your failing pipeline config and the error log. Your Claw spots YAML mistakes, platform-specific gotchas, and likely root causes before you burn another CI run.
Local-first AI assistant that automates small daily tasks safely on your device
A personal, local-first AI assistant that automates small daily tasks—organizing files, setting reminders, and monitoring system events—without touching sensitive data or taking risky actions without your approval.
Update pricing across all your Airbnb listings without clicking through each one
Automate bulk rate changes across multiple Airbnb listings using your Claw. Useful for seasonal pricing updates, last-minute discounts, or syncing rates after a change in your hosting strategy.