visual-explainer
Installation
SKILL.md
Visual Explainer
Produce an editable MDX/TSX source, export it to self-contained HTML, and verify the result. Use HTML instead of ASCII for substantial diagrams and tables.
Resolve the runtime
Set REPO to the Artifacture checkout before authoring:
- If
../../visual-explainer-mdx/components.tsxexists relative to this file, use the repository two directories above this file. - Otherwise, use
~/.artifacturewhen it containsvisual-explainer-mdx/components.tsxandpackage.json. - If neither exists, clone
https://github.com/theclaymethod/artifactureto~/.artifactureand runnpm install --prefix ~/.artifacture, then resume. Require Node 22 or newer. Do not update an existing runtime as a side effect of generation.
Run every npm run ve:* command from REPO. Sources may live elsewhere; pass absolute paths.