From invoke-agent
List all responder agent sessions mapped to a requester session. Useful to see which agents have been invoked and read their AI-generated summaries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/invoke-agent:listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Invoke the invoke-agent CLI to list all responder sessions associated with a specific requester session.
Invoke the invoke-agent CLI to list all responder sessions associated with a specific requester session.
Available substitutions: ${CLAUDE_SESSION_ID} (current Claude Code session ID).
${CLAUDE_SESSION_ID} unless the user specifies otherwise.invoke-agent list --from claude --from-session-id ${CLAUDE_SESSION_ID}
If INVOKE_AGENT_DATABASE_PATH is not set, append --db <project-root>/.invoke-agent/communication.db to the command, where <project-root> is the directory where the AI agent CLI (e.g. Claude Code) was originally started — you already know this from your session context.
npx claudepluginhub powdream/claude-plugins --plugin invoke-agentHands off sessions between agents using the entire CLI. Inspects recent sessions, summarizes checkpoints, and continues work without asking clarifying questions.
Discovers and communicates with active AI agents (Codex, Claude Code) using ai-devkit agent list, detail, and send commands. Useful for inter-agent coordination.
Searches, recovers, and analyzes sessions from Claude Code, AI Studio, and Gemini CLI using Bash. Invoke with /ar:ai-session-tools (renamed from claude-session-tools).