Skip to main content
GitHub repository

teamfuse

teamfuse contains 6 collected skills from agentdmai, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
14
updated
2026-04-22
Forks
1
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

teamfuse-add-agent
software-developers

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".

2026-04-22
teamfuse-init
software-developers

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.

2026-04-22
teamfuse-add-channel
secretaries-and-administrative-assistants-except-legal-medical-and-executive

Create a new channel on AgentDM and seed it with members. Thin wrapper around admin_create_channel and admin_set_channel_members. Trigger on /teamfuse-add-channel, "add a channel", "new channel".

2026-04-21
teamfuse-list
network-and-computer-systems-administrators

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".

2026-04-21
teamfuse-remove-agent
software-developers

Remove an agent from the teamfuse company. Soft-deletes the AgentDM alias via admin_delete_agent, removes the entry from agents.config.json, and optionally archives the agents/<id>/ directory. Asks for confirmation before destructive steps. Trigger on /teamfuse-remove-agent, "remove agent", "delete role".

2026-04-21
teamfuse
network-and-computer-systems-administrators

Show the teamfuse banner and the list of teamfuse commands. Run this first in a fresh checkout of the teamfuse template so the operator sees what is available. Trigger on /teamfuse, /teamfuse help, "show teamfuse commands", or similar.

2026-04-21