一键导入
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 页面并帮你完成安装。
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.
基于 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.