jhelm CLAUDE.md

jhelm CLAUDE.md is an instructions file for coding agents from alexmond/jhelm. It costs 2,160 tokens per session, scanned A, original, Apache-2.0.

Project instructions for jhelm, a Java implementation of Helm, the package manager used to distribute applications to Kubernetes.

In plain words
What is it for?
Use them when developing, building, testing, or documenting the jhelm modules, command-line tool, REST API, plugins, and samples.
Why use it?
They give an AI the project context, module layout, technology choices, and commands needed to make consistent changes.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/alexmond/jhelm/claude-md
Clone the repo
git clone --depth 1 https://github.com/alexmond/jhelm

Wrote 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.

agentmods badge for jhelm CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/alexmond/jhelm/claude-md.svg)](https://agentmods.dev/instructions/alexmond/jhelm/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/alexmond/jhelm/claude-md"><img src="https://agentmods.dev/badge/instructions/alexmond/jhelm/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,160 This file is loaded in full into every session.
When invoked 2,160 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.02160 $0.02160
Opus 5 $0.01080 $0.01080
Sonnet 5 $0.00432 $0.00432
Haiku 4.5 $0.00216 $0.00216

Measured 4d ago against content hash 4ad738c047ab, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

jhelm CLAUDE.md 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 4d 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.

CLAUDE.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md - jhelm Project Guide

Project Overview

jhelm is a Java implementation of the Helm package manager for Kubernetes. It provides native Java libraries and tools to work with Helm charts without requiring the Go-based Helm CLI.

Tech Stack: Java 21, Spring Boot 4.0.5, Kubernetes Client 25.0.0, Picocli 4.7.7, Jackson YAML, Lombok

Project Structure

jhelm (parent)
├── jhelm-gotemplate/       — Go template engine (standalone, no Spring)
├── jhelm-gotemplate-sprig/ — Sprig function implementations (ServiceLoader, priority 100)
├── jhelm-gotemplate-helm/  — Helm function implementations (ServiceLoader, priority 200)
├── jhelm-core/             — Helm logic, charts, actions (depends on: gotemplate)
├── jhelm-kube/             — Kubernetes client integration (depends on: core)
├── jhelm-rest/             — REST API module
├── jhelm-plugin/           — Maven plugin for packaging
├── jhelm-cli/              — CLI entry point, Spring Boot + Picocli (depends on: core, kube)
├── jhelm-sample/           — Sample application
├── jhelm-rest-sample/      — REST sample application
└── docs/                   — Antora documentation (AsciiDoc)

Build & Test Commands

# Build the project
./mvnw clean install

# Run all tests
./mvnw test

# Run tests for a specific module
./mvnw test -pl jhelm-core

# Run a specific test class
./mvnw test -Dtest=KpsComparisonTest -pl jhelm-core

# Run a specific test method
./mvnw test -Dtest=KpsComparisonTest#testSimpleRendering -pl jhelm-core

Always run relevant tests after making code changes. Fix any test failures before committing.

Coding Standards

Style

  • Indentation: Tabs (enforced by spring-javaformat-maven-plugin)
  • Formatter: spring-javaformat runs on every validate phase — run ./mvnw spring-javaformat:apply to auto-format
  • Naming: Classes PascalCase, methods/variables camelCase, constants UPPER_SNAKE_CASE
  • Imports: Always use import statements — never use fully qualified class names inline in code (e.g., use Locale.ROOT not java.util.Locale.ROOT). Enforced by PMD UnnecessaryFullyQualifiedName rule. Fix script: python3 .claude/scripts/fix_fqn.py .
  • Javadoc: Use HTML tags for links, {@code true}/{@code false} for booleans, accurate @param/@return tags

Read the full file on GitHub · 189 lines

Changes

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.

  1. 4d ago First seen · 189 lines · 2,160 tokens per session scan A 4ad738c047ab

Subscribe to this mod's changes

jhelm CLAUDE.md is an instructions file published in the GitHub repository alexmond/jhelm (4 stars, last pushed 10d ago), licensed Apache-2.0. It adds 2,160 tokens to every session, about $0.0108 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.