Our review
Lists all running or completed tasks in the Claudia orchestrator via a test CLI.
Strengths
- Quickly shows an overview of tasks with ID, name, status, and workspace
- Supports detailed info for a specific task when an ID is provided
- Integrated within the Claudia backend project
Limitations
- Depends on a local absolute path specific to the machine
- Requires the Claudia orchestrator to be running
- Not intended for generic use outside the project
When you need to inspect the state of tasks in the Claudia orchestrator during development.
In a production environment or when the Claudia orchestrator is unavailable.
Security analysis
SafeThe skill executes a local TypeScript script using npx tsx to list tasks, with no destructive actions, network downloads, or exfiltration. The command is benign and confined to a project directory.
No concerns found
Examples
Run the test CLI to list all tasks in the Claudia orchestrator at /Users/I850333/projects/experiments/claudia/backendList tasks in Claudia orchestrator and show details for task with ID 'abc123'name: list-tasks description: List all tasks in the Claudia orchestrator using the test CLI. Use when you need to see running or completed tasks. allowed-tools: Bash, Read
List Claudia Tasks
Run the test CLI to list all tasks in the orchestrator:
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.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.