From llmdoc
Bootstraps or repairs the llmdoc documentation skeleton in a repository. Automates directory creation, investigation, and initial doc generation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llmdoc:llmdoc-initThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is the Codex-native equivalent of `/llmdoc:init`.
This skill is the Codex-native equivalent of /llmdoc:init.
Use it when:
llmdoc/ yetllmdoc/ tree is incomplete or staleBefore broad exploration, follow the llmdoc operating model:
.llmdoc-tmp/Then execute this workflow:
Inspect the project root.
Create or repair the llmdoc skeleton.
llmdoc/startup.mdllmdoc/must/llmdoc/overview/llmdoc/architecture/llmdoc/guides/llmdoc/reference/llmdoc/memory/reflections/llmdoc/memory/decisions/.llmdoc-tmp/investigations/Run investigation.
Generate the initial stable docs.
llmdoc/index.md as the global doc map.llmdoc/startup.md.llmdoc/overview/project-overview.md.Synchronize llmdoc/index.md.
memory/reflections/ and memory/decisions/ separate from stable docs..llmdoc-tmp/ as part of llmdoc.Summarize what was created and where the startup docs live.
If the repository already contains llmdoc/, read llmdoc/index.md, llmdoc/startup.md, and the listed MUST docs before making broader changes.
npx claudepluginhub tokenrollai/llmdoc --plugin llmdocDefault skill for llmdoc-enabled projects. Guides reading and updating project documentation, loading reference files in order, and enforcing workflow conventions.