Agent Map banner
yanacuti1121 yanacuti1121

Agent Map

Development community

Description

--- description: Print a readable map of all 19 agents — what each does, when to use it, and which agents should NOT be combined. Reads from agent-routing-map.json and core/agents/. No arguments needed. argument-hint: (no arguments) --- You are printing the Yana AI agent map. Read these files: 1. `core/config/agent-routing-map.json` — routing rules (match keywords → agent) 2. All files in `core/agents/` — agent definitions (name, description, tools) Then produce the following output. Do not a

Installation

Installs to ~/.claude/commands/yanacuti1121-yana-ai-agent-map.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yanacuti1121/Yana-AI/HEAD/.claude/commands/agent-map.md -o ~/.claude/commands/yanacuti1121-yana-ai-agent-map.md

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

Full documentation available on GitHub

View Source Repository