Help us improve
Share bugs, ideas, or general feedback.
From llmdoc
Manages llmdoc projects: activates for llmdoc/ folders, initializes/updates docs and knowledge, handles architecture/workflows/conventions, integrates Codex CLI hooks.
npx claudepluginhub tokenrollai/llmdoc --plugin llmdocHow this skill is triggered — by the user, by Claude, or both
Slash command
/llmdoc:llmdocThis 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 operating system for `llmdoc` projects.
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.
Updates, refreshes, optimizes, and cleans up CLAUDE.md by exploring codebase, removing stale content, and restructuring for scannability. Use when docs are out of sync.
Creates or updates CLAUDE.md following best practices: WHAT/WHY/HOW structure, 30-300 line limits, progressive disclosure with doc references, pointers over copies, verified commands.
Share bugs, ideas, or general feedback.
This skill is the operating system for llmdoc projects.
Use it whenever:
llmdoc/SessionStart or Stop hooks to reinforce the workflowRead these references in order:
references/design-goals.mdreferences/operating-protocol.mdreferences/doc-structure.mdreferences/update-and-memory.mdThen load only the specific extras you need:
references/templates.md for document templatesreferences/codex-cli-hooks.md for Codex CLI hook supportllmdoc/index.md, then llmdoc/startup.md, then the MUST files it lists.guides/ and memory/reflections/ before non-trivial edits.worker, aligns with the user before non-trivial edits./llmdoc:update..llmdoc-tmp/, not llmdoc/memory/.recorder owns stable docs, memory/decisions/, and memory/doc-gaps.md. reflector owns memory/reflections/.Codex CLI SessionStart and Stop hook support lives here:
references/codex-cli-hooks.mdtemplates/codex-hooks.jsontemplates/session-start.shtemplates/stop.shUse hooks to reinforce the workflow, not to replace judgment.