$npx -y skills add enjalot/moonshine --skill stillScaffold an opinionated Vite + React + Velite project for a moonshine article — markdown prose with custom React figures, hot-reloading, single-article or series mode. Use when the user wants a structured multi-file interactive explanation rather than a single self-contained HTML
| 1 | # Still — Scaffold a Structured Moonshine Article Project |
| 2 | |
| 3 | Use this skill to bootstrap a structured moonshine project. The user invokes it as `$still` or `$still <topic>`; Claude Code surfaces it as `/moonshine:still`. This is the single still entry point in every harness. |
| 4 | |
| 5 | ## Workflow |
| 6 | |
| 7 | 1. **Load context in order.** |
| 8 | - Read `../moonshine/SKILL.md` for the editorial process and anti-slop rules. |
| 9 | - Read `../moonshine/STILL.md` for the project structure, directive grammar, registry pattern, store, and React Flow guidance. |
| 10 | - Reference `../moonshine/VISUALS.md` for visualization patterns inside figure components (its "In a still project" preamble covers the substrate differences). |
| 11 | - The palette and type stack live in the template itself: `src/styles/tokens.css` is the source of truth. `../moonshine/ARTICLE.md` is the shine reference — don't take scaffold or series structure from it. |
| 12 | - `../moonshine/FEEDBACK.md` when working with the authorship-feedback loop (comments from the rendered page). |
| 13 | |
| 14 | 2. **Story discovery first.** Follow the moonshine `SKILL.md` workflow — story discovery comes before code. Do not skip to scaffolding. |
| 15 | |
| 16 | 3. **Bootstrap and iterate** per `STILL.md` § "Workflow When Building an Article With This Skill" — that section is canonical for the project bootstrap (template copy with artifact excludes, background `npm install`, `moonshine.meta.json` with the article's title/intent/session id, dev server startup and URL reporting), the per-figure iteration loop, and series-vs-single-article guidance. The template lives at `../moonshine/template/`. Don't skip the meta file — it's what the moonshine directory (`directory/` in the plugin repo) uses to index the article and link it back to this conversation. |
| 17 | |
| 18 | ## Anti-slop |
| 19 | |
| 20 | Editorial tone and anti-slop rules from `../moonshine/SKILL.md` still apply. This is an article, not a dashboard. |