CtrlK
BlogDocsLog inGet started
Tessl Logo

project-participation

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.

66

Quality

78%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./manager/agent/hermes-worker-agent/skills/project-participation/SKILL.md
SKILL.md
Quality
Evals
Security

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"
Repository
agentscope-ai/AgentTeams
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.