# Interactive Tutorial Builder

> Generate a focused tutorial with goals, exercise inputs, expected outputs, and checkpoints for any Skill; use when teaching or onboarding someone to a Skill.

- Skill: `quantumquirkxyz/interactive-tutorial-builder` (Agent Skill)
- Install (CLI): `npx skillmds@latest add quantumquirkxyz/interactive-tutorial-builder`
- Raw SKILL.md: https://api.skillmd.com/api/skills/quantumquirkxyz/interactive-tutorial-builder/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: quantumquirkxyz (https://skillmd.com/u/quantumquirkxyz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/quantumquirkxyz/interactive-tutorial-builder

---


# Interactive Tutorial Builder

## Contract

- Input: a Skill name and learner context.
- Output: learning goals, exercise, expected outputs, checkpoint, and response space.
- Boundary: generate instructional scaffolding; the learner remains responsible for executing the Skill.

Run `node .agents/skills/platform/skill-lab.mjs tutorial <skill-name>`. Adapt the generated exercise to the learner's context, keep the target Skill's stop condition intact, and require evidence at the checkpoint.

