render

A rendering skill that converts an already prepared structured explanation into an interactive HTML document. It does not create the explanation from a conversation.

In plain words
What is it for?
Use it when another skill or tool has already supplied the document model and only the final HTML rendering is needed.
Why use it?
It separates document layout from the work of gathering and organizing information. This helps other tools render an existing model consistently.

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/apurvbazari/claude-plugins/render
Any agent
npx skills add ApurvBazari/claude-plugins --skill render
Clone the repo
git clone --depth 1 https://github.com/ApurvBazari/claude-plugins

Made for: Claude Code, Codex.

Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 528 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.00060 $0.00528
Opus 5 $0.00030 $0.00264
Sonnet 5 $0.00012 $0.00106
Haiku 4.5 $0.00006 $0.00053

Measured yesterday against content hash 1b6aa0a275ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

render 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 yesterday.

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.

walkthrough/skills/render/SKILL.md · 36 lines

What it actually says

Render — Assemble a Supplied Model into the House Style

You are invoked by a caller (e.g. the lens plugin) that has already synthesized a model in context. You are the programmatic entry for the terminal render stages: skip gather + synthesize and run only select → assemble → self-check → write. The model conforms to ../create/references/session-model.md (review fields allowed).

references/render-contract.md is the canonical description of those four shared stages (it is the same select → assemble → self-check → write every producer ends on) plus the review-specific assembly (findings[] → sheets, diffHunks[], adherence, verdict). Follow it for the render half.

Step 1: Locate the model + output path

The caller passes (a) a structured model in context and (b) an output path argument. If NO model is present in context, stop and tell the user: "Nothing to render — use /walkthrough:create for a session recap." Never synthesize from the transcript here.

Step 2: Run the shared render stages

Run select → assemble → self-check → write exactly as described in references/render-contract.md, including its § Review-specific assembly for findings/diffHunks/adherence. Write to the caller-supplied output path (create the directory if missing); do not prompt for gitignore (the caller owns its output location). Return the written path to the caller.

Key Rules

  • Internal only. user-invocable: false; callers invoke it via the Skill tool.
  • No synthesis. Render the supplied model verbatim — never re-derive from the transcript.
  • Follow the contract. The shared stages + review assembly live in references/render-contract.md; this skill is their programmatic entry point, not a second copy of them.
  • Self-contained + tokens only. Same invariants as create; run the structural self-check before write.
  • Empty context → redirect to create. Never silently fall back to synthesis.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday First seen · 36 lines · 60 tokens per session scan A 1b6aa0a275ec

Subscribe to this mod's changes

render is a skill published in the GitHub repository ApurvBazari/claude-plugins (0 stars, last pushed 25d ago), licensed MIT. It adds 60 tokens to every session and 528 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.