Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Skill: Spectrum design tokens and component schemas, zero config. Uses the embedded Spectrum snapshot via the design-data CLI.

Install to Claude Code

/plugin install design-data@spectrum-design-data

Run in Claude Code. Add the marketplace first with /plugin marketplace add adobe/spectrum-design-data if you haven't already.

README.md

Note: for Spectrum 2 token data has been graduated to the main branch. If you need access to the S1 data, use the s1-legacy branch and v12.x.x packages on NPM.

The Spectrum token visualizer shows the token data for S1. For Spectrum 2 data, use opensource.adobe.com/spectrum-design-data/s2-visualizer/.

Spectrum Tokens Monorepo

This repo uses:

Packages in this monorepo:

Core Packages

Design Data

  • Spectrum Design Data the canonical Spectrum dataset — tokens, components, fields, mode-sets, guidelines, and registry data. This is the primary data package consumed by the SDK and tooling.
  • Design Data Specification normative spec artifacts: human-readable spec (spec/), JSON Schemas, validation rule catalog (rules/rules.yaml), and conformance fixtures.
  • Token Names sidecar taxonomy name objects for @adobe/spectrum-tokens, decoupled so taxonomy changes don't bump the token package. Private; delivery format TBD.
  • Design System Registry (deprecated — registry data has moved to packages/design-data/registry/. Use @adobe/spectrum-design-data instead.)

Documentation & Visualization

Development Tools

  • Component Options Editor Figma plugin for authoring and editing Spectrum component option schemas with visual UI and JSON validation.
  • Spectrum Token Diff Generator a library and cli tool that reports changes made between two schema/releases/branches.
  • Optimized Diff Engine high-performance diff algorithm for large token datasets.
  • Release Analyzer tool for analyzing release history and generating data for change frequency visualization.
  • Token Changeset Generator automates creation of changeset files from token diff analysis.
  • Transform Tokens JSON utilities for merging and transforming token data between formats.
  • Token Manifest Builder generates manifest files for token distribution.
  • Spectrum Design Data MCP Model Context Protocol server providing AI assistants with structured access to Spectrum design system data.
  • Design Data Agent MCP agent-facing MCP server (distinct from the general MCP above) for AI agent authoring sessions.
  • Design Data Skill packaged Claude Code agent skill for consuming Spectrum design data from agent sessions.
  • S2 Docs MCP MCP server providing AI assistants with access to Spectrum 2 component documentation and design guidelines.

SDK & TUI

  • design-data unified CLI and interactive TUI — validate, resolve, diff, query, and migrate tokens from the command line; run bare (design-data) to launch the interactive TUI (command palette, cascade resolver, validator, four-screen authoring wizard). The TUI library lives in sdk/tui/.

Setup monorepo locally

1. Install pnpm using this guide. 2. Install dependencies

   pnpm i

Build all packages locally

Run build script

pnpm moon run :build

Run all tests locally

pnpm moon run :test

Related plugins

Browse all →