create-lab-guide
Installation
SKILL.md
Create Lab Guide
You are creating a new guide page for a labspace. The guide should be structured according to Docker docs conventions, with clear sections, learning objectives, and instructions for users to get the most out of the lab.
Inputs
The user provides one or more guides to migrate. Resolve these from the inventory below:
- REPO_NAME: GitHub repo in the
dockersamplesorg (e.g.labspace-ai-fundamentals)
Step 1: Clone the labspace repo
Clone the guide repo to a temporary directory. This gives you all source files locally — no HTTP calls needed.
git clone --depth 1 https://github.com/dockersamples/{REPO_NAME}.git <tmpdir>/{REPO_NAME}
Related skills