workshop-handson

Plan hands-on workshops, GameDays, and Immersion Days with participant exercises and labs.

3|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/gilinachum/youtube-storyteller --skill workshop-handson-gilinachum
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workshop-handson
Source: https://github.com/gilinachum/youtube-storyteller/tree/main/agent/knowledge/workshop-handson
Command: npx skills add https://github.com/gilinachum/youtube-storyteller --skill workshop-handson-gilinachum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Designing a hands-on technical workshop is very different from preparing a presentation, and common mistakes like too much lecture, untested exercises, or missing infrastructure planning can ruin the participant experience. ## Core Features & Use Cases - Session Structure Design: Alternate instruction blocks with exercises and debriefs, with guidance on pacing, timing, and buffer time. - Exercise & Infrastructure Planning: Progressive difficulty exercises, pre-check scripts, backup environments, and helper ratio recommendations. - AWS-Specific Formats: Dedicated guidance for AWS GameDays (team scoring, failure injection) and Immersion Days (lab-heavy mix, Workshop Studio provisioning). - Use Case: You need to run a half-day AWS Immersion Day for 30 customer engineers. Use this Skill to produce a full agenda with exercise blocks, a facilitator guide, a prerequisites email, and a day-of checklist. ## Quick Start Plan a 4-hour hands-on AWS workshop for 20 participants where they build and deploy a serverless application.

Frequently Asked Questions about workshop-handson

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a hands-on technical workshop?▼

Start by defining 3-5 learning outcomes describing what participants will do, then design progressive exercises with clear success criteria. Plan infrastructure and prerequisites early, build a facilitator guide with timing, and run a full dry-run on a clean environment before the event.

How to structure an AWS GameDay event?▼

Organize teams of 3-5 with mixed skill levels, use a competitive scoring dashboard, and inject failures progressively from easy to hard. Offer a hint system with score penalties and hold a thorough debrief sharing intended solution paths.

What is the right lecture-to-lab ratio for an Immersion Day?▼

An Immersion Day typically runs 4-6 hours with roughly 30% lecture and 70% hands-on labs. Use AWS Workshop Studio for account provisioning and end with a discussion on how the content applies to the participants' own environment.

How many helpers do I need for a hands-on workshop?▼

Plan for at least one helper per 8-10 participants. Helpers should circulate during exercises, watch for confused faces rather than waiting for raised hands, and escalate issues affecting 3 or more people to the whole room.

Why do workshop exercises fail on participant machines?▼

Exercises often fail due to untested assumptions about operating systems, permissions, or network conditions, and dependencies that were never version-pinned. Always test on a clean machine, provide a pre-check script, and keep a pre-provisioned backup environment ready.