Status

Show DAG state, agent progress, and branch status for an AgentHub session.

Development / Engineeringdevelopmentengineering
by AgentVoltv1.0.0Published 1y ago1 install
Free to sign up · every skill included with AgentVolt Pro

Before & after

Same prompt, same agent — the only difference is the skill.

PromptWhat's the current state of all my running agents?
Beforegeneric AI agent
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.
Afterwith Status
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

SKILL.md
---
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)
Sign up to view, copy, and install the full skill

More development skills

View all Development skills →