List Agents banner
tomas-rampas tomas-rampas

List Agents

Development community

Description

--- name: list-agents description: Display all available agents with capabilities and status --- Framework root: `${CLAUDE_PLUGIN_ROOT}` (when running from a development checkout of the framework itself, this may be empty — then use the current directory if it contains `claude.json`). All framework file paths below are relative to that root. # /agentic-framework:list-agents — Display All Agents ## Purpose Display comprehensive information about all 21 specialized agents in the framework, inc

Installation

Installs to ~/.claude/skills/tomas-rampas-claude-agentic-framework-list-agents/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tomas-rampas-claude-agentic-framework-list-agents && curl -fsSL https://raw.githubusercontent.com/tomas-rampas/claude-agentic-framework/HEAD/commands/list-agents.md -o ~/.claude/skills/tomas-rampas-claude-agentic-framework-list-agents/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository