doc-smith-create
Installation
SKILL.md
DocSmith 文档生成
从工作区数据源生成和更新结构化文档。所有输出创建在 .aigne/doc-smith/ workspace 中。
约束
以下约束在任何操作中都必须满足。
1. Workspace 约束
- 所有操作前 workspace 必须存在且有效(config.yaml + sources)
- workspace 有独立 git 仓库,所有 git 操作在
.aigne/doc-smith/下执行 - workspace 不存在时按以下流程初始化:
mkdir -p .aigne/doc-smith/{intent,planning,docs,assets,cache}cd .aigne/doc-smith && git init- 创建 config.yaml(schema 见下方)
- 初始 commit
config.yaml schema: