agent-status

Monitor an autonomous agent's status from journal, KPI, and output files.

2|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/enbiyagoral/.claude --skill agent-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-status
Source: https://github.com/enbiyagoral/.claude/tree/main/.claude/skills/agent-status
Command: npx skills add https://github.com/enbiyagoral/.claude --skill agent-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Show the current status of a specific autonomous agent — last journal entry, KPI progress, and recent outputs. Use when the user says "agent status", "how is <agent> doing", "<agent> durumu", or "agent-status <name>".

Core Features & Use Cases

  • Real-time visibility into agent health, including the latest journal entry, KPI progress, and recent outputs.
  • Simple prompts and quick status checks for debugging, monitoring, and performance reviews.
  • Structured summaries that combine AGENT.md, MEMORY.md, outputs, and journal entries for Type B agents with a defined folder layout.

Quick Start

Tell the AI to report the status of a specific agent by supplying the agent name.

Frequently Asked Questions about agent-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor autonomous agent health and check recent journal entries?

To monitor autonomous agent health, you can request a status report that reads the latest journal entry, KPI progress, and recent outputs directly from the agent's directory structure to provide a concise snapshot.

What is the best way to track KPI progress for an autonomous agent?

Tracking KPI progress for an autonomous agent involves reading the agent state from AGENT.md, MEMORY.md, and journal logs to assemble a structured summary of current performance metrics and recent outputs.

Can I use a simple prompt to check autonomous agent status during debugging?

Yes, you can use simple prompts like "agent status" or "how is [agent] doing" to trigger an instant status check, which reads state files and summarizes recent outputs for debugging and performance reviews.

Do I need a specific directory structure to summarize autonomous agent state?

Yes, summarizing autonomous agent state requires a defined folder layout located at .claude/agents/<agent-name>/, containing AGENT.md, MEMORY.md, an outputs directory, and journal logs for the status snapshot.

What tools are required to read and report autonomous agent state data?

Reading and reporting autonomous agent state data requires Read and Glob tools to locate, access, and summarize the agent state files, memory logs, and output directories.