con un clic
llmdoc-init
// Codex-native entry skill for bootstrapping llmdoc. Use this when you want the /llmdoc:init workflow in Codex.
// Codex-native entry skill for bootstrapping llmdoc. Use this when you want the /llmdoc:init workflow in Codex.
Default operating skill for llmdoc-enabled projects. Use when a project has llmdoc/, when initializing llmdoc, when updating project knowledge, or when Codex CLI hooks should reinforce the workflow.
Codex-native entry skill for keeping tracked llmdoc docs current with the repository. Use this when you want the /llmdoc:update workflow in Codex.
| name | llmdoc-init |
| description | Codex-native entry skill for bootstrapping llmdoc. Use this when you want the /llmdoc:init workflow in Codex. |
| disable-model-invocation | false |
| allowed-tools | Read, Glob, Grep, Bash, Write, Edit, WebSearch, WebFetch |
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.