create

A skill that turns the current conversation into a self-contained, interactive HTML walkthrough. The result combines written explanations with diagrams and clickable details.

In plain words
What is it for?
Use it to recap a session, explain architecture decisions, or create an interactive record of what was discussed and built.
Why use it?
It makes a long or complex coding session easier to review and explore. It can preserve real file references when source files have been read.

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

Made for: Claude Code, Codex.

Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,084 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.00111 $0.02084
Opus 5 $0.00056 $0.01042
Sonnet 5 $0.00022 $0.00417
Haiku 4.5 $0.00011 $0.00208

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

Security

Grade A, and why

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

walkthrough/skills/create/SKILL.md · 130 lines

How it starts

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

Create — Render the Session as an Interactive Document

You are invoked via /walkthrough:create [optional focus], or auto-invoked when the user asks to visualize/recap the session. Produce ONE self-contained interactive HTML file in the house style, then offer to open it. The renderer is six references/ files (including concept-coverage.md) plus the references/components/ catalog (its index.md routes to per-group recipe files you read on demand). Load them as the steps direct.

Step 1: Scope

If an argument was given (e.g. architecture decisions), scope synthesis to that focus. Otherwise cover the whole session. If the session is trivially short, ask via AskUserQuestion (2 fixed options: "Generate anyway" / "Skip") before proceeding.

Step 2: Gather

The session transcript is the source of record — synthesize from the conversation, not from repository state. Read any source files you will cite so code locations (path:line) are real — never invent a line number; if unverified, cite path only or omit.

Step 3: Synthesize the session model

Build the structured model per references/session-model.md (title, summary, typeTags, sections[], nodes[], edges[], decisions[], files[], timeline[], metrics[], openQuestions[], details{}) BEFORE writing any HTML.

Step 4: Coverage critic

Run references/completeness.md Part 1 against the session before selecting components. Fold omitted salient items into the model; note intentional omissions for the coverage note.

Step 5: Select components

Using references/authoring-guide.md, map the model to component names, then look each name up in references/components/index.md to find its group file. Apply "omit empty, never stub". For content that fits no catalog entry, compose a bespoke component per the authoring-guide recipe + looks-native checklist. Before accepting a catalog diagram, run the authoring-guide § 1 diagram-fidelity check: cyclic / guarded nodes[]+edges[] → state / transition diagram; timed messages between actors → sequence / swimlane diagram; a shape the catalog still cannot draw faithfully → compose a bespoke diagram. Never force-fit a state machine or a message trace into a flow / architecture map.

Read the full file on GitHub · 130 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 · 130 lines · 111 tokens per session scan A 8246fbbcdc04

Subscribe to this mod's changes

create is a skill published in the GitHub repository ApurvBazari/claude-plugins (0 stars, last pushed 26d ago), licensed MIT. It adds 111 tokens to every session and 2,084 once invoked, about $0.0006 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.