architecture

architecture is a skill for Claude Code, Codex from alexmond/jhelm. It costs 14 tokens per session (388 once invoked), scanned A, original, Apache-2.0.

An architecture reference for jhelm, a Java implementation of Helm’s chart-rendering and Kubernetes-related features. It describes how its modules fit together, from template processing to the command-line tool.

In plain words
What is it for?
Understanding the jhelm codebase, locating the right module for a change, and tracing template rendering, chart management, Kubernetes integration, and command-line behavior.
Why use it?
It gives developers a map of the project’s components and dependencies before they change or extend the code. It also identifies which parts are standalone and which depend on Spring or Kubernetes.

Skill for Claude CodeCodex

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 skills/alexmond/jhelm/architecture
Any agent
npx skills add alexmond/jhelm --skill architecture
Clone the repo
git clone --depth 1 https://github.com/alexmond/jhelm

Made for: Claude Code, Codex.

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 architecture

README.md
[![agentmods](https://agentmods.dev/badge/skills/alexmond/jhelm/architecture.svg)](https://agentmods.dev/skills/alexmond/jhelm/architecture)
Your own site
<a href="https://agentmods.dev/skills/alexmond/jhelm/architecture"><img src="https://agentmods.dev/badge/skills/alexmond/jhelm/architecture.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 388 The whole file, excluding the scripts and references it only reads on demand.
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.00014 $0.00388
Opus 5 $0.00007 $0.00194
Sonnet 5 $0.00003 $0.00078
Haiku 4.5 $0.00001 $0.00039

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

Security

Grade A, and why

architecture 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 5d 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/skills/architecture/SKILL.md · 41 lines

What it actually says

jhelm Architecture

Java 21 | Spring Boot 4.0.2 | Kubernetes Client 25.0.0 | Picocli 4.7.6

Module Dependency Graph

jhelm (parent)
├── jhelm-gotemplate  — Go template engine (standalone, no Spring)
├── jhelm-core        — Helm logic, charts, actions (depends on: gotemplate)
├── jhelm-kube        — Kubernetes client integration (depends on: core)
└── jhelm-cli         — CLI, Spring Boot + Picocli (depends on: core, kube)

Template Engine (jhelm-gotemplate)

  • Pipeline: Lexer → Parser → AST → Executor
  • Key classes: GoTemplate, GoTemplateFactory, Functions
  • Functions by category: Sprig (strings, collections, logic, math, encoding, crypto, date, reflection, network, semver) and Helm (conversion, template, kubernetes, chart)
  • No Spring dependency — pure Java library

Core Engine (jhelm-core)

  • Engine.java — Orchestrates template processing
  • Chart.java — Represents Helm charts with metadata and templates
  • RepoManager.java — Manages chart repositories
  • Creates new GoTemplateFactory per render to avoid template accumulation
  • Stack depth tracking prevents infinite template recursion

Kubernetes Integration (jhelm-kube)

  • HelmKubeService — Kubernetes resource deployment
  • Uses official Kubernetes Java Client 25.0.0

CLI Application (jhelm-cli)

  • Spring Boot 4.0.2 application
  • Picocli-based command structure
  • Entry point for user-facing commands
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. 5d ago First seen · 41 lines · 14 tokens per session scan A a0b39a5fef68

Subscribe to this mod's changes

architecture is a skill published in the GitHub repository alexmond/jhelm (4 stars, last pushed 3d ago), licensed Apache-2.0. It adds 14 tokens to every session and 388 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

evergreen

Evergreen CI infrastructure, configuration validation. Use when modifying .evergreen/ config, preparing to submit changes or understanding the Evergreen test matrix.

mongodb/mongo-java-driver · 31 tokens

azure-upgrade

Assess and upgrade Azure workloads between plans, tiers, or SKUs, or modernize Azure SDK dependencies in source code. WHEN: upgrade Consumption to Flex Consumption, upgrade Azure Functions plan, change hosting plan, function app SKU, migrate App Service to Container Apps, modernize legacy Azure Java SDKs…

microsoft/skills · 91 tokens

sync-agents-docs

Sync AGENTS.md files, skills, and references after buildSrc or convention changes. Use after modifying build plugins, formatting rules, testing conventions, or task names to keep documentation consistent.

mongodb/mongo-java-driver · 43 tokens

securing-helm-chart-deployments

Secure Helm chart deployments by validating chart integrity, scanning templates for misconfigurations, and enforcing security contexts in Kubernetes releases.

xalgorix/xalgorix · 34 tokens

configuring-airflow-language-sdks

Configures Airflow to run language SDK tasks (Java, Go, and future native SDKs) — register a coordinator, map a queue to it, ensure the runtime/artifact on workers, and tune coordinator options. Use when the user wants Airflow to route a queue to a native-language coordinator, asks about the [sdk]…

astronomer/agents · 155 tokens

nvca-self-managed-install

Install or validate the NVCA Operator chart against a self-managed NVCF control plane from the native monorepo. Use when the control plane comes from deploy/stacks/self-managed and NVCA must be installed with stack-derived image repository settings.

NVIDIA/nvcf · 55 tokens