wize-create-skill · git:20260613.a8c0f41 · 2026-06-13 · sha256 832f65caf2ea72ca
wize-create-skill git:20260613.a8c0f41A
Immutable. This exact content is served forever at /api/v1/blob/832f65caf2ea72ca.
---
description: "workflow: Create Skill"
globs:
alwaysApply: false
---
# 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.