From llm-wiki-curator
Maintains docs/ in the Karpathy-style LLM-wiki standard. Generates docs/llms.txt (flat machine-readable index conforming to llmstxt.org), validates broken links, enforces a minimum front-matter in new .md files (title, status, updated, related), groups orphan docs. Use when the user says "update docs index", "generate llms.txt", "audit docs", "organize wiki", "cure documentation", or after adding/renaming a file in docs/.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-wiki-curator:llm-wiki-curatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Applies Karpathy's philosophy of LLM-first docs-as-code: flat, link-rich, no decorative prose, with predictable headers for indexing by agents.
Applies Karpathy's philosophy of LLM-first docs-as-code: flat, link-rich, no decorative prose, with predictable headers for indexing by agents.
Every file in docs/**/*.md (except adr/ and llms.txt) must start with:
---
title: <short human title>
status: draft | active | deprecated | superseded-by:<path>
updated: YYYY-MM-DD
related: [<path1>, <path2>]
---
docs/llms.txtbash .Codex/skills/llm-wiki-curator/scripts/build-index.sh
Output: docs/llms.txt in llmstxt.org format — project H1, short blockquote, sections by docs/ subdirectory, each item - [Title](relative-path): one-liner.
bash .Codex/skills/llm-wiki-curator/scripts/audit.sh
Reports:
deprecated status still linked from active docsactiveEdit front-matter status: active and run build-index.sh to republish.
related: to neighbors.## Eval section — how to confirm it works.docs/adr/ — they use their own template (date + immutable decision).CHANGELOG.md — follows Keep-a-Changelog, out of scope.Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Runs a structured interview session to sharpen plans or designs, producing ADRs and a glossary as output.
Applies curated color/font themes to slides, docs, and HTML artifacts. Includes 10 preset themes and can generate custom themes on demand.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin llm-wiki-curator