wds-7-design-system

Create, import, browse, and maintain design system components and tokens.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/ArchaonHW/MingGoRTS --skill wds-7-design-system-archaonhw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wds-7-design-system
Source: https://github.com/ArchaonHW/MingGoRTS/tree/main/.agents/skills/wds-7-design-system
Command: npx skills add https://github.com/ArchaonHW/MingGoRTS --skill wds-7-design-system-archaonhw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Design systems drift into inconsistency when components are created ad hoc without duplicate detection, token governance, or visual verification. This Skill provides a menu-driven workflow to build, import, browse, and maintain a living design system with structured component specs and design tokens. ## Core Features & Use Cases - Create with Duplicate Detection: Runs a 7-step assessment pipeline (scan, compare attributes, calculate weighted similarity, identify opportunities and risks, present decision) before creating, updating, or adding variants to components. - Import Existing Systems: Extracts tokens (colors, typography, spacing, shadows, breakpoints, motion) and components from URLs, token files, Figma, or existing codebases into WDS markdown format. - Visual Browsing and Preview: Generates disposable localhost apps with a token explorer, component catalog, relationship graph, and intent-based search, plus Figma sync for visual editing. - Use Case: A designer adding a new navigation button gets a similarity score against existing buttons, a trade-off table (reuse vs variant vs new component), and a recommendation before any file is written. ## Quick Start Ask the agent to start Phase 7 design system and choose Create to build a new component with duplicate detection.

Frequently Asked Questions about wds-7-design-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a design system component with duplicate detection?

Choose the Create activity, which scans existing components, compares visual, functional, behavioral, and contextual attributes, then calculates a weighted similarity score. Based on the score, you decide to reuse, add a variant, or create a new component.

How to import an existing design system into WDS format?

Use the Import activity and provide a source: a documentation URL, a token export file (JSON, CSS custom properties, SCSS), a Figma file, or an existing codebase. The workflow extracts tokens and components, then generates design-tokens.md and per-component markdown files.

Can I browse design tokens and components visually?

Yes, the Browse activity generates a disposable localhost app with a filterable token explorer, component catalog, token-component relationship graph, and natural-language intent search. The app is regenerated from current data each time and discarded afterward.

Does the design system workflow integrate with Figma?

Yes, the Edit activity pushes selected components to Figma via MCP integration or export files, waits for your visual edits, then diffs and syncs approved changes back into the WDS specification files with validation.

What happens when two components are very similar?

The workflow presents a trade-off table comparing reuse, variant, and create-new options with opportunities, risks, and severity ratings. You make the final decision; borderline similarity scores include both perspectives and an AI recommendation.