tertiary-learner-guide

Installation
SKILL.md

WSQ Learner Guide (Markdown + DOCX, aligned)

Single-source generator: author content once in the block DSL; it emits both LEARNER-GUIDE.md (repo root) and courseware/<course> Learner Guide.docx. Template: make_learner_guide.py (uses prodoc.py).

How to use

  1. Edit make_learner_guide.py: set REPO, TITLE, VERSION, VERSIONS, and the content blocks B.
  2. Use the helpers: h1/h2/h3, p, steps, bullets, code, table, note, rule, plus ("img", path, caption) for workflow screenshots.
  3. Run python3 make_learner_guide.py. The MD and DOCX are generated from the same B, so they stay aligned.
  4. Each activity should embed its workflow screenshot right after the "Goal" section (the generator does this via insert_images).

Content rules

  • Detailed step-by-step for every activity (numbered steps), a Goal, a What you'll build node flow, and a Test it box.
  • A 0. Before You Start setup section: accounts/API keys table, run-n8n (cloud + local Docker), credentials, and a GitHub download link for the workflows.
  • A Troubleshooting cheat-sheet and a Glossary table.
  • Keep the MD and DOCX content identical (single source).

House format — Tertiary Infotech Academy Pte Ltd (WSQ)

Installs
1
GitHub Stars
2
First Seen
Sep 4, 2026
tertiary-learner-guide — alfredang/skills