html-magazine CLAUDE.md

html-magazine CLAUDE.md is an instructions file for coding agents from bluedusk/html-magazine. It costs 836 tokens per session, scanned A, original, MIT.

Repository instructions for html-magazine, a Claude Code plugin that turns text, Markdown, or HTML into a self-contained paginated web magazine. It documents the two-layer design, slash command, and release process.

In plain words
What is it for?
Use them when working on the magazine transformation skill, invoking `/html-magazine`, understanding its rendering dependency, or preparing a version release.
Why use it?
They explain which component handles editorial work and which external dependency renders the HTML, reducing the risk of changing the wrong part or releasing incorrectly.

Instructions file

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 instructions/bluedusk/html-magazine/claude-md
Clone the repo
git clone --depth 1 https://github.com/bluedusk/html-magazine

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

agentmods badge for html-magazine CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bluedusk/html-magazine/claude-md.svg)](https://agentmods.dev/instructions/bluedusk/html-magazine/claude-md)
Your own site
<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>
Per session 836 This file is loaded in full into every session.
When invoked 836 The same file — it is already loaded in full.
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.1 $0.00836 $0.00836
Opus 5 $0.00418 $0.00418
Sonnet 5 $0.00167 $0.00167
Haiku 4.5 $0.00084 $0.00084

Measured 5d ago against content hash 9c0e8197433f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

CLAUDE.md · 74 lines

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:

  1. 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.
  2. 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:

Read the full file on GitHub · 74 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. 5d ago First seen · 74 lines · 836 tokens per session scan A 9c0e8197433f

Subscribe to this mod's changes

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.

Related

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-ai/SoDam-Prompt-Eng · 185 tokens

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

sodam-ai/SoDam-Prompt-Eng · 5 tokens

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.

teachskillofskills-ai/ContentForge-techshu · 1,843 tokens

Storydex AGENTS.md

AGENTS.md instructions for TensorHub-ORG/Storydex, covering storydex 仓库 agent 规则, 修改与安全, 测试、提交与推送 and 分支与 ci.

TensorHub-ORG/Storydex · 578 tokens

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…

khrichtchatyi/ship-it · 84 tokens

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.

mindbox-cloud/agent-skills · 1,143 tokens