wize-create-skill · git:20260613.a8c0f41 · 2026-06-13 · sha256 369f8564d418803f
wize-create-skill git:20260613.a8c0f41A
Immutable. This exact content is served forever at /api/v1/blob/369f8564d418803f.
---
name: wize-create-skill
description: "workflow: Create Skill"
---
# Create Skill
# Create Skill
**Goal.** Scaffold a single-step skill in `.wize/custom/skills/{code}/`.
## Inputs (interactive)
- `code`, `name`, `description`
- `owner` (which agent owns this skill)
- `inputs[]`, `outputs[]`
- `body` (the actual skill content / prompt template)
## Outputs
- `.wize/custom/skills/{code}/skill.md`
- IDE adapter regeneration.
## Validation
- Schema (`schemas/skill.schema.json`).
- Markdown lint.
- Dry-run with stub input.