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
78%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
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~/shared/projects/{project-id}/plan.mdgit config user.name and user.email before any commitsWhen invited to a Project Room, the project plan is already available locally (auto-synced):
cat ~/shared/projects/{project-id}/plan.mdThe plan.md shows:
[ ] pending / [~] in-progress / [x] completed)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"785c2db
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.