用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/open-doc-spec/ods --skill multi-spec命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Install, run, update, and author with Open Document Spec (`ods`). ODS is the default engine (no --ods flag). Extra specs: --okf (Google OKF v0.2), --skills (Agent Skills). Use ods lsp for JSON-RPC editor support; ods lint / ods lint --okf / ods lint --skills; never use ods okf or ods ods namespaces.
Automated code review and architecture verification skill for engineering teams.
Sequenced pre-commit and engine-quality work: baseline, odc/naming cleanup, schema alignment, edge tests, coverage ≥90%, local CI mirror. Use when making the tree commit-ready or after multi-file engine/CLI changes.
正在显示 SKILL.md
| name | multi-spec |
| description | ODS vs OKF vs Agent Skills flags, key placement, and hybrid workspace rules for the ods CLI. |
| Dialect | Flag | Root marker | Keys home |
|---|---|---|---|
| ODS | (none) | ods.toml spec = "0.1" | specs/ods/keys.md |
| OKF | --okf | okf_version: "0.2" | specs/okf/keys.md |
| Skills | --skills | SKILL.md package | specs/skills/keys.md |
--ods flagods okf / ods skills namespacesods:status is top-level; ODS lifecycle is ods.status — do not conflatespecs.okf.enabled / flagssrc/ods-core/src/spec/schema.rs (not scattered match arms)ods lint
ods lint --okf
ods lint --skills
ods init --okf ./bundle
ods init --skills ./my-skill
ods schema # ODS JSON Schema from registry
ods schema --okf # OKF key list from registry
ods schema --skills
Comparison doc: docs/other-specs/frontmatter-keys-ods-vs-okf.md
CLI surface: docs/other-specs/cli-multi-spec.md
Schema how-to: docs/maintainer/schema-driven-keys.md