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 instructions/bluedusk/html-magazine/claude-mdgit clone --depth 1 https://github.com/bluedusk/html-magazineWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/bluedusk/html-magazine/claude-md)<a href="https://agentmods.dev/instructions/bluedusk/html-magazine/claude-md"><img src="https://agentmods.dev/badge/instructions/bluedusk/html-magazine/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00836 | $0.00836 |
| Opus 5 | $0.00418 | $0.00418 |
| Sonnet 5 | $0.00167 | $0.00167 |
| Haiku 4.5 | $0.00084 | $0.00084 |
Grade A, and why
html-magazine CLAUDE.md 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 5d 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 — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
What this project is
html-magazine is a Claude Code plugin (skill) that transforms plain text, markdown, or HTML into a self-contained paginated HTML magazine file with page-flip navigation, sourced photography, and print-quality typography.
Architecture
The project uses a two-layer design:
- html-magazine (
skills/html-magazine/SKILL.md) — the editorial brain. Handles style selection, content rewriting, sub-style randomization, and passing a complete visual brief to the rendering layer. - ui-ux-pro-max (external plugin dependency) — the rendering engine. Receives the brief and generates all HTML/CSS/JS. html-magazine never prescribes colors, fonts, or layout details directly.
The skill does not write HTML itself — it always delegates rendering to ui-ux-pro-max.
Slash commands
| Command | File | Purpose |
|---|---|---|
/html-magazine |
commands/html-magazine.md |
Invoke the skill to transform content |
Release process
See RELEASING.md. The only file that needs a version bump is .claude-plugin/plugin.json. Use /release to automate the full flow. Uses semantic versioning: patch for fixes/tweaks, minor for new features/styles, major for breaking changes to the skill interface.
PDF export
python3 scripts/export-pdf.py magazine.html
# Optional flags: --output filename.pdf --width 210 --height 297
# Requires: pip install playwright pypdf && playwright install chromium
Evals
Evaluation test cases are defined in evals/evals.json. Three scenarios cover Editorial (moderate rewrite), Vibrant Lifestyle (full rewrite), and Tech Minimal (light rewrite). Each case has 11–13 assertions checking HTML structure, CSS properties, navigation, and style-specific visual rules.
Style system
Four main styles, each with 5 sub-styles in references/substyles.md. Sub-styles are always randomly selected — never asked of the user, never defaulting to the first option. Each style has a reference file:
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.
- 5d ago First seen · 74 lines · 836 tokens per session scan A 9c0e8197433f
html-magazine CLAUDE.md is an instructions file published in the GitHub repository bluedusk/html-magazine (4 stars, last pushed 5mo ago), licensed MIT. It adds 836 tokens to every session, about $0.0042 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 instructions, from other repositories
SoDam-Prompt-Eng AGENTS.md
AGENTS.md instructions for sodam-ai/SoDam-Prompt-Eng, covering sodam-prompt-eng — 에이전트 가이드 and 원칙.
SoDam-Prompt-Eng CLAUDE.md
Claude Code instructions for sodam-ai/SoDam-Prompt-Eng, a project described as: AI 처음 쓰는 초보자를 위한 한국어 글쓰기 스킬 모음 + 새 스킬 직접 만들기 — Claude Code / Claude.ai / Codex 플러그인 (Apache-2.0).
ContentForge-techshu AGENTS.md
AGENTS.md instructions for teachskillofskills-ai/ContentForge-techshu, covering contentforge — agent context, what this plugin is, how to use it as an agent, canonical entry points and files in this repo.
Storydex AGENTS.md
AGENTS.md instructions for TensorHub-ORG/Storydex, covering storydex 仓库 agent 规则, 修改与安全, 测试、提交与推送 and 分支与 ci.
ship-it open-pr.instructions.md
Instructions for khrichtchatyi/ship-it: When the user asks to open, create, or submit a pull request, follow the skill in skills/open-pr/SKILL.md in full: verify gh is authenticated, resolve the target repository and default branch, push the current branch, open one pull request with a title and body derived from the…
agent-skills CLAUDE.md
Instructions for mindbox-cloud/agent-skills, covering agent-skills — developer guide for claude code, repository purpose, repository structure, how to add a new plugin and step 1 — create the directory structure.