Port stranded improvements: express, library, figma-bridge, heuristic-eval, taste-report#29
Merged
Conversation
…-eval, taste-report These five skills plus the traced-run example were authored on claude/designpowers-improvements-YgSv6 (PR #22, closed as draft without merging). Most of that branch reached main via PRs #23-27, but these items never landed. This ports them cleanly onto current main: - skills/design-express — two-minute on-ramp for first-time users; verifies accessibility (computes contrast) rather than asserting it - skills/design-library — pull a brand's DESIGN.md off the shelf and adapt it, with an offline browse index and injection guardrail - skills/figma-bridge — turn specs/code into visual artifacts (Figma / HTML) - skills/heuristic-evaluation — structured heuristics pass for review - skills/taste-report — written report from the two-layer taste model - examples/traced-run/ — end-to-end pipeline fixture with a real rendered artifact and computed WCAG evidence - scripts/shoot.js, scripts/check-library-index.sh + its CI workflow Wired all five skills into the router (Additional lanes and on-ramps section) and bumped the README skill count 31 -> 36. Consistency, routing, and library-index checks pass locally (exit 0).
Owl-Listener
pushed a commit
that referenced
this pull request
May 31, 2026
PR #29 inadvertently swept an entire mcp-tools/accessibility/node_modules tree (~3,500 files) onto main via a git add -A — a leftover from unrelated v2 work that belongs in the separate designpowers-mcp repo. Removes the stray tree and adds a node_modules/ .gitignore guard so installed dependencies can't be committed again. Touches nothing else: README, skills, agents, examples, and scripts are all unchanged.
GMDeese
pushed a commit
to GMDeese/designpowers
that referenced
this pull request
Jun 1, 2026
The README claimed "36 skills" but only documented 28 — eight skills shipped in the repo (several ported in Owl-Listener#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.
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
Ports five skills + the traced-run example that were stranded on
claude/designpowers-improvements-YgSv6(PR #22 — closed as a draft, never merged).Most of that branch's work reached
mainvia PRs #23–#27 (design-review,design-md,design-memory, the consistency CI). But these items were left behind. This brings them onto currentmaincleanly, rather than reopening the now-stale#22branch (which had diverged 10 commits behind).Skills added
design-express— a two-minute on-ramp for first-time users (quick critique/build taster); verifies accessibility by computing contrast rather than asserting it.design-library— pull a known brand'sDESIGN.mdoff the shelf (from the openawesome-design-mdcollection) and adapt it, with a pinned offline browse index and a prompt-injection guardrail (fetched files treated as untrusted data).figma-bridge— turn specs/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 for the review lane.taste-report— a written report from the two-layer (personal vs. client) taste model.Also
examples/traced-run/— an end-to-end pipeline fixture with a real rendered artifact and computed WCAG evidence.scripts/shoot.js(reproducible rendering),scripts/check-library-index.sh+ its CI workflow.Wiring
Verification
scripts/check-consistency.sh,scripts/check-routing.sh, andscripts/check-library-index.shall pass locally (exit 0).Honest notes
Generated by Claude Code