hatch3r: Skill for Claude Code

.claude/skills/h4tcher-docusaurus-generator/SKILL.md

h4tcher-docusaurus-generator is a skill for Claude Code from hatch3r/hatch3r. It costs 105 tokens per session (1,772 once invoked), scanned A, original, MIT.

A documentation-site generator for the hatch3r project, which uses Docusaurus, a tool for building websites from documentation files. It rebuilds the site from the project's canonical agents, skills, rules, commands, hooks, and documentation.

In plain words
What is it for?
Use it to build or refresh hatch3r's Docusaurus site and update affected pages from the repository contents.
Why use it?
It keeps the documentation site aligned with the repository's source files instead of requiring pages to be updated by hand.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; mentions Claude Code.

This is hatch3r/hatch3r's own configuration. It tells Claude Code how to work on hatch3r itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything hatch3r configures →

Part of the hatch3r plugin — 59 skills, 33 commands, 2 hooks shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to hatch3r/hatch3r. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hatch3r/hatch3r/main/.claude/skills/h4tcher-docusaurus-generator/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hatch3r/hatch3r

Made for: Claude Code.

Or install hatch3r, the plugin that ships this one along with the rest of its 59 skills, 33 commands, 2 hooks.

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 h4tcher-docusaurus-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/hatch3r/hatch3r/h4tcher-docusaurus-generator/github.svg)](https://agentmods.dev/skills/hatch3r/hatch3r/h4tcher-docusaurus-generator)
Your own site
<a href="https://agentmods.dev/skills/hatch3r/hatch3r/h4tcher-docusaurus-generator"><img src="https://agentmods.dev/badge/skills/hatch3r/hatch3r/h4tcher-docusaurus-generator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for h4tcher-docusaurus-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/hatch3r/hatch3r/h4tcher-docusaurus-generator"><img src="https://agentmods.dev/badge/skills/hatch3r/hatch3r/h4tcher-docusaurus-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,772 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 4 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 14
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 27
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 75
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 93
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.00105 $0.01772
Opus 5 $0.00053 $0.00886
Sonnet 5 $0.00021 $0.00354
Haiku 4.5 $0.00011 $0.00177

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

Security

Grade A, and why

h4tcher-docusaurus-generator 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 10d 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/skills/h4tcher-docusaurus-generator/SKILL.md · 136 lines

How it starts

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

Last updated: 2026-07-06

Docusaurus Generator (hatch3r maintainer skill)

This skill refreshes the hatch3r project's own documentation site, which already exists at website/ (Docusaurus 3.x), by re-deriving its pages from this repository's canonical corpus. It is a framework-dev maintainer tool (hence the h4tcher- prefix per CLAUDE.md), not a generic per-project docs generator and not a lifecycle add/refactor/remove preset. It sources content from agents/, skills/, rules/, commands/, hooks/, and docs/; the only governance source is the public governance/inventory.json (counts).

The site lives in website/ and deploys to docs.hatch3r.com via .github/workflows/deploy-docs.yml on push to main (paths filter: website/**). There is no docs-site/ directory — operate on website/ directly. Do NOT run npx create-docusaurus: the project is already scaffolded; creating a second project is a P4 (Lean Coverage) violation.

Workflow Overview

  1. Analyze the hatch3r repo corpus to identify what each page must reflect
  2. Map corpus sources to the existing website/docs/** page set and website/sidebars.ts
  3. Regenerate the affected pages in place under website/docs/
  4. Build & Preview via the website's own npm scripts

Step 1: Analyze the hatch3r corpus

Scan this repo to identify what each page must reflect:

  • CLI surface: the commands under src/cli/commands/ (mirror the npx hatch3r <cmd> help) → website/docs/reference/commands/cli-commands.md
  • Canonical content: agents/, skills/, rules/, commands/, hooks/ — the artifacts hatch3r ships → the matching website/docs/reference/{agents,skills,rules,hooks}.md pages and reference/commands/agent-commands.md
  • Governance: summarize public-facing governance behavior only, in your own prose, on architecture and guide pages. The sole citable governance source is the public governance/inventory.json (counts). NEVER emit private governance file paths, § numbers, or Decision numbers into public pages — the private governance corpus may exist locally via the overlay, but it is not a citable source for the public site
  • Existing docs: the docs/ directory and README.md (do not duplicate; link or lift)
  • Source-of-truth counts: governance/inventory.json counts — page tallies (agents, skills, rules, commands, hooks) must match it

Read the full file on GitHub · 136 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. 10d ago First seen · 136 lines · 105 tokens per session scan A 5b19eb248d9b

Subscribe to this mod's changes

h4tcher-docusaurus-generator is a skill published in the GitHub repository hatch3r/hatch3r (26 stars, last pushed 5d ago), licensed MIT. It adds 105 tokens to every session and 1,772 once invoked, about $0.0005 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

brief-spec

Classify substantive coding-agent work and shape the full explanation for reviews, explorations, implementations, debugging, planning, research, operations, or general questions. Use when a task begins or clearly pivots; when the user asks Brief-Spec to explain work; or when a Brief-Spec lifecycle hook supplies a type…

luanmorenommaciel/brief-spec · 68 tokens

outcome-brief

Close substantive implementation, investigation, review, or research work with a short, consistently ordered, evidence-backed handoff. Use when a task reaches a terminal outcome; when the user asks what shipped, what changed, what needs attention, or what happens next; or when a host hook requests a valid Brief-Spec…

luanmorenommaciel/brief-spec · 69 tokens

session-checkpoint

Re-orient a long, dense, or interruption-prone agent session without replacing the underlying evidence. Use when the user asks for a recap, orientation, simple teaching explanation, or spoken summary; when a session has accumulated many turns or tool calls; before context compaction; or when a Brief-Spec hook says a…

luanmorenommaciel/brief-spec · 72 tokens

experience-creator

Author runnable OpenExpertise experience files — heterogeneous executable graphs (agent / skill / tool / dataset / experience nodes) backed by a persistent blackboard. Use this skill whenever the user wants to create, write, build, scaffold, or design an OpenExpertise experience: "make an experience for X", "create an…

xingchengxu/OpenExpertise · 166 tokens

wttr-weather

Weather via wttr.in GET (no key). Use for weather/forecast; prefer os.http.request.

AtomicBot-ai/atomic-agent · 25 tokens

app-screenshot-debug

Drive the running termio app via AppleScript / System Events to reach a UI state (focus the window, click a sidebar project, a terminal pane, a control), capture a pixel-accurate screenshot of just that window, and read it back for visual analysis — for diagnosing layout / spacing / alignment / 'this looks ugly'…

termio-sh/termio · 161 tokens