futurism-designlisted
Install: claude install-skill Stoica-Mihai/claude-skills
# Futurism Design System
A web design language: **Italian-Futurist energy, restrained editorial execution.**
Motion, diagonals, one red, bold italic display — on warm paper (light) or warm
carbon (dark).
Use this skill to produce UI that obeys the system instead of generic AI styling.
The look is fully specified; your job is to apply it faithfully.
## How to apply
1. **Reuse the stylesheet — do not re-derive it.** The complete kit lives in
`assets/futurism.css`. Link or inline it; never hand-rewrite the tokens or
component CSS. Behaviour for interactive parts is in `assets/futurism.js`.
2. For a single self-contained file (artifact, demo), inline both assets.
3. For a project, copy `assets/futurism.css` + `assets/futurism.js` in and
import them once at the root. Both headers carry a **version stamp** — keep
it in the vendored copy. To check for or apply an upgrade, compare that stamp
against the plugin's `CHANGELOG.md` (one line per version) and read only the
newer entries — don't diff the kit files; a kit update is a wholesale
re-vendor either way.
4. When you need exact values or component markup, read the references:
- `references/tokens.md` — color/spacing/type/motion tokens + the `:root`
and `[data-theme="dark"]` blocks.
- `references/components.md` — copy-paste HTML for every component, with the
classes and the small JS hooks they need.
5. Default theme is **light**. Enable dark by setting `data-theme="dark"` on the
root eleme