Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

status

verified

Show status of all active ClickUp agents and worktrees

View on GitHub

Marketplace

methuz-claude-marketplace

methuz/methuz-claude-marketplace

Plugin

clickup-workflow

productivity

Repository

methuz/methuz-claude-marketplace
1stars

plugins/clickup-workflow/skills/status/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/methuz/methuz-claude-marketplace/blob/main/plugins/clickup-workflow/skills/status/SKILL.md -a claude-code --skill status

Installation paths:

Claude
.claude/skills/status/
Powered by add-skill CLI

Instructions

# /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     

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
3865 chars