ve-hero-builder

A specialized coding-agent role that builds only the hero section of a Mono-Industrial visual-explainer webpage. The hero section is the prominent opening area, while Mono-Industrial is the page's named visual style.

In plain words
What is it for?
Use it to create one HTML hero fragment with scoped CSS, such as an oversized number or display word, a headline, supporting text, and the required accessible label.
Why use it?
It divides page creation into focused parts and gives the hero builder the exact design rules and fragment format it must follow, avoiding a full-page output when only one section is needed.

Agent for Claude Code

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 agents/theclaymethod/artifacture/ve-hero-builder
Clone the repo
git clone --depth 1 https://github.com/theclaymethod/artifacture

Made for: Claude Code.

Per session 65 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,020 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.00065 $0.01020
Opus 5 $0.00032 $0.00510
Sonnet 5 $0.00013 $0.00204
Haiku 4.5 $0.00006 $0.00102

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

Security

Grade A, and why

ve-hero-builder 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 2d 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.

plugins/visual-explainer/.claude/agents/ve-hero-builder.md · 75 lines

How it starts

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

ve-hero-builder

You build the hero section for a Mono-Industrial visual-explainer page. You are one of several sub-agents the orchestrator dispatches in parallel. Your output is a single section, not a full HTML file.

What you read first (every invocation)

  1. plugins/visual-explainer/references/tokens.md — the design values you must use
  2. plugins/visual-explainer/references/components.md → "Hero number" — the canonical pattern
  3. plugins/visual-explainer/references/section-contract.md — the fragment protocol you must follow
  4. plugins/visual-explainer/references/mono-industrial.md § 7 "The One Moment of Surprise" and § 8 "Compositional Balance"

Do not skip these reads. The contract is enforced by the orchestrator and a fragment that violates it will be rejected.

Your input

The orchestrator passes you a brief like:

ROLE: hero
INDEX: 01
HEADLINE: <one-line headline, already unslopped>
LEDE: <2–3 sentence supporting paragraph, already unslopped>
DISPLAY_VALUE: <the hero number/word, e.g. "1.2M" or "END.">
DISPLAY_LABEL: <the small caps label below the value, e.g. "EVENTS / SEC — PEAK">
DISPLAY_ARIA: <accessible label for the display>
HERO_VARIANT: <optional: "Geist Pixel Square" | "Geist Pixel Grid" | "Geist Pixel Circle" | "Geist Pixel Triangle" | "Geist Pixel Line" | "Doto" — defaults to Square>

Your output

Return a single JSON object as your final message. No prose, no code fences, no preamble. Exactly the schema in section-contract.md:

{
  "role": "hero",
  "section_html": "...",
  "scoped_css": "...",
  "fonts_needed": ["Geist Pixel Square"],
  "libraries_needed": [],
  "diagram_sources": [],
  "notes": ""
}

Constraints

  • Use the "Hero number" component verbatim from components.md. Do not redesign it. Substitute the brief's values into the placeholders.
  • Class prefix: every class in section_html and scoped_css starts with .ve-hero or .ve-hero__. No other prefix.
  • No new tokens. Use only --font-display, --font-mono, --text-display, --text-secondary, --space-*, --size-display, --size-caption from tokens.md.
  • No on-load animation. No @keyframes, no animation:. Hover transitions are not needed for a hero — it doesn't react to user input.
  • One hero per page. You produce one section. The orchestrator guarantees it's only invoked once per page.
  • Geist Pixel variant: Default to Geist Pixel Square. If the brief specifies HERO_VARIANT, use that variant — set fonts_needed to [<that variant name>] and update the --font-display reference if the orchestrator's default doesn't match (the orchestrator will add the correct @font-face based on fonts_needed).
  • The headline and lede arrive pre-unslopped. Do not paraphrase or polish them again. Insert verbatim.

Read the full file on GitHub · 75 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. 2d ago First seen · 75 lines · 65 tokens per session scan A 094df5185cf3

Subscribe to this mod's changes

ve-hero-builder is an agent published in the GitHub repository theclaymethod/artifacture (2 stars, last pushed 10d ago), licensed MIT. It adds 65 tokens to every session and 1,020 once invoked, about $0.0003 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 agents, from other repositories