Claude Tools / Plugins / workmux-status
Plugins · raine/workmux
workmux-status
Display Claude agent status in tmux window names via workmux
CLEARED_STATICclaude-onlyv1.0.0
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
skills/coordinator/SKILL.md
skillhigh
skills/merge/SKILL.md
skillhigh
skills/open-pr/SKILL.md
skillhigh
skills/rebase/SKILL.md
skillhigh
skills/workmux/SKILL.md
skillhigh
skills/worktree/SKILL.md
skillhigh
docs/src/content/docs/guide/agents.md
agentmedium
docs/src/content/docs/guide/claude-code.md
componentmedium
docs/src/content/docs/guide/configuration.md
componentmedium
docs/src/content/docs/guide/direnv.md
componentlow
docs/src/content/docs/guide/git-worktree-caveats.md
componentlow
docs/src/content/docs/guide/monorepos.md
componentmedium
docs/src/content/docs/guide/nix.md
componentlow
docs/src/content/docs/guide/quick-start.md
componentlow
docs/src/content/docs/guide/session-mode.md
componentmedium
docs/src/content/docs/guide/skills.md
componentlow
docs/src/content/docs/guide/wezterm.md
componentlow
docs/src/content/docs/guide/workflows.md
componentmedium
docs/src/content/docs/guide/dashboard/configuration.md
componentlow
docs/src/content/docs/guide/dashboard/patch-mode.md
componentlow
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 3 lexical match(es)
README
From the repository
Parallel development in tmux* with git worktrees
📖 Documentation ·
Install ·
Quick start ·
Commands ·
Changelog
---
Giga opinionated zero-friction workflow tool for managing
[git worktrees](https://git-scm.com/docs/git-worktree) and tmux windows as
isolated development environments. Perfect for running multiple AI agents in
parallel without conflict.
**Philosophy**: Build on tools you already use. tmux/zellij/kitty/etc. for
windowing, git for worktrees, your agent for coding - workmux ties them together.
\* Also supports
kitty,
WezTerm, and
Zellij as alternative
backends.
📖 **New to workmux?** Read the
[introduction blog post](https://raine.dev/blog/introduction-to-workmux/) for a
quick overview.

> [!TIP]
> I'm building [aven](https://github.com/raine/aven), a local-first task manager
> for power users and agents.
## Why workmux?
**Parallel workflows.** Work on multiple features the same time, each with its
own AI agent. No stashing, no branch switching, no conflicts.
**One window per task.** A natural mental mod…