Design system
Thin core + domain sets for a fast, stack-aware project start. Cross-agent (Claude Code, Cursor, Codex, Gemini) via the SKILL.md standard. MIT.
npx -y skills add Neznakometz/StackForge --skill design-systemAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Design system and tokens for web UI — colours, typography, spacing, themes, components. Apply when styling, building components, and working with themes.
SKILL.md
1.1 KB, as published. Nobody here has run it
Design System
- Tokens only. Colours, spacing, radii, shadows, typography, durations — from the design system's tokens, not magic values in components. Hardcoded hex/px is a review bug.
- Themes. If dark mode is supported, every component has a variant; check both.
- Check whether it already exists. Before creating a component,
scoutthe component library; don't breed duplicates. - Component states consistent with the design spec: default/hover/pressed/disabled/loading.
- Contrast and sizes follow accessibility (the
web-a11yskill). - Start from ready-made tokens —
ui/templates/tokens.css+ thedesign-tokensskill; numeric scales —visual-craft.
External installable skills reinforce this layer:
shadcn-ui(project-aware generation fromcomponents.json),web-design-guidelines(UI audit against 100+ rules),canvas-design(posters/covers/infographics in code). Installed separately vianpx skills//plugin.