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.
curl -O https://raw.githubusercontent.com/hatch3r/hatch3r/main/.claude/skills/h4tcher-docusaurus-generator/SKILL.mdgit clone --depth 1 https://github.com/hatch3r/hatch3rWrote 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/skills/hatch3r/hatch3r/h4tcher-docusaurus-generator)<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.
<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>- NVIDIA SkillSpector warn
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]
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.00105 | $0.01772 |
| Opus 5 | $0.00053 | $0.00886 |
| Sonnet 5 | $0.00021 | $0.00354 |
| Haiku 4.5 | $0.00011 | $0.00177 |
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.
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
- Analyze the hatch3r repo corpus to identify what each page must reflect
- Map corpus sources to the existing
website/docs/**page set andwebsite/sidebars.ts - Regenerate the affected pages in place under
website/docs/ - 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 thenpx hatch3r <cmd>help) →website/docs/reference/commands/cli-commands.md - Canonical content:
agents/,skills/,rules/,commands/,hooks/— the artifacts hatch3r ships → the matchingwebsite/docs/reference/{agents,skills,rules,hooks}.mdpages andreference/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 andREADME.md(do not duplicate; link or lift) - Source-of-truth counts:
governance/inventory.jsoncounts— page tallies (agents, skills, rules, commands, hooks) must match it
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.
- 10d ago First seen · 136 lines · 105 tokens per session scan A 5b19eb248d9b
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.
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…
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…
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…
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…
wttr-weather
Weather via wttr.in GET (no key). Use for weather/forecast; prefer os.http.request.
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'…