Help us improve
Share bugs, ideas, or general feedback.
From llmdoc
Bootstraps or repairs llmdoc/ documentation structure in repos lacking it or with stale/incomplete setups. Inspects root, creates skeleton dirs/files, runs investigations, generates index.md, startup.md, overview.
npx claudepluginhub tokenrollai/llmdoc --plugin llmdocHow 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`.
Manages llmdoc projects: activates for llmdoc/ folders, initializes/updates docs and knowledge, handles architecture/workflows/conventions, integrates Codex CLI hooks.
Organizes project documentation into intent-based structure (BUILD/FIX/UNDERSTAND/LOOKUP) by auditing files and creating directories. Use for new projects, chaotic docs, or navigation issues.
Share bugs, ideas, or general feedback.
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.