methuz/methuz-claude-marketplace
clickup-workflow
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/methuz/methuz-claude-marketplace/blob/main/plugins/clickup-workflow/skills/status/SKILL.md -a claude-code --skill statusInstallation paths:
.claude/skills/status/# /clickup:status - Show Agent Status ## Purpose Display the current status of all active ClickUp agent tmux sessions and worktrees. ## Usage ``` /clickup:status # Show all active agents and worktrees /clickup:status <task_id> # Show status of specific task /clickup:status --worktrees # Show all worktrees only /clickup:status --sessions # Show tmux sessions only ``` ## Behavioral Flow When this command is invoked: 1. **Check tmux Sessions**: List all ClickUp agent sessions ```bash # List all clickup sessions tmux ls 2>/dev/null | grep "clickup-" # Example output: clickup-86abc123: 1 windows (created Thu Jan 9 06:30:00 2026) clickup-86def456: 1 windows (created Thu Jan 9 06:30:01 2026) ``` 2. **Check Worktrees**: List all git worktrees ```bash git worktree list | grep .worktrees ``` 3. **Match Sessions to Worktrees**: Cross-reference to show complete status 4. **Display Dashboard**: ``` ┌───────────────────────────────────────────────────────────────────────┐ │ 🤖 ClickUp Agent Status │ ├───────────────────────────────────────────────────────────────────────┤ │ │ │ ACTIVE SESSIONS (2) │ │ ──────────────────────────────────────────────────────────────────── │ │ │ Task ID │ tmux Session │ Worktree │ │ │-----------|-------------------|-----------------------------------| │ │ 86abc123 │ 🟢 clickup-86abc │ .worktrees/fix/86abc123-pay... │ │ │ 86ghi789 │ 🟢 clickup-86ghi │ .worktrees/fix/86ghi789-log... │ │ │ │ WORKTREES WITHOUT SESSIONS (1) │ │ ──────────────────────────────────────────────────────────────────── │ │ │ 86def456 │ ⚪ no session