Bootstrap a new agent company from the teamfuse template. Supports both Claude Code and GitHub Copilot runtimes. Prints the teamfuse banner, asks for company specifics, provisions the AgentDM grid via admin MCP tools, writes agents.config.json, and fills placeholders in per-agent instruction files. Idempotent. Run once at the start of a new project. Trigger on /teamfuse-init, /teamfuse init, "bootstrap my teamfuse company", or similar.
$npx -y skills add agentdmai/teamfuse --skill teamfuse-initInstalls into the current project.
Run `npx skills use "https://github.com/agentdmai/teamfuse" --skill "agentdmai/teamfuse/teamfuse-init"` 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.