Agent skill
fusion-ui
Propose multiple UI component designs and select the best; use when exploring UI variants or visual direction.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/fusion-ui
SKILL.md
Fusion UI
Overview
Use an F-thread: three workers propose UI variants in separate worktrees. The queen selects the best direction.
Inputs
- UI goal and constraints
Workflow
- Verify
gitandmprocs. - Create session variables and worktrees.
- Write
tasks.json, worker prompts, and queen prompt. - Launch mprocs.
Worktree Commands
bash
git worktree add "{WORKTREE_ROOT}/impl-a" -b fusion/{SESSION_ID}/impl-a
git worktree add "{WORKTREE_ROOT}/impl-b" -b fusion/{SESSION_ID}/impl-b
git worktree add "{WORKTREE_ROOT}/impl-c" -b fusion/{SESSION_ID}/impl-c
Worker Prompt Outline
- Worker A: minimal and clean
- Worker B: bold and expressive
- Worker C: data-dense or enterprise
Queen Prompt Outline
- Compare usability, consistency, and implementation cost
mprocs Launch
bash
mprocs --config .hive/mprocs.yaml
Output
- Selected UI variant and implementation notes
Didn't find tool you were looking for?