CtrlK
BlogDocsLog inGet started
Tessl Logo

AgentTeams

github.com/agentscope-ai/AgentTeams

SkillAddedReview
workerflow-internal-workflow

plugins/workerflow/skills/agent/worker-internal-workflow/SKILL.md

Use when a QwenPaw-backed Worker needs to decide whether to do work directly, use native subagents for internal parallelism, or create a temporary QwenPaw agent with a custom AGENTS.md and skills.

68

teamharness-team-coordination

plugins/teamharness/skills/team/team-coordination/SKILL.md

Use when a Leader must choose Project Work boundaries, owners, dependency shape, DAG vs Loop, acceptance criteria, or follow-up strategy. Do not use for Quick Task execution after the mode is already selected.

80

teamharness-task-execution

plugins/teamharness/skills/team/task-execution/SKILL.md

Use when a Worker receives TASK_ASSIGNED, acknowledges the task, works inside shared/tasks/{task-id}/, submits with taskflow submit_task, publishes deliverables through submit_task, and reports TASK_COMPLETED or blockers in the Task room.

80

teamharness-task-delegation

plugins/teamharness/skills/team/task-delegation/SKILL.md

Use when a Leader turns ready Quick Task or Project Work state into Worker task instructions, sends assignment messages, checks submitted results, and defines completion/blocker report contracts. Do not use to create projects, create rooms, or execute Worker tasks.

68

teamharness-roomflow

plugins/teamharness/skills/team/roomflow/SKILL.md

Use for TeamHarness room classification and Matrix task-room setup: roomflow describe_room, roomflow create_task_room, source/requester room vs task room detection, project-scoped task-room reuse, and invite handling. Do not use for projectflow, taskflow, or message delivery.

57

teamharness-project-management

plugins/teamharness/skills/team/project-management/SKILL.md

Use when a Leader maintains durable TeamHarness project state for Quick Task or Project Work: create_quick_project, create_project, plan_dag, plan_loop, ready_nodes, resolve_project, accept_task_result, project completion, and requester report state. Do not use to create Matrix task rooms or send messages.

74

teamharness-organization

plugins/teamharness/skills/team/organization/SKILL.md

Use to understand TeamHarness team roles, responsibility boundaries, and who owns project, task, runtime, and control-plane work.

62

teamharness-file-sharing

plugins/teamharness/skills/team/file-sharing/SKILL.md

Use for TeamHarness shared workspace paths, filesync, artifact publication, and Matrix room file boundaries, including artifact publish_file and task/project deliverables. Do not use for message routing or project state changes.

76

teamharness-communication

plugins/teamharness/skills/team/communication/SKILL.md

Use for TeamHarness message delivery details after a flow has decided a message must be sent: current-session reply, NO_REPLY, cross-room/cross-channel message tool payloads, PROJECT_REQUESTED task-room handoff, and requester replyRoute reports. Do not use to choose work mode, create rooms, delegate, check, or accept tasks.

72

mcporter

plugins/teamharness/skills/agent/mcporter/SKILL.md

Discover and call MCP Server tools via the mcporter CLI. Use when your coordinator notifies you about new MCP tools, or when you need to call external APIs. Includes workflow for generating skill documentation for new MCP servers.

68

agentteams-migrate

migrate/skill/SKILL.md

Analyze current OpenClaw setup and generate a migration package (ZIP) for importing into AgentTeams as a managed Worker

61

github-operations

manager/agent/worker-skills/github-operations/SKILL.md

管理 GitHub Pull Request 和 Issue。包括创建/更新/合并 PR、添加评论、管理 Issue 等。注意:文件读写、分支操作、代码提交等请使用 git-delegation 技能。

62

git-delegation

manager/agent/worker-skills/git-delegation/SKILL.md

将所有 git 操作委托给 Manager 执行。Worker 无法直接访问 git credentials,因此任何需要认证的 git 操作(clone、push、fetch 等)都需要通过此机制委托给 Manager。

61

task-progress

manager/agent/worker-agent/skills/task-progress/SKILL.md

Use when executing a task (progress logging, plan updates), when resuming a task after session reset, or when managing task history. Covers progress log format, task-history.json, and resume flow.

72

project-participation

manager/agent/worker-agent/skills/project-participation/SKILL.md

Use when you are invited to a Project Room or assigned a task within a multi-worker project. Covers project plan reading, task coordination with other Workers, and git author config.

76

mcporter

manager/agent/worker-agent/skills/mcporter/SKILL.md

Discover and call MCP Server tools via the mcporter CLI. Use when your coordinator notifies you about new MCP tools, or when you need to call external APIs. Includes workflow for generating skill documentation for new MCP servers.

68

find-skills

manager/agent/worker-agent/skills/find-skills/SKILL.md

Discover and install agent skills from the open ecosystem. Use when you encounter an unfamiliar domain, framework, or workflow that you lack specialized knowledge about, or when your coordinator suggests searching for skills before starting a task.

67

file-sync

manager/agent/worker-agent/skills/file-sync/SKILL.md

Sync files with centralized storage. Use when your coordinator or another Worker notifies you of file updates (config changes, task files, shared data, collaboration artifacts).

76

team-coordination

manager/agent/team-leader-agent/skills/team-coordination/SKILL.md

Use before deciding how you should organize team work: DAG vs Loop, dependency shape, task waves, quality gates, acceptance criteria, interruption, replanning, or what to do after Worker results arrive. Always use this skill for team organization strategy before you call project-management or task-management.

68

task-management

manager/agent/team-leader-agent/skills/task-management/SKILL.md

Use before any Leader taskflow call or task-level workflow involving delegating a ready DAG or Loop node, writing task meta/spec, checking a Worker task result, handling result statuses, task directory ownership, or Worker result contracts. Always use this skill when the request mentions delegate_task, check_task, task result.md, task spec.md, BLOCKED, REVISION_NEEDED, INTERRUPTED, SUCCESS, or assigning/delegating a Worker task.

77

project-management

manager/agent/team-leader-agent/skills/project-management/SKILL.md

Use before any projectflow call or Team Leader workflow involving Project state, Project lifecycle, DAG planning, Loop planning, ready node checks, pause/resume/complete, project recovery, heartbeat project checks, or project-level result aggregation. Always use team-coordination first when the question is how to organize the work.

72

organization

manager/agent/team-leader-agent/skills/organization/SKILL.md

Use before any Leader action that depends on current team topology, worker list, worker phase, runtime, room ID, Matrix ID, Team Admin, human identity, or lifecycle state. Always use this skill when assigning tasks, sending cross-room messages, recovering projects, handling heartbeat, waking/sleeping workers, or when any worker/room/identity value might be stale.

75

file-sharing

manager/agent/team-leader-agent/skills/file-sharing/SKILL.md

Use before filesync calls for project directories, global-shared inputs, non-task shared files, listing shared paths, or troubleshooting missing files. Do not use for task-level sync; taskflow delegate_task and check_task handle task directory sync internally.

69

communication

manager/agent/team-leader-agent/skills/communication/SKILL.md

Use before sending or suppressing any Leader message to Workers, Manager, or Team Admin. Always use this skill for cross-room Matrix messages, @mention decisions, task assignment notifications, structured status reports, completion reports, blocker/revision messages, questions, requester updates, or when deciding whether a same-room reply is enough.

72

worker-model-switch

manager/agent/skills/worker-model-switch/SKILL.md

Switch a Worker Agent's LLM model via agt CLI. Use when the human admin requests changing a Worker's model.

71