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
93%
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
agentteams-sync first, then read plan.mdgit config user.name and user.email before any commitsWhen invited to a Project Room, the project plan is at:
/root/agentteams-fs/shared/projects/{project-id}/plan.mdSync first:
agentteams-syncThe 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.