README: surface the DESIGN.md standard and fix "upload" wording#32
Merged
Conversation
Two small accuracy/visibility fixes in Key Features: 1. The "Design taste" entry said "Upload an existing design system" — but the skill never uploads; it reads a file already in your project or one you point it at (design-md is explicit: it does not fetch from the internet). Reworded to "Point it at an existing design system — tokens, style guide, or Figma — and it reads them to extract the taste signals..." 2. Added an "Open DESIGN.md standard" feature entry. DESIGN.md (Apache-2.0, google-labs-code/design.md, from Google Labs' Stitch) is a real selling point — interoperable with Cursor, Copilot, Stitch — but was only buried in one skill-table cell. Now surfaced in Key Features, with the WCAG overlay and the design-library shelf noted. Additive/surgical: 4 insertions, 2 deletions, only the taste paragraph reworded and one paragraph added. Consistency check passes (exit 0).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this does
Two small accuracy/visibility fixes in the Key Features section.
1. Fix misleading "upload" wording
The "Design taste" entry said "Upload an existing design system and it extracts..." — but nothing is uploaded. The
design-tasteskill reads a file that's already in your project, or one you point it at, and thedesign-mdskill is explicit that it "does not fetch files from the internet." "Upload" implies an import feature that doesn't exist.The extraction capability itself is real and unchanged (it's verbatim from the skill) — only the mechanism wording is corrected.
2. Surface the
DESIGN.mdstandardDESIGN.md(Apache-2.0,google-labs-code/design.md, from Google Labs' Stitch) is a genuine selling point — an open, interoperable design-system format that works across Cursor, Copilot, and Stitch — but it was only mentioned in a single skill-table cell. This adds a proper "OpenDESIGN.mdstandard" entry to Key Features, noting the high-fidelity token-driven build, the WCAG overlay Designpowers layers on top, and thedesign-libraryshelf.Scope & safety
scripts/check-consistency.shpasses (exit 0); counts unaffected (still 36 skills / 10 agents).Generated by Claude Code