Transferable UI/UX design intelligence for Claude Code
npx claudepluginhub yutuknown/pattern-foundryGenerate original premium UI systems and page specs using transferable design intelligence
A Claude Code skill for distilling transferable UI/UX design DNA from a curated reference system and reusing it for original brands and templates.
Generative UI tools often produce generic "design mush" or clone reference sites too directly, leading to copyright and brand-safety issues.
Pattern Foundry solves this by separating brand identity from design quality.
Instead of copying colors and logos, this skill extracts the quality system—spacing discipline, interaction physics, typography scaling, component grammar, and conversion architecture—and applies those structural rules to generate original work for entirely different brands, industries, and contexts.
MASTER.md design system.MASTER.md for global rules and pages/*.md for precise, minimal overrides.pattern-foundry/
├── .claude/skills/transferable-uiux-pattern-engine/ # Source-of-truth engine (edit here)
├── plugins/pattern-foundry/skills/pattern-foundry/ # Packaged plugin payload (synced)
├── docs/
│ ├── audits/ # Audit reports + rescan history
│ └── releases/ # Release notes, checklist, ship guide
├── scripts/ # Sync/verify automation
├── data/
│ ├── raw/ # Legacy extraction JSONs (gitignored)
│ └── screenshots/ # Reference site visual captures
└── assets/readme/ # Banner + workflow diagrams used below
Inside Claude Code, run these one at a time:
/plugin marketplace add https://github.com/yutuknown/pattern-foundry.git
/plugin install pattern-foundry@pattern-foundry
Then invoke the skill:
Using pattern-foundry [NEW_BRAND_MODE]:
...your request...
# (Optional) If you want to run the legacy extraction scripts:
python -m pip install playwright
python -m playwright install chromium