用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/open-doc-spec/ods --skill release-docs命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | release-docs |
| description | Keep guide, site, skill, llms.txt, and CHANGELOG in sync after spec or CLI surface changes. |
When specs/**, CLI flags, key placement, or user-facing error catalog change:
src/ods-core/src/spec/schema.rs in the same change set
1b. Error catalog — if CLI/lifecycle messages changed: src/ods-core/src/error/messages.rs + docs/guide/07-troubleshooting-and-diagnostics.md + skill error directivespecs/{ods,okf,skills}/ consistent indexesdocs/guide/* links and summaries (no forked key rules)specs, not old flat paths; archive plans under docs/plan/archive/app-web Layout nav, sitemap, spec.astro default entry, redirectsskills/ods/SKILL.md + skills/ods/references/*AGENTS.md, .agents/rules if product locks changedapp-web/public/llms.txt entrypoints (intro + keys first)src/scripts/install.* is source of truth; sync app-web/public/ + skills/ods/scripts/# from repo root
grep -RInE 'SPEC\.md|resources-and-code|/spec/spec|non-goals\.md' \
--include='*.md' --include='*.astro' --include='*.ts' --include='*.txt' \
docs app-web/src app-web/public skills AGENTS.md README.md || true
# Do not teach export-as-routine-context or missing flags
grep -RInE 'export graph.*token|related.*chains.*context' skills/ods README.md docs/guide || true
After skill edits: confirm ods skill install bundle in skill_command.rs still lists current references/*.
ods lint
cd app-web && npm run build