Status
Show DAG state, agent progress, and branch status for an AgentHub session.
Before & after
Same prompt, same agent — the only difference is the skill.
I can help you check on your agent status. To give you the most accurate picture, could you tell me which agents you're monitoring and what metrics matter most? Are you looking at agent progress, execution time, error rates, or something else? I'd be happy to analyze the data once you share more details about what you're trying to track.
AGENT STATUS REPORT → EXECUTION FLOW Main DAG • 3 stages • 24 nodes active Branch: feat/async-retry • 5 nodes pending Branch: hotfix/logging • 2 nodes passed → AGENT PROGRESS DataProcessor • 87% complete • 12m 34s elapsed ValidationAgent • blocked on input (waiting 2m 18s) ReportGenerator • queued • 5 ahead in line → RECENT MILESTONES ✓ Stage 1 passed (error_count: 0) ✓ 14,200 records processed ⚠ 8 records flagged for manual review ! ValidationAgent timeout risk in 14 minutes → NEXT STEPS 1. Review 8 flagged records now (trap: don't skip review) 2. Consider increasing timeout for ValidationAgent from 20m to 30m 3. Monitor DataProcessor final stage output quality
About this skill
name: status description: Use when Show DAG state, agent progress, and branch status for an AgentHub session.
Status
Show DAG state, agent progress, and branch status for an AgentHub session. Use when the user runs /hub:status or asks how the AgentHub agents are doing.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the status skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Status; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: status
description: Use when the user runs /hub:status or asks how the AgentHub agents in this session are progressing.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# Status
Reports the live DAG state, per-agent progress, and branch status for an AgentHub multi-agent session in one readable summary.
## When to use
- The user types /hub:status
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.