golden-html

A documentation guide for testing the golden_html build, a sample HTML documentation project. It covers setup, API use, troubleshooting, and the changelog.

In plain words
What is it for?
Looking up installation steps, API examples, common errors, and changes in the golden HTML documentation.
Why use it?
It gives the coding agent a reference for the project's documented structure and expected usage.

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

Made for: Claude Code, Codex.

Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 833 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 88% copy Near-identical to another mod 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.00011 $0.00833
Opus 5 $0.00005 $0.00417
Sonnet 5 $0.00002 $0.00167
Haiku 4.5 $0.00001 $0.00083

Measured 3d ago against content hash 742859f6ed30, 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 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

This is a copy

88% identical to golden-epub-kw — 43 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

tests/golden/phase2/html/SKILL.md · 175 lines

How it starts

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

Golden_Html Documentation Skill

Use when testing the html golden build

📋 Document Information

Title: The Web Handbook

Author: Jane Doe

Language: en

Description: A handbook about the web.

Keywords: web, html, docs

💡 When to Use This Skill

Use this skill when you need to:

  • Understand golden_html 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:

  • page: 4 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

Read the full file on GitHub · 175 lines

Files

What ships with it

2 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 · 175 lines · 11 tokens per session scan A 742859f6ed30

Subscribe to this mod's changes

golden-html is a skill published in the GitHub repository yusufkaraaslan/Skill_Seekers (14,878 stars, last pushed 3d ago), licensed MIT. It adds 11 tokens to every session and 833 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to golden-epub-kw, differing in 43 lines, and is treated as a copy.

Related

Other skills, from other repositories