elitecoder
UserA personal-scale dispatcher that turns Claude Code into a self-managed fleet. One Sonnet 1M agent runs on a 2-min cron pulse, reads cmux workspaces + transcripts + PR state + TODO list, decides what to do, acts, and surfaces only what needs a human.
Categories
Indexed Skills (5)
cleanup
Tear down the current workspace — kill dev servers, stash uncommitted changes, delete branch, remove worktree, mark related TODO done. Use when user types /cleanup, says "clean up this workspace", "I'm done here", "tear this down", or "wrap up". The user typed the command — DO NOT confirm, DO NOT ask, just execute. Does NOT close the cmux workspace — the user closes it manually after confirming the work shipped. Writes a ledger entry so /cleanup --undo can recover.
spawn-claude-workspace
Spawn a new cmux workspace in the background, start a fresh Claude Code instance inside it, and auto-deliver a user-supplied prompt. Focus stays on the current workspace. Use when the user wants to kick off a parallel Claude task in a new workspace, branch a long-running job off into its own terminal, or dispatch a background prompt without losing their current context.
todo
Add, list, and update items in Mukul's persistent TODO list at ~/.claude/assistant-todo.json. Use when the user types /todo, asks to "add a todo", "mark td-NNN done", "defer td-NNN", "remove td-NNN", or wants to see the current TODO list. Single source of truth — the mechanical orchestrator (bin/pulse.py) reads from the same file. After any mutation, the dashboard auto-refreshes within ~15s; kick the assistant-pulse LaunchAgent to dispatch a new autoDispatch TODO immediately instead of waiting for the 5-min pulse.
attend
Tell the Assistant to start watching the current cmux workspace again — undoes a prior `/back-off` so Observer runs, verdicts get acted on, and the workspace appears on the dashboard normally. Use when you previously ran `/back-off` here and now want the Assistant's attention back. Mirror skill `/back-off` adds the workspace to the back-off list.
back-off
Tell the Assistant to leave the current cmux workspace alone — no Observer calls, no /cleanup or /merge-when-ready sends, no awaiting cards. Use when the Assistant is looping, sending the wrong action, or generally pestering you in a workspace where you'd rather it stayed quiet. Optional reason follows the command. Mirror skill `/attend` removes the workspace from the back-off list.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.