list-agents

List Claude agents and their KPIs from .claude/agents metadata files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List all Claude agents and their KPIs to enable quick assessment of system capabilities and performance.

Core Features & Use Cases

  • Type A agents: Identify user-facing subagents by reading .claude/agents/*.md and summarizing their names and descriptions.
  • Type B agents: Enumerate autonomous agents under .claude/agents/<name>/ with key mission and goals; provide a high-level status view.

Quick Start

Tell Claude to enumerate the current agents in the workspace and display their KPIs.

Frequently Asked Questions about list-agents

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

FAQPage Schema
How do I list all Claude agents and their KPIs in my workspace?▼

You can list all Claude agents and their KPIs by parsing the .claude/agents directory for .md files, extracting the agent name and first sentence, and inspecting AGENT.md files for mission and KPI tables to generate a structured summary report.

What are Type A and Type B agents in Claude automation environments?▼

Type A agents are user-facing subagents defined by individual .md files in .claude/agents, while Type B agents are autonomous agents organized under .claude/agents/<name>/ directories with their own mission statements, goals, and operational statuses.

How do I extract mission statements and KPI tables from AGENT.md files?▼

Extracting mission statements and KPI tables from AGENT.md files involves parsing the markdown content to locate structured KPI tables and mission summaries, then formatting the extracted data into a readable inventory report for quick capability assessment.

Does this agent inventory method require reading HEARTBEAT.md files?▼

Reading HEARTBEAT.md files is optional for agent inventory generation. The skill optionally inspects HEARTBEAT.md to extract agent scheduling information, but the core inventory relies on parsing .claude/agents .md files and AGENT.md mission tables.

Can I summarize autonomous agent capabilities without manually checking each file?▼

Yes, you can summarize autonomous agent capabilities automatically by parsing the .claude/agents directory structure. The skill extracts names, first sentences, and KPI tables from AGENT.md files to provide a high-level status view without manual file inspection.

What is the best way to inventory Claude subagents and their performance metrics?▼

The best way to inventory Claude subagents and performance metrics is parsing .claude/agents for .md files to extract descriptions and KPI tables, generating a structured report that consolidates Type A and Type B agent capabilities for decision-making.