Skip to content
Development
Command

/polyphony-status

Display the current state of all Polyphony tasks and running containers.

From plugin
maggy
70525 skills7 agents25 commands1 hook
Install
$ npx -y skills add alinaqi/claude-bootstrap --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/polyphony-status

Context preview

What this command does when you run it.

Display the current state of all Polyphony tasks and running containers.

Command definition

polyphony-status.md

/polyphony-status — Show State

Display the current state of all Polyphony tasks and running containers.

---

Steps

1. Show Task States

PYTHONPATH=scripts python3 -m polyphony status

2. Show Running Containers

docker ps --filter "name=polyphony-" --format "table {{.Names}}\t{{.Status}}\t{{.RunningFor}}"

3. Show Workspace Usage

du -sh ~/polyphony/workspaces/* 2>/dev/null || echo "No workspaces"
Ships withmaggy

Turn Claude Code into a self-reviewing, test-enforced engineering system that remembers context across sessions — then route work across 13 models from a single dashboard.

Get the whole plugin