- Home
- Skills
- Supercent Io
- Skills Template
- Design System
design-system_skill
- Shell
24
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill supercent-io/skills-template --skill design-system- SKILL.md10.0 KB
Overview
This skill produces production-grade UI designs using clear design tokens, layout rules, motion guidance, and accessibility checks for consistent, scalable frontend development. It outputs token files, page specs, component structures, motion guidelines, and a handoff package ready for engineering. The goal is fast, repeatable design-to-code handoffs with accessibility baked in.
How this skill works
Define a single source of truth: color, typography, spacing, radii, shadows, and breakpoints as tokens. Use a page specification to map hierarchy, responsive behavior, and primary/secondary actions. Generate section-level component structures, motion rules, and an accessibility checklist, then produce a handoff package with component props, variants, and asset links.
When to use it
- Creating production-quality UI for a new product or feature
- Standardizing visual language across screens and teams
- Preparing design handoff artifacts for engineering
- Auditing accessibility and responsive behavior early in design
- Scaling component libraries with consistent tokens and variants
Best practices
- Start with content hierarchy; design follows content priority
- Use an 8px spacing scale and reference tokens for all values
- Limit motion to meaningful transitions with defined durations and easings
- Test layouts mobile-first across defined breakpoints
- Validate contrast, keyboard navigation, and semantic HTML during design
Example use cases
- SaaS landing page: hero, features, pricing, CTA with motion and type scale
- Admin dashboard: 12-column grid, data cards, filters, and responsive tables
- Mobile-first multi-step form: progress indicator, validation states, touch-friendly targets
- Component library creation: tokens, button/input variants, and documentation
- Accessibility audit: contrast checks, focus order, ARIA recommendations
FAQ
Token files (TypeScript or JSON), page specs (YAML), component JSX/TSX snippets, motion CSS, accessibility checklists, and a handoff summary.
How does it ensure accessibility?
It enforces WCAG contrast thresholds, documents keyboard focus behavior, recommends semantic HTML and ARIA usage, and lists verifiable checklist items for designers and engineers.
Can tokens be adapted to an existing brand system?
Yes. Tokens are configurable; swap color and typography values while retaining spacing, radii, and motion scales to preserve consistency.