Add a new agent to the teamfuse company. Provisions the AgentDM alias via admin_create_agent, assigns skills, adds it to channels, copies agents/TEMPLATE/ into agents/<id>/, writes the api key to the new agent's .env, and updates agents.config.json. Trigger on /teamfuse-add-agent, "add a new agent", "provision a new role".
$npx -y skills add agentdmai/teamfuse --skill teamfuse-add-agentInstalls into the current project.
Run `npx skills use "https://github.com/agentdmai/teamfuse" --skill "agentdmai/teamfuse/teamfuse-add-agent"` 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.