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.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
/home/openhuman/.openhuman/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 /home/openhuman/.openhuman/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.