agents

List installed agents from ~/.claude/agents/ with names and descriptions.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/DannyGu0214/MyClaude --skill agents-dannygu0214
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents
Source: https://github.com/DannyGu0214/MyClaude/tree/main/claude/skills/agents
Command: npx skills add https://github.com/DannyGu0214/MyClaude --skill agents-dannygu0214

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you easily find and understand the available agents installed in your environment, making it simple to leverage their specific functionalities.

Core Features & Use Cases

  • List Agents: Displays all installed agents with their names, filenames, and descriptions.
  • Categorization: Organizes agents into logical categories based on their naming conventions.
  • Usage Examples: Provides clear examples of how to invoke agents for specific tasks.
  • Use Case: You need to find an agent that can help with data analysis. This Skill will list all available data-related agents, their descriptions, and how to call them.

Quick Start

Show me a list of all installed agents and their descriptions.

Frequently Asked Questions about agents

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

FAQPage Schema
How do I list installed agents and their descriptions in the ~/.claude/agents/ directory?

To list installed agents, the tool scans the ~/.claude/agents/ directory and extracts agent names and descriptions from their frontmatter, displaying all available agents for discovery and usage guidance.

Can I categorize installed agents based on their filenames?

Categorizing installed agents is supported by organizing them into logical categories based on their filename prefixes, making it easier to understand the specific functionalities of different agent groups.

How do I find a specific agent for a specialized task like data analysis?

Finding an agent for specialized tasks involves using the agent discovery feature to list all available agents with their descriptions, which helps you identify and invoke the correct agent for data analysis or other specific needs.

What is the best way to show usage examples for invoking installed AI tools?

The best way to show usage examples is by leveraging the agent discovery tool, which provides clear examples of how to invoke specific agents for various specialized tasks directly from their frontmatter descriptions.

Does agent discovery work without any external dependencies?

Agent discovery works without external dependencies, relying solely on reading the local ~/.claude/agents/ directory structure and frontmatter to extract agent names, filenames, and descriptions for categorization.

Why does my agent discovery tool not show newly added agents?

Agent discovery might not show newly added agents if their files lack proper frontmatter, as the tool specifically extracts agent names and descriptions from the frontmatter metadata within the ~/.claude/agents/ directory.