pages
Installation
SKILL.md
Pages — GitHub Pages site scaffolder
Scaffold a complete GH Pages site with no local build step. Content via flatspace flat-file CMS, UI via webjsx + rippleui CDN, GH Actions builds and deploys. Follow the full chain: planning → gm-execute → gm-emit → gm-complete → update-docs.
Stack
| Layer | Tool | How |
|---|---|---|
| UI rendering | webjsx | ES module via importmap, applyDiff for DOM updates |
| Styling | rippleui | CDN <link> — Tailwind-based component classes |
| Content CMS | flatspace | Aggregates content/ → docs/data/*.json at build time |
| Build | GH Actions | npx flatspace runs in CI, commits output to docs/ |
| Hosting | GitHub Pages | Source set to "GitHub Actions" |