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 skills/cskwork/grill-with-docs-html/skillnpx skills add cskwork/grill-with-docs-html --skill skillgit clone --depth 1 https://github.com/cskwork/grill-with-docs-htmlWhat 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.00084 | $0.01185 |
| Opus 5 | $0.00042 | $0.00593 |
| Sonnet 5 | $0.00017 | $0.00237 |
| Haiku 4.5 | $0.00008 | $0.00119 |
Grade A, and why
grill-with-docs-html 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.
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.
Run the grilling interview exactly as grill-with-docs does — Socratic, one question at a time, recommended answer each time, codebase exploration over speculation, inline CONTEXT.md / ADR updates as decisions crystallise.
Default add-on (this skill): once the interview has produced 3+ structured decisions (typically D1.x / D2.x style grouped under candidates), export the full decision tree as a self-contained HTML form so the user can review the recommendations side-by-side, override any choice, write notes, and copy a final decision text back into chat.
Order of operations:
- Run the interview (see
../grill-with-docs/SKILL.md). - As decisions land, keep a mental ledger of: candidate id, decision id, options, trade-offs, recommended option, the "why" reasoning, side effects.
- Draft Before/After Mermaid diagrams for each candidate (current shape vs. deepened shape) — read
MERMAID-SAFE-SUBSET.mdbefore writing the first diagram. - Validate every Mermaid block with mmdc BEFORE writing the HTML. Read
VALIDATION.mdfor the extract-and-render snippet and run it — an unrendered block shows the user a syntax error instead of a diagram. - Write the HTML using the template in
HTML-FORM.mdto$TMPDIR/grill-decisions-<YYYYMMDD-HHMMSS>.html(fallback/tmp), then open it (see File location). - Wait for the user's pasted decision text. Then proceed with implementation.
Reuses
This skill reuses the entirety of grill-with-docs:
- Domain awareness (CONTEXT.md / CONTEXT-MAP.md discovery, lazy creation) — see
../grill-with-docs/SKILL.md - Glossary challenges, fuzzy-term sharpening, scenario stress-tests
- Inline
CONTEXT.mdupdates via../grill-with-docs/CONTEXT-FORMAT.md - ADR offers via
../grill-with-docs/ADR-FORMAT.md(only when hard-to-reverse + surprising + real trade-off)
Read those files for the interview behaviour; this skill's bundled files only cover the HTML export layer. If ../grill-with-docs/ is absent, tell the user it is missing before starting — the interview behaviour lives there, not here.
What ships with it
3 files 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.
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.
- yesterday First seen · 75 lines · 84 tokens per session scan A 84ea4452b5fd
grill-with-docs-html is a skill published in the GitHub repository cskwork/grill-with-docs-html (1 stars, last pushed 11d ago), licensed MIT. It adds 84 tokens to every session and 1,185 once invoked, about $0.0004 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 skills, from other repositories
crypto-protocol-diagram
Extracts protocol message flow from source code, RFCs, academic papers, pseudocode, informal prose, ProVerif (.pv), or Tamarin (.spthy) models and generates Mermaid sequenceDiagrams with cryptographic annotations. Use when diagramming a crypto protocol, visualizing a handshake or key exchange flow, extracting message…
archify
Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG, dark/light themes, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. Accept plain-language requirements or pasted Mermaid flowchart, sequenceDiagram, and…
markstream-react
Integrate the beta markstream-react package into a React 18+ or Next app. Use when Codex needs to add the React renderer, choose the root, next, or server entrypoint, import CSS correctly, choose between content and nodes, keep client boundaries safe, add renderer-local streamingComponents or htmlComponents, use…
vox-director
Turn ONE topic into a finished Vox-style paper-collage explainer / ad video, end to end on the Atlas Cloud API + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Use this whenever the user wants a "Vox style" video, a paper/torn-paper collage animation, a "motion collage"…
markstream-vue2-cli
Integrate markstream-vue2 into a Vue 2 Vue CLI or Webpack 4 app. Use when Codex needs Webpack 4-friendly setup, CDN worker fallbacks for Mermaid or KaTeX, dist/index.css imports, Vue 2 composition-api shims, or code block choices limited to stream-diffs or plain .
markstream-svelte
Integrate the beta markstream-svelte package in Svelte 5 or SvelteKit apps. Use when Codex needs Svelte 5 runes, CSS and optional peers, smooth streaming, worker setup, renderer-local or scoped custom components, or SSR-safe boundaries. Svelte 4 is unsupported.