agentsclimarketplace

Design system

Skill Neznakometz/StackForge/ui/skills/design-system

Design system and tokens for web UI — colours, typography, spacing, themes, components. Apply when styling, building components, and working with themes.From its SKILL.md

Install
npx -y skills add Neznakometz/StackForge --skill design-system

Assembled 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.

SKILL.md

1.1 KB, 234 tokens by cl100k_base, 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, scout the 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-a11y skill).
  • Start from ready-made tokensui/templates/tokens.css + the design-tokens skill; numeric scales — visual-craft.

External installable skills reinforce this layer: shadcn-ui (project-aware generation from components.json), web-design-guidelines (UI audit against 100+ rules), canvas-design (posters/covers/infographics in code). Installed separately via npx skills / /plugin.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.