From llmdoc
Default skill for llmdoc-enabled projects. Guides reading and updating project documentation, loading reference files in order, and enforcing workflow conventions.
How 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.
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.mdreferences/lessons-learned.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/..llmdoc-tmp/ is a local temporary context cache. It may help nearby sessions, but it is ignored by git, not indexed, and not a source of truth.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.
npx claudepluginhub tokenrollai/llmdoc --plugin llmdocBootstraps or repairs the llmdoc documentation skeleton in a repository. Automates directory creation, investigation, and initial doc generation.
Manages .maister/docs/ directory: file operations, INDEX.md generation, CLAUDE.md integration for project docs and standards. Internal; invoked by maister:init, standards-update, standards-discover.
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.