///
"List all categories and agents in the subagent catalog. Use when user wants to see everything available or browse the full catalog."
Install
$ npx agentshq add voltagent/awesome-claude-code-subagents --agent list"List all categories and agents in the subagent catalog. Use when user wants to see everything available or browse the full catalog."
Browse all available categories and agents from the awesome-claude-code-subagents catalog.
No arguments required.
source ~/.claude/commands/subagent-catalog/config.sh
subagent_catalog_ensure_cache
Parse the catalog and display all categories with their agents:
# extract category headers and agent entries
grep -E "^### \[|^\- \[\*\*" "$SUBAGENT_CATALOG_CACHE_FILE"
Display as a scannable list:
## Subagent Catalog
### 01. Core Development
api-designer, backend-developer, frontend-developer, fullstack-developer, ...
### 02. Language Specialists
typescript-pro, python-pro, rust-engineer, golang-pro, ...
### 03. Infrastructure
cloud-architect, devops-engineer, kubernetes-specialist, terraform-engineer, ...
[...continue for all 10 categories...]
/subagent-catalog:search <query> to filter by keyword/subagent-catalog:fetch <name> to get full definition