Skip to content
Laith0003 edited this page May 28, 2026 · 4 revisions

ux-skill — official wiki

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.0 reference (the Brain)

Catalogue reference

Distribution

How-tos

References

Install

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

Numbers at v3.0

  • 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

What's new in v3.0

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

Links

Clone this wiki locally