Spawn Ux Worker banner
amirfish1 amirfish1

Spawn Ux Worker

Design community

Description

--- name: spawn-ux-worker description: Spawn a repo-scoped UX-fixes worker session that drains only one repo's UX-fixes queue, via the CCC API. allowed-tools: Bash --- Spawn a persistent UX-fixes WORKER session for a single repo. The worker drains **only that repo's project queue** (one ticket at a time, forever, via idle self-wakeups) — it claims, applies the fix, then closes and advances. Use this when the user wants a repo to "start working its UX-fixes queue" or "spawn a UX worker for <repo

Installation

Installs to ~/.claude/skills/amirfish1-claude-command-center-spawn-ux-worker/SKILL.md

Terminal
mkdir -p ~/.claude/skills/amirfish1-claude-command-center-spawn-ux-worker && curl -fsSL https://raw.githubusercontent.com/amirfish1/claude-command-center/HEAD/skills/spawn-ux-worker.md -o ~/.claude/skills/amirfish1-claude-command-center-spawn-ux-worker/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository