agentscope-ai

169 mods across 10 repositories, 81k stars between them.

organization

49

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use only when you need to look up team topology, worker phase, runtime state, or identity that is NOT available from the current message context. Do not use for standard task flows — the coordinator is the message sender, and the task room is in meta.json.roomid.

5.5k 11d ago A 57 tokens original Apache-2.0

task-management

50

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use before any Worker taskflow call or assigned-task workflow, including reading task state, acknowledging a task, executing a task, tracking progress, handling blockers/questions, submitting structured results, or reporting completion. Always use this skill when the message mentions assigned task, task ID…

5.5k 11d ago A 89 tokens original Apache-2.0

file-sync

51

agentscope-ai/AgentTeams

Skill Claude CodeCodex

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

5.5k 11d ago A 35 tokens original Apache-2.0

agentscope-ai/AgentTeams

Skill Claude CodeCodex

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.

5.5k 11d ago A 40 tokens original Apache-2.0

task-progress

53

agentscope-ai/AgentTeams

Skill Claude CodeCodex

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.

5.5k 11d ago A 43 tokens original Apache-2.0

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Execute AI coding CLI tools (Claude Code / Gemini CLI / qodercli) on behalf of Workers. Use when a Worker sends a coding-request: message, asking Manager to run coding operations in their workspace.

5.5k 11d ago C 46 tokens original Apache-2.0

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Manage the Higress AI Gateway via its Console API (consumers, routes, AI providers, MCP servers). Use when creating consumers, configuring routes, or managing AI gateway settings.

5.5k 11d ago A 43 tokens original Apache-2.0

coding-cli

56

agentscope-ai/AgentTeams

Skill Claude CodeCodex

A procedure for handing coding work to an AI command-line tool, such as Claude Code, Gemini CLI, or qodercli, through a manager agent.

5.5k 11d ago A 30 tokens original Apache-2.0

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use as a helper when the admin is assigning work but has not specified an existing Worker, so you need to search Nacos for a suitable Worker and ask whether to import it; also use when the admin explicitly says to import a Worker from the market or gives a direct nacos package URI.

5.5k 11d ago A 64 tokens original Apache-2.0

channel-management

58

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use when determining sender identity in any room, managing trusted contacts, configuring the admin's primary notification channel, handling first-contact from a new channel, or escalating to admin across channels.

5.5k 11d ago A 39 tokens original Apache-2.0

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use when you need to push files to MinIO for Workers to access, pull Worker output from MinIO, or when a Worker reports they've uploaded files. Also use when notifying Workers to file-sync after writing files they need.

5.5k 11d ago A 49 tokens original Apache-2.0

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Execute git operations on behalf of Workers who don't have git credentials. Use when a Worker sends a git-request: message to clone, push, pull, commit, rebase, or perform any git operation.

5.5k 11d ago C 47 tokens original Apache-2.0

human-management

61

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use when admin requests adding a human user to the system, changing human permissions, removing human access, or managing human accounts.

5.5k 11d ago A 28 tokens original Apache-2.0

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use for standalone Matrix admin requests (register users, create rooms, manage membership, upload files). Also use when you need to send a file to the admin via Matrix media upload. Do NOT use for Worker/project creation — those handle Matrix operations internally.

5.5k 11d ago A 54 tokens original Apache-2.0

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use when admin asks to configure an MCP tool server (e.g., GitHub, weather API), rotate credentials, grant/revoke worker access to MCP tools, or add a custom API integration via YAML.

5.5k 11d ago A 46 tokens original Apache-2.0

model-switch

64

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Switch the Manager Agent's own LLM model. Use when the human admin requests changing the Manager's model.

5.5k 11d ago A 25 tokens original Apache-2.0

project-management

65

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use when admin asks to start a multi-worker project, when a Worker @mentions you with task completion in a project room, when project plan changes are needed, or when a blocked task needs resolution.

5.5k 11d ago A 43 tokens original Apache-2.0

service-publishing

66

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Expose worker HTTP services via Higress gateway. Use when admin asks to publish a worker's web app or API to make it externally accessible.

5.5k 11d ago A 32 tokens original Apache-2.0

task-coordination

67

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Coordinate access to shared task directories using .processing marker files. Use before accessing a Worker's workspace to prevent conflicts when both Manager and Worker might modify files simultaneously.

5.5k 11d ago A 36 tokens original Apache-2.0

team-management

68

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use when admin requests creating a team, importing a team, managing team composition, adding/removing workers from a team, or delegating tasks to a Team Leader.

5.5k 11d ago A 36 tokens original Apache-2.0

worker-management

69

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use when admin requests hand-creating or resetting a Worker, starting/stopping a Worker, managing Worker skills, enabling peer mentions, or opening a QwenPaw console. Use agentteams-find-worker only as a helper for Nacos-backed market import or when task assignment needs you to discover a suitable Worker.

5.5k 11d ago A 65 tokens original Apache-2.0

worker-model-switch

70

agentscope-ai/AgentTeams

Skill Claude CodeCodex

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

5.5k 11d ago A 29 tokens original Apache-2.0

team-coordination

71

agentscope-ai/AgentTeams

Skill Claude CodeCodex

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.

5.5k 11d ago A 61 tokens original Apache-2.0

git-delegation

72

agentscope-ai/AgentTeams

Skill Claude CodeCodex

A procedure for sending Git version-control commands to a separate Manager instead of running them directly. Git is the tool used to track code changes and work with repositories.

5.5k 11d ago A 51 tokens original Apache-2.0