Anthropic Skilljar Course Extractor
Step 1: Run the Extraction Script
python3 scripts/extract_course.py \
<skilljar_url> <output_dir>
This produces:
<course-slug>/
├── README.md
├── 01-<section>/
│ ├── 01-<lesson>.md
│ └── ...
└── assets/images/ ← downloaded .webp diagrams
Step 2: Describe Diagrams
For each full-size .webp in assets/images/ (not -medium.webp):
- Use the
Readtool to view it visually - Add a detailed alt-text block and embed with `
[Description truncada. Veja o README completo no GitHub.]