Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add lexfrei/ccc --skill helm-add-gwapi-routegit clone --depth 1 https://github.com/lexfrei/cccWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/lexfrei/ccc/helm-add-gwapi-route)<a href="https://agentmods.dev/skills/lexfrei/ccc/helm-add-gwapi-route"><img src="https://agentmods.dev/badge/skills/lexfrei/ccc/helm-add-gwapi-route.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00111 | $0.09354 |
| Opus 5 | $0.00056 | $0.04677 |
| Sonnet 5 | $0.00022 | $0.01871 |
| Haiku 4.5 | $0.00011 | $0.00935 |
Grade A, and why
helm-add-gwapi-route scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 630 lines — stays where its author put it; the contents beside it link to each section on GitHub.
helm-add-gwapi-route
Add or modernize Gateway API *Route resources inside a Helm chart. The skill only edits files — git operations (branch, commit, push, PR) are left to the caller.
When to invoke
Invoke proactively (without an explicit user command) when any of these hold:
- cwd is a Helm chart (Chart.yaml with
apiVersion: v2) that hastemplates/ingress.yamlbut notemplates/*route.yaml— candidate for add-mode. - cwd has
templates/httproute.yaml/grpcroute.yaml/tlsroute.yamldeclaringgateway.networking.k8s.io/v1beta1orv1alpha2for resources that are now GA atv1— candidate for update-mode. - cwd has
*Routetemplates whose rules lack thenamefield (named rules are best practice since Gateway API v1.4). - The user mentions migrating a chart from Ingress to Gateway API, adding HTTPRoute/GRPCRoute/TLSRoute support, "gwapi", or modernizing existing routes.
Do not invoke when:
- The chart already has current-spec routes with nothing to modernize.
- cwd is not a Helm chart (no
Chart.yamlwithapiVersion: v2). - The scope is a standalone Kubernetes manifest, not a Helm chart.
- The user is working on an unrelated task — do not interrupt.
Arguments
Parse $ARGUMENTS:
- First positional =
chart-path. Default:cwd. --type=<list>— comma-separated subset ofhttproute,grpcroute,tlsroute,tcproute,udproute, orauto(default). Controls which route kinds to add (add-mode) or update (update-mode).--mode=add|update|auto— defaultauto. See Phase 3.--with-backend-tls— also generateBackendTLSPolicyfor the chart's Service (useful when the backend Service terminates TLS itself).
Phase 1 — Locate and validate the chart
- Resolve
chart-path. If not provided, walk upward from cwd looking for a directory that containsChart.yaml. If multipleChart.yamlfiles exist undercharts/*(umbrella chart), ask the user via AskUserQuestion which chart to operate on; multi-select is allowed — process each selected chart independently. - Read
Chart.yaml. RequireapiVersion: v2. Capture chartnameandversion. - Inventory
templates/:- note which of these exist:
ingress.yaml,service.yaml,deployment.yaml,statefulset.yaml,_helpers.tpl - note which route templates already exist:
httproute.yaml,grpcroute.yaml,tlsroute.yaml,tcproute.yaml,udproute.yaml,backendtlspolicy.yaml
- note which of these exist:
- Note whether
tests/exists (used in Phase 8 to decide whether to add helm-unittest tests). - Parse
values.yaml:- extract the
ingress:block — record its indent style (2 vs 4 spaces), field naming (hostvshostname,pathvspaths,classNamestyle), whether helm-docs# -- descriptioncomments are used, and the values of any CORS/auth/rate-limit annotations (these are migration targets in update-mode) - extract the
service:block — port number, port name,protocol,appProtocol, type - detect any existing
httpRoute:,grpcRoute:,tlsRoute:,tcpRoute:,udpRoute:top-level blocks (flat style is canonical; if a chart already uses a nestedgateway:block, preserve its structure in update-mode rather than flattening)
- extract the
- Read
_helpers.tpl. Extract the exact helper template names the chart defines — typically<chart>.fullname,<chart>.labels,<chart>.selectorLabels,<chart>.serviceAccountName. Use the actual names in generated templates; do not assume the prefix matches the directory name.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 630 lines · 111 tokens per session scan A 72c605560cf3
helm-add-gwapi-route is a skill published in the GitHub repository lexfrei/ccc (10 stars, last pushed 5d ago), licensed BSD-3-Clause. It adds 111 tokens to every session and 9,354 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
deploy-docker-compose
Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…
compute-env-setup
Set up a reproducible Feynman compute environment for research jobs. Use when a task needs Python/R packages, GPU libraries, containers, Modal, SSH, caches, or managed model runtime setup.
securing-kubernetes-on-cloud
This skill covers hardening managed Kubernetes clusters on EKS, AKS, and GKE by implementing Pod Security Standards, network policies, workload identity, RBAC scoping, image admission controls, and runtime security monitoring. It addresses cloud-specific security features including IRSA for EKS, Workload Identity for…
detecting-privilege-escalation-in-kubernetes-pods
Detect and prevent privilege escalation in Kubernetes pods by monitoring security contexts, capabilities, and syscall patterns with Falco and OPA policies.
implementing-rbac-hardening-for-kubernetes
Harden Kubernetes Role-Based Access Control by implementing least-privilege policies, auditing role bindings, eliminating cluster-admin sprawl, and integrating external identity providers.
docker-socket-mount
Docker / containerd socket mounted into a container → host RCE. Common in CI runners, GitOps controllers (ArgoCD, Flux), and 'Docker-in-Docker' setups. Single-command escape via docker run --rm --privileged -v /:/host alpine chroot /host.