status
Show DAG state, agent progress, and branch status for an AgentHub session.
Best use case
status is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Show DAG state, agent progress, and branch status for an AgentHub session.
Teams using status should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/status/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How status Compares
| Feature / Agent | status | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Show DAG state, agent progress, and branch status for an AgentHub session.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# /hub:status — Session Status
Display the current state of an AgentHub session: agent branches, commit counts, frontier status, and board updates.
## Usage
```
/hub:status # Status for latest session
/hub:status 20260317-143022 # Status for specific session
```
## What It Does
1. Run session overview:
```bash
python {skill_path}/scripts/session_manager.py --status {session-id}
```
2. Run DAG analysis:
```bash
python {skill_path}/scripts/dag_analyzer.py --status --session {session-id}
```
3. Read recent board updates:
```bash
python {skill_path}/scripts/board_manager.py --read progress
```
## Output Format
```
Session: 20260317-143022 (running)
Task: Optimize API response time below 100ms
Agents: 3 | Base: dev
AGENT BRANCH COMMITS STATUS LAST UPDATE
agent-1 hub/20260317-143022/agent-1/attempt-1 3 frontier 2026-03-17 14:35:10
agent-2 hub/20260317-143022/agent-2/attempt-1 5 frontier 2026-03-17 14:36:45
agent-3 hub/20260317-143022/agent-3/attempt-1 2 frontier 2026-03-17 14:34:22
Recent Board Activity:
[progress] agent-1: Implemented caching, running tests
[progress] agent-2: Hash map approach working, benchmarking
[results] agent-2: Final result posted
```
Example output for a content task:
```
Session: 20260317-151200 (running)
Task: Draft 3 competing taglines for product launch
Agents: 3 | Base: dev
AGENT BRANCH COMMITS STATUS LAST UPDATE
agent-1 hub/20260317-151200/agent-1/attempt-1 2 frontier 2026-03-17 15:18:30
agent-2 hub/20260317-151200/agent-2/attempt-1 2 frontier 2026-03-17 15:19:12
agent-3 hub/20260317-151200/agent-3/attempt-1 1 frontier 2026-03-17 15:17:55
Recent Board Activity:
[progress] agent-1: Storytelling angle draft complete, refining CTA
[progress] agent-2: Benefit-led draft done, testing urgency variant
[results] agent-3: Final result posted
```
## After Status
If all agents have posted results:
- Suggest `/hub:eval` to rank results
If some agents are still running:
- Show which are done vs in-progress
- Suggest waiting or checking again laterRelated Skills
status-report-generator
Status Report Generator - Auto-activating skill for Enterprise Workflows. Triggers on: status report generator, status report generator Part of the Enterprise Workflows skill category.
status-code-recommender
Status Code Recommender - Auto-activating skill for API Development. Triggers on: status code recommender, status code recommender Part of the API Development skill category.
statusline-generator
Configures and customizes Claude Code statuslines with multi-line layouts, cost tracking via ccusage, git status indicators, and customizable colors. Activates for statusline setup, installation, configuration, customization, color changes, cost display, git status integration, or troubleshooting statusline issues.
../../../engineering/autoresearch-agent/skills/status/SKILL.md
No description provided.
hig-components-status
Apple HIG guidance for status and progress UI components including progress indicators, status bars, and activity rings. Use this skill when asked about: "progress indicator", "progress bar", "loading spinner", "status bar", "activity ring", "progress display", determinate vs indeterminate progress, loading states, or fitness tracking rings. Also use when the user says "how do I show loading state," "should I use a spinner or progress bar," "what goes in the status bar," or asks about activity indicators. Cross-references: hig-components-system for widgets and complications, hig-inputs for gesture-driven progress controls, hig-technologies for HealthKit and activity ring data integration.
conductor-status
Display project status, active tracks, and next actions
ghe-status
READ-ONLY quick overview of GitHub Elements workflow state. Shows active threads, phase distribution, and workflow health at a glance. USE WHEN: Asking about status, active threads, workflow state, or needing context at session start. DO NOT USE WHEN: Claiming issues (use ghe-claim), posting checkpoints (ghe-checkpoint), transitioning phases (ghe-transition), or needing detailed reports (ghe-report).
Statuspage
## Overview
statuscake-automation
Automate Statuscake tasks via Rube MCP (Composio). Always search tools first for current schemas.
Daily Logs
Record the user's daily activities, progress, decisions, and learnings in a structured, chronological format.
Socratic Method: The Dialectic Engine
This skill transforms Claude into a Socratic agent — a cognitive partner who guides
Sokratische Methode: Die Dialektik-Maschine
Dieser Skill verwandelt Claude in einen sokratischen Agenten — einen kognitiven Partner, der Nutzende durch systematisches Fragen zur Wissensentdeckung führt, anstatt direkt zu instruieren.