원클릭으로
llmdoc-init
Codex-native entry skill for bootstrapping llmdoc. Use this when you want the /llmdoc:init workflow in Codex.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Codex-native entry skill for bootstrapping llmdoc. Use this when you want the /llmdoc:init workflow in Codex.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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/state/sync.md.llmdoc-tmp/investigations/llmdoc/state/sync.md (template in skills/llmdoc/references/templates.md): set watermark-commit to $(git rev-parse HEAD), so the first llmdoc-update has a valid anchor. Skip this in a non-git project. llmdoc/state/sync.md is machine-managed state, not knowledge: never index it or add it to startup.md/must/.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.
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 using commit-based change detection. Use this when you want the /llmdoc:update workflow in Codex.