mit einem Klick
dotfiles
dotfiles enthält 2 gesammelte Skills von mbrav, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Orchestrate parallel Claude Code subagents in tmux panes via the `claudemux` CLI (a stdlib-Go binary on PATH). Spawns each agent as a named pane in a detached, crash-surviving `agents` session mirroring the current window. Use when delegating parallel tasks to subagents, spawning/monitoring running agents, reading replies, scoping status to the current project, sending follow-up prompts (prompt/recap/compact), resurrecting a crashed session, adopting an existing session into the roster (hire a dead session / enlist a live one), or despawning finished agents.
Top-level "manager of managers" layer over tmux-subagents-claude (the `claudemux` CLI). Use whenever YOU manage agents that each manage their own subagents — a tree of Claude Code sessions in tmux panes. Triggers: "check on your agents and their subagents", "ask your agents how their subagents are doing", "ask your agents what their agents have been doing", "list your agents and their subagents", build a roster/status TREE of the whole fleet, route a task down through one of your agents, or recursively tear the tree down. TWO INVARIANTS this skill enforces: (1) the `master` row in `claudemux status` is YOU — never prompt/result/capture/despawn it; (2) you drive only your DIRECT children — anything below them you reach by DELEGATING to the child, never by addressing a grandchild yourself.