From moonshine
Scaffolds a Vite + React + Velite project for moonshine articles with markdown prose, custom React figures, hot-reloading, and single-article or series mode. Use when the user wants a structured multi-file interactive explanation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/moonshine:stillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
Load context in order.
../moonshine/SKILL.md for the editorial process and anti-slop rules.../moonshine/STILL.md for the project structure, directive grammar, registry pattern, store, and React Flow guidance.../moonshine/VISUALS.md for visualization patterns inside figure components (its "In a still project" preamble covers the substrate differences).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.../moonshine/FEEDBACK.md when working with the authorship-feedback loop (comments from the rendered page).Story discovery first. Follow the moonshine SKILL.md workflow — story discovery comes before code. Do not skip to scaffolding.
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.
Editorial tone and anti-slop rules from ../moonshine/SKILL.md still apply. This is an article, not a dashboard.
npx claudepluginhub enjalot/moonshine --plugin moonshineInitializes React + TypeScript projects with Vite, Tailwind CSS, and shadcn/ui; bundles into single self-contained HTML artifacts for Claude.ai.
Generates and validates VitePress configuration files for technical documentation sites. Useful when setting up or modifying VitePress project settings.
Builds elaborate multi-component Claude.ai HTML artifacts using React, Tailwind CSS, shadcn/ui, TypeScript, and Vite. For complex UIs needing state, routing, or shadcn components.