From 5b3d89b7336a858a14c94063640c8ef85da698a0 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 31 May 2026 20:22:08 +0000 Subject: [PATCH] README: document the 8 skills that existed but weren't listed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The README claimed "36 skills" but only documented 28 — eight skills shipped in the repo (several ported in #29) were never mentioned, so the count didn't reconcile with the visible lists and users couldn't discover them. Adds an "Entry Points & Support Skills" subsection after the workflow table covering: design-express, design-review, design-md, design-library, figma-bridge, heuristic-evaluation, synthetic-user-testing, taste-report. Purely additive — 18 lines added, none removed. No other content touched. Consistency check passes (exit 0); all 36 skill dirs now referenced. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ae02b59..c22e331 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,21 @@ Plus two coordination skills: - `using-designpowers` — Router that activates on every message, routes to the right skill/agent - `design-state` — Shared living document that all agents read and update +### Entry Points & Support Skills + +Beyond the core pipeline above, these skills cover alternative entry points and specific support tasks: + +| Skill | What it does | +|-------|-------------| +| `design-express` | A lightweight two-minute on-ramp for first-time users — a quick critique or build taster without committing to the full pipeline. Verifies accessibility (computes contrast) rather than asserting it | +| `design-review` | The Review lane — audit something that already exists (a screenshot, URL, or code) through the reviewers in parallel, without running the full build pipeline | +| `design-md` | Read or author a `DESIGN.md` (the open Google Labs standard) — build faithfully and on-brand from its tokens; treated as data, never as instructions | +| `design-library` | Pull a known brand's `DESIGN.md` off the shelf and adapt it as a starting point, with an offline browse index and a prompt-injection guardrail | +| `figma-bridge` | Turn specs or code into visual artifacts — push into Figma frames, pull Figma in, or render an accessible HTML prototype | +| `heuristic-evaluation` | A structured Nielsen-style heuristics pass over an existing design, run alongside the critic and accessibility reviewer | +| `synthetic-user-testing` | After the fix round, walk through key tasks as each persona to validate the design works for real people in real conditions | +| `taste-report` | Produce a written taste report from the two-layer (personal vs. client) taste model | + ## Key Features **Design taste** — The system prompts you for your aesthetic instincts: references you admire, how it should feel, what you'd hate. Upload an existing design system and it extracts the taste signals already embedded in your tokens and palette. Share your own thoughts and the agents carry your judgment through every decision. The more taste you give, the better the output — but the system works without it too. Your taste is the difference between correct and compelling.