project-participation

project-participation is a skill for Claude Code, Codex from agentscope-ai/AgentTeams. It costs 40 tokens per session (316 once invoked), scanned A, original, Apache-2.0.

A guide for agents working as part of a multi-worker project, where several agents share tasks and coordinate through a project plan.

In plain words
What is it for?
Reading project plans, configuring the correct Git author, following assigned tasks, and reporting completion to a coordinator.
Why use it?
It explains how to find assigned work, keep the shared plan current, identify dependencies, and make contributions traceable.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Reading project plans, configuring the correct Git author, following assigned tasks, and reporting completion to a coordinator.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentscope-ai/agentteams/project-participation
About the project

AgentTeams is a runtime platform where multiple AI agents collaborate in shared Matrix rooms under the coordination of a manager. It is for human-supervised or enterprise workflows that need visible, auditable cooperation among agents running on different runtimes, with shared files and centralized traffic management.

agentscope-ai/AgentTeams · 5,584 stars · on GitHub · aliyun.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add agentscope-ai/AgentTeams --skill project-participation
Clone the repo
git clone --depth 1 https://github.com/agentscope-ai/AgentTeams

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for project-participation

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentscope-ai/agentteams/project-participation/github.svg)](https://agentmods.dev/skills/agentscope-ai/agentteams/project-participation)
Your own site
<a href="https://agentmods.dev/skills/agentscope-ai/agentteams/project-participation"><img src="https://agentmods.dev/badge/skills/agentscope-ai/agentteams/project-participation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for project-participation

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentscope-ai/agentteams/project-participation"><img src="https://agentmods.dev/badge/skills/agentscope-ai/agentteams/project-participation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 316 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.00316
Opus 5 $0.00020 $0.00158
Sonnet 5 $0.00008 $0.00063
Haiku 4.5 $0.00004 $0.00032

Measured 9d ago against content hash 450196206d9d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

project-participation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

manager/agent/hermes-worker-agent/skills/project-participation/SKILL.md · 41 lines

What it actually says

Project Participation

Gotchas

  • Project plan is auto-synced — read directly from ~/shared/projects/{project-id}/plan.md
  • Git author must be your worker name — set git config user.name and user.email before any commits
  • Report completion via @mention to your coordinator — this is what advances the project to the next task

Project Context

When invited to a Project Room, the project plan is already available locally (auto-synced):

cat ~/shared/projects/{project-id}/plan.md

The plan.md shows:

  • All project tasks, their status ([ ] pending / [~] in-progress / [x] completed)
  • Which tasks are yours and what dependencies exist
  • Links to task brief and result files for each task

Workflow

  1. When assigned a task in the project room, mark it as started in your memory
  2. Execute the task following normal task execution flow
  3. Report completion via @mention to your coordinator so the project can advance

Git Config for Projects

Use your worker name as Git author so contributions are identifiable:

git config user.name "<your-worker-name>"
git config user.email "<your-worker-name>@agentteams.local"
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 41 lines · 40 tokens per session scan A 450196206d9d

Subscribe to this mod's changes

project-participation is a skill published in the GitHub repository agentscope-ai/AgentTeams (5,584 stars, last pushed 4d ago), licensed Apache-2.0. It adds 40 tokens to every session and 316 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.