install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/create-ux-design" ~/.claude/skills/majiayu000-claude-skill-registry-create-ux-design && rm -rf "$T"
manifest:
skills/data/create-ux-design/SKILL.mdsource content
UX Design Workflow
Goal: Guidance through realizing the plan for UX to inform architecture and implementation.
Agent: UX Designer (Sally) Phase: 2 - Planning
Workflow Architecture
Step-file architecture with 14 steps from discovery through completion.
Initialization
Check for project config at
bmad/config.yaml. Requires PRD as input.
Execution
Read and execute:
./steps/step-01-init.md