| name | wiki-promote |
| description | Draft an executable skill from wiki procedure/decision atoms. Writes to skills/_drafts/ only — user reviews before merging into skills/ and install.sh. Not for capture, query, or auto-installing skills. |
| disable-model-invocation | true |
wiki-promote
Compile data-layer SOPs into control-layer skill drafts. Read supporting/promote.md.
Steps
wiki status — stop if unbound.
- User provides topic name or atom paths (e.g. ingest workflow).
wiki search "<topic>" --limit 10 + wiki peek procedure/decision atoms.
- Draft
skills/_drafts/<slug>/SKILL.md with:
- YAML frontmatter (
name, description, disable-model-invocation: true)
- Numbered steps, stop conditions,
wiki CLI commands to run
- Show draft path to user. Do not symlink or run
install.sh.
- Tell user: review → move to
skills/<slug>/ → bash install.sh.
Input
- Topic slug or list of source atom paths.
Output
Stop
- Draft written, or insufficient source atoms (suggest
/wiki-write capture first).