Show the current teamfuse roster. Reads agents.config.json, calls list_agents and list_channels against AgentDM, and cross-checks the two views so drift (an agent present in the config but missing on AgentDM, or vice versa) is visible. Read-only. Trigger on /teamfuse-list, "list my agents", "show roster".
$npx -y skills add agentdmai/teamfuse --skill teamfuse-listInstalls into the current project.
Run `npx skills use "https://github.com/agentdmai/teamfuse" --skill "agentdmai/teamfuse/teamfuse-list"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/agentdmai/teamfuse" that are relevant to the current task. Run `npx skills add "https://github.com/agentdmai/teamfuse"` and select the relevant skills, then follow their instructions.