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 agentmods add agents/theclaymethod/artifacture/ve-hero-buildergit clone --depth 1 https://github.com/theclaymethod/artifactureWhat 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 | $0.00065 | $0.01020 |
| Opus 5 | $0.00032 | $0.00510 |
| Sonnet 5 | $0.00013 | $0.00204 |
| Haiku 4.5 | $0.00006 | $0.00102 |
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.
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)
plugins/visual-explainer/references/tokens.md— the design values you must useplugins/visual-explainer/references/components.md→ "Hero number" — the canonical patternplugins/visual-explainer/references/section-contract.md— the fragment protocol you must followplugins/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_htmlandscoped_cssstarts with.ve-heroor.ve-hero__. No other prefix. - No new tokens. Use only
--font-display,--font-mono,--text-display,--text-secondary,--space-*,--size-display,--size-captionfromtokens.md. - No on-load animation. No
@keyframes, noanimation:. 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 specifiesHERO_VARIANT, use that variant — setfonts_neededto[<that variant name>]and update the--font-displayreference if the orchestrator's default doesn't match (the orchestrator will add the correct@font-facebased onfonts_needed). - The headline and lede arrive pre-unslopped. Do not paraphrase or polish them again. Insert verbatim.
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.
- 2d ago First seen · 75 lines · 65 tokens per session scan A 094df5185cf3
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.
Other agents, from other repositories
ux-flow-auditor
Use this agent when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app. Automatically scans SwiftUI and UIKit code for user journey defects - detects dead ends, dismiss traps, buried CTAs, missing loading/error/empty states…
react-portfolio-engineer
React portfolio/gallery sites for creatives: React 18+, Next.js App Router, image optimization.
accessibility-expert
WCAG 2.2 AAA accessibility specialist.
frontend-design
React 前端技术设计专家。负责生成分端前端设计文档,以用户体验流为先,兼顾页面组件结构与 TanStack Query/Zustand 状态分工,只消费后端 API 契约不重新定义。.
ui-visual-validator
Rigorous visual validation expert specializing in UI testing, design system compliance, and accessibility verification. Masters screenshot analysis, visual regression testing, and component validation. Use PROACTIVELY to verify UI modifications have achieved their intended goals through comprehensive visual analysis.
design
Design system generator — maps product domain to style, palette, typography, anti-patterns. Creates .rune/design-system.md. Use BEFORE any frontend code generation.