home / skills / a5c-ai / babysitter / tutorial-systems
/plugins/babysitter/skills/babysit/process/specializations/game-development/skills/tutorial-systems
This skill guides new users through onboarding and hints to accelerate learning and productive setup in tutorials.
npx playbooks add skill a5c-ai/babysitter --skill tutorial-systemsReview the files below or copy the command above to add this skill to your agents.
---
name: tutorial-systems
description: Tutorial skill for hints and onboarding.
allowed-tools: Read, Grep, Write, Bash, Edit, Glob, WebFetch
---
# Tutorial Systems Skill
Player onboarding systems.
This skill provides a compact tutorial and onboarding system for agent-driven development workflows. It supplies contextual hints, step-by-step onboarding flows, and lightweight guidance to help users learn and adopt automated orchestration patterns. Designed to integrate with babysitter-style orchestration, it focuses on clarity, resumability, and trustworthiness.
The skill exposes modular tutorial flows that present progressive hints and checkpoints as users interact with an agentic workflow. It watches execution state and offers targeted tips or next steps when tasks stall or when users request help. Flows are deterministic and resumable so users can pause and return without losing context.
Can users skip steps and resume later?
Yes. Flows support checkpoints and deterministic state so users can skip ahead or pause and resume without losing context.
Does the skill interfere with agent execution?
No. It observes state and offers non-intrusive guidance. It does not alter core orchestration logic unless explicitly configured to do so.