Skill Wizard

Skill Wizard

The deterministic skill wizard converts source artifacts into canonical *.r1.json skills plus compile proofs and a decision ledger.

Primary commands:

r1 wizard run --from ./legacy-skill.md --source-format r1-markdown-legacy --mode headless --out-dir ./out --ledger-dir ./.r1/ledger --mission-id skill-migrate
r1 wizard migrate --source-dir ./old-skills --source-format codex-toml --output-dir ./out --mode headless
r1 wizard register --skill ./out/my-skill.r1.json --proof ./out/my-skill.proof.json
r1 wizard query --ledger-dir ./.r1/ledger --session-id skill_authoring_decisions-1234abcd --question-prefix caps.

Current implementation:

Outputs written by r1 wizard run:

r1 wizard register installs reviewed outputs under skills/<skill-id>/skill.r1.json and skills/<skill-id>/skill.r1.proof.json, which makes the deterministic registry load path explicit and repeatable.

This is the operator on-ramp for the deterministic-skill substrate added in PR #34.

Pages in this directory