golden-html-multi

A reference for a multi-file HTML document, meaning a web document split across two HTML source files. It covers an introduction, extra material, setup, API usage, troubleshooting, and a changelog.

In plain words
What is it for?
Learning the web document's subject, checking setup and API instructions, finding common-error guidance, reviewing examples, and reading change history.
Why use it?
It brings related content from multiple files into one searchable reference.

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/yusufkaraaslan/skill_seekers/html_multi
Any agent
npx skills add yusufkaraaslan/Skill_Seekers --skill html_multi
Clone the repo
git clone --depth 1 https://github.com/yusufkaraaslan/Skill_Seekers

Made for: Claude Code, Codex.

Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 852 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.00014 $0.00852
Opus 5 $0.00007 $0.00426
Sonnet 5 $0.00003 $0.00170
Haiku 4.5 $0.00001 $0.00085

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

Security

Grade A, and why

golden-html-multi 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 3d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

tests/golden/phase2/html_multi/SKILL.md · 171 lines

How it starts

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

Golden_Html_Multi Documentation Skill

Use when testing the multi-file html build

📋 Document Information

Title: The Web Handbook

Source files: 2 HTML files

💡 When to Use This Skill

Use this skill when you need to:

  • Understand golden_html_multi concepts and fundamentals
  • Look up API references and technical specifications
  • Find code examples and implementation patterns
  • Review tutorials, guides, and best practices
  • Explore the complete documentation structure

📖 Section Overview

Total Sections: 4

Content Breakdown:

  • intro: 2 sections
  • extras: 2 sections

🔑 Key Concepts

Main topics covered in this documentation

Major Topics:

  • Getting Started Guide
  • Troubleshooting

Subtopics:

  • Installation Steps
  • API Usage
  • Common Errors
  • Changelog

⚡ Quick Reference

Common documentation patterns found:

Changelog (1 sections):

  • Changelog (section 4)

Getting Started (1 sections):

  • Getting Started Guide (section 1)

Troubleshooting (1 sections):

  • Troubleshooting (section 3)

Usage (1 sections):

  • API Usage (section 2)

📝 Code Examples

High-quality examples extracted from documentation

Bash Examples (1)

Example 1 (Quality: 6.0/10):

pip install thing

Python Examples (2)

Example 1 (Quality: 9.5/10):

def long_example():
    x0 = 0
    x1 = 1
    x2 = 2
    x3 = 3
    x4 = 4
    x5 = 5
    x6 = 6
    x7 = 7
    x8 = 8
    x9 = 9
    x10 = 10
    x11 = 11
    x12 = 12
    x13 = 13
    x14 = 14
    x15 = 15
    x16 = 16
    x17 = 17
    x18 = 18
    x19 = 19
    x20 = 20
    x21 = 21
    x22 = 22
    x23 = 23
    x24 = 24
    x25 = 25
    x26 = 26
    x27 = 27
    x28 = 28
    x29 = 29
    x30 = 30
    x31 = 31
    x32 = 32
    x33 = 33
    x34 = 34
    x35 = 35
    x36 = 36
    x37 = 37
    x3
...

Example 2 (Quality: 8.5/10):

print('hello')

📊 Table Summary

2 table(s) found in document

From section: Getting Started Guide

Read the full file on GitHub · 171 lines

Files

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.

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. 3d ago First seen · 171 lines · 14 tokens per session scan A 281eb9af16e9

Subscribe to this mod's changes

golden-html-multi is a skill published in the GitHub repository yusufkaraaslan/Skill_Seekers (14,878 stars, last pushed 3d ago), licensed MIT. It adds 14 tokens to every session and 852 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories