-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Laith0003 edited this page May 28, 2026
·
4 revisions
Current version: v3.0.0 — THE BRAIN (released 2026-05-28)
ux-skill is a design intelligence engine for AI coding assistants. v3.0 introduces a 7-axis synthesizer that compiles a novel design language per brief. Brand specs became training data for the synthesizer, not templates picked from a pool. The recommender now re-ranks from a local decisions ledger you can read. Offline. Deterministic. No LLM. No telemetry.
- v3-The-Brain — the architectural shift, in one page
- Synthesizer-7-axes — how axes are computed and how they compile to tokens
- Axis-Interaction-Matrix — explicit conflict resolution between competing axes
- Decisions-Ledger-and-Learning — the closed feedback loop, JSONL schema, privacy
-
Evolve-Loop-and-Quality-Gate —
/ux-evolveauto-iteration + the 65 gate
-
All-22-Commands — every slash command (22 + 1 new
/ux-evolve= 23) - All-5-Sub-Agents — design-system-architect, motion-engineer, frontend-engineer, copy-writer, research-synthesizer
- Anti-Pattern-Catalog-100 — the 145 deterministic linter rules
- Brand-Library-110 — the 160 brand DESIGN specs (training data for the synthesizer)
- Anti-AI-slop-ban-list — every AI-design fingerprint we catch
- Cross-IDE-Distribution — 17-IDE installer
- Discovery-Protocol — the 10-field intake
- How-to-build-a-SaaS-landing-page-with-Claude-Code
- How-to-design-a-dashboard-with-Claude-Code
- How-to-generate-a-design-system-with-Claude-Code
- How-to-detect-AI-slop-in-your-design
- How-to-fix-AI-generated-UI
- How-to-fix-microcopy-that-sounds-like-AI
- How-to-audit-accessibility-with-Claude-Code
- How-to-add-motion-that-doesnt-break-Core-Web-Vitals
- Architecture — module layout (now includes synthesizer / layout / typography / evaluator / evolve)
- Frontend-stacks-compared
- Don-Normans-design-principles-applied
pip install uxskill
uxskill init # auto-detects your IDE
uxskill synthesize --industry fintech-payments --tone bold
uxskill stats --html # see what your install has learned- 23 slash commands
- 18 MCP tools
- 1,182 structured entries across 11 manifests
- 145 deterministic anti-pattern rules
- 160 brand DESIGN specs (training data, not templates)
- 17 IDEs supported
- 17 localized homepages + READMEs
- 223 tests pass
- MIT licensed
- 0 telemetry
- 0 LLM calls in the engine
| Layer | What changed |
|---|---|
| Synthesizer | 7-axis derivation + triple-mode dispatch (strict / anchor / synthesis) |
| Axis interactions | Explicit matrix for spacing × formality, radius × geometry, motion × formality, accent × warmth |
| Evaluator | Tone match decoupled from synthesizer's own axis derivation |
| Recommender | Reads decisions ledger, bumps past winners by +5 per match (cold-start safe ≥3 priors) |
/ux-evolve |
New command, auto-iterates up to 5 rounds, quality gate at 65 |
| MCP tools | +3 (synthesize, decisions_query, decisions_stats) → 18 total |
| Stats |
uxskill stats --html writes local .ux/stats.html dashboard |
| Determinism | Tie-breaks now on brand id alphabetical — reproducible across machines |