Quiz
Use when the user asks to be quizzed on — or to verify their understanding of — a PR, commit, branch, diff, spec, plan, or a generated visual-skills doc. Generates a comprehension-check HTML quiz grounded in the real source, and optionally grades free-text answers live in the terminal.
Visual Recap
A Claude skill from scottyroges/visual-skills.
Atlas Review
Use when the atlas drift check (atlas-check.mjs) fails with stamp-stale or grounding problems, or when the user asks to review, verify, or re-sync an existing visual atlas against the current code. Re-reads each changed domain's diff against its atlas page, fixes the prose, re-renders, and re-stamps. Maintenance of an existing atlas only — building or restructuring one is visual-atlas.
Visual Doc
A Claude skill from scottyroges/visual-skills.
Visual Atlas
Use when the user asks to map, document, or "make sense of" a whole codebase's domains and architecture as a standing self-contained HTML atlas — an onboarding map of the system plus per-domain deep-dive/reference pages. For orienting newcomers and as a lookup reference; not a single change (visual-recap), proposal (visual-spec), or plan (visual-doc), but the architecture that already exists.
Visual Spec
Use when the user asks to visualize, render, or "make readable" a design spec / design doc / RFC / proposal as a self-contained HTML page — to get a reader up to speed fast and let them approve it. Covers design docs, RFCs, and spec markdowns (e.g. anything under a docs/ specs folder) grounded in the real document.