用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill docs-sync命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | docs-sync |
| description | > Use when this capability is needed. |
Synchronizes documentation with implementation after /speckit.implement completes.
This skill automatically updates documentation to reflect the implemented features. It:
docs-sync uses HTML comment markers to delineate auto-generated sections:
<!-- speckit:start:section-name -->
Auto-generated content here
<!-- speckit:end:section-name -->
Content outside these markers is preserved exactly as-is.
The skill outputs a DocsSyncResult showing:
This skill runs automatically after /speckit.implement. You can also run it manually:
npx skills run docs-sync
| Code | Status | Meaning |
|---|---|---|
| 0 | Success | All updates successful |
| 1 | Partial | Some updates failed |
| 3 | Error | Required files missing |
| Section | Marker | Content Source |
|---|---|---|
| Usage | <!-- speckit:start:usage --> | spec.md user stories |
| Installation | <!-- speckit:start:installation --> | plan.md dependencies |
| Features | <!-- speckit:start:features --> | spec.md functional requirements |
| Section | Marker | Content Source |
|---|---|---|
| Unreleased | <!-- speckit:start:unreleased --> | tasks.md completed tasks |
Converted and distributed by TomeVault — claim your Tome and manage your conversions.