Task Progress
Description
Show progress across all Task Master tasks and active agents. ## Actions 1. **Show overall task progress:** ```bash tm list ``` 2. **Show active agents and their tasks:** ```bash magents list ``` 3. **For each agent with a task, show detailed status:** ```bash # Get task IDs from agent names magents list --json | jq -r '.[] | select(.id | contains("task-")) | .id' | while read agent_id; do # Extract task ID from agent name (e.g., task-1.2-agent -> 1.2) ta
Installation
Installs to ~/.claude/commands/santos-enoque-magents-task-progress.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Santos-Enoque/magents/HEAD/.claude/commands/task-progress.md -o ~/.claude/commands/santos-enoque-magents-task-progress.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity Time Command
Display the current date and time in Pakistan Standard Time (PKT, UTC+5).
Productivity