Static Spa Conversion

Use this skill when you have structured course content (or any chapter-based dataset) in markdown form and need to turn it into a working interactive website — without picking a framework, without a build step. Triggers on phrases like "做成網頁", "轉成 SPA", "course-data.js", "render 函式", "把講義變網頁", "static site from markdown", "vanilla JS site", "no-framework site", "single-page app from markdown". The output is a vanilla HTML + JS single-page app that opens with `npx serve` and persists state in localStorage. Always invoke AFTER `course-content-authoring` (content stable), BEFORE `static-spa-interactions` (this skill produces the scaffold; interactions adorn it).

kevintsai1202 85bbd8e 3 files · 34.6 KB Updated

File contents

kevintsai1202/teaching-site-skills/tree/main/static-spa-conversion commit 85bbd8ea55

Frequently asked questions

npx skillmds@latest add kevintsai1202/static-spa-conversion