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:
internal/r1skill/wizard/wizard.gobuilds a minimal skill IR andSkillAuthoringDecisionssession.internal/r1skill/wizard/adapter/supportsr1-markdown-legacy,openapi,zapier, andcodex-toml.internal/r1skill/interp/nodes/ask_user.goadds the operator/headless primitive with constitution-forced interactivity support.internal/r1skill/wizard/ledgerlink/nodes.goregistersskillauthoringdecisionsas a ledger node type.internal/r1skill/wizard/ledgerlink/writer.gopersists source, IR, proof, and session refs into the ledger graph.
Outputs written by r1 wizard run:
<skill-id>.r1.json<skill-id>.proof.json<skill-id>.decisions.json- optional
skillauthoringdecisionsledger node plus referenced source / IR / proof artifacts when--ledger-diris supplied
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
- AGENTIC-API-CATALOG.md
- AGENTIC-API.md
- ANTI-TRUNCATION.md
- ARCHITECTURE.md
- BEACON-PRIMITIVES.md
- BEACON-PROTOCOL.md
- BUSINESS-VALUE.md
- DEPLOYMENT.md
- FEATURE-MAP.md
- HOW-IT-WORKS.md
- MIGRATION-MARKDOWN-TO-DETERMINISTIC.md
- README.md
- ROADMAP.md
- SKILL-WIZARD.md
- SKILLS-DETERMINISTIC.md
- TRUST-LAYER.md
- anti-deception-matrix.md
- bench-corpus-format.md
- bench-swebench.md
- benchmark-stance.md
- browser-executor.md
- deploy-executor.md
- gates-yaml.md
- harness-architecture.md
- mcp-security.md
- operator-guide.md
- provider-pool.md
- r1-serve.md
- s6-deprecation-closures.md
- stoke-agent-serve.md
- stoke-protocol.md
- stoke-spec-final.md
- trustplane-integration.md
- upgrades-sow-verification.md
- wave-a-wal.md
- wave-b-receipts-honesty.md
- wave-b-wal.md
- wave-c-wal.md
- wave-d-expansion.md
- websearch.md