list-taskslisted
Install: claude install-skill extropolis/claudia
# List Claudia Tasks
Run the test CLI to list all tasks in the orchestrator:
```bash
cd /Users/I850333/projects/experiments/claudia/backend && npx tsx test-cli.ts --list-tasks
```
Format the output nicely showing:
- Task ID
- Task name
- Status (running/completed/error)
- Workspace
If $ARGUMENTS contains a task ID, also show detailed info for that specific task.