Andromity loads skills from folders you trust. Install with andromity skill install agent-collaboration — autonomy and approval limits stay configurable per session.
Destination: Paste into any AI Agent (Cursor, Claude, Windsurf, AGY, Andromity)prompt mode
# Install the "Multi-Agent Collaboration Protocol" skill
You are installing an AgenticMarket skill into this workspace. Follow these steps exactly.
## 1. Detect your environment and choose the destination file
- Andromity: `.andromity/skills/agent-collaboration/SKILL.md` (or user scope `~/.andromity/skills/agent-collaboration/SKILL.md`)
- Antigravity / Gemini CLI: `.agent/skills/agent-collaboration/SKILL.md`
- Cursor: `.cursor/rules/agent-collaboration.mdc`
- Claude Code: append to `CLAUDE.md` (or `.claude/skills/agent-collaboration.md`)
- Windsurf: append to `.windsurfrules`
- Cline / Roo Code: `.clinerules/agent-collaboration.md`
- GitHub Copilot: append to `.github/copilot-instructions.md`
- ChatGPT / web only: paste the content into Custom Instructions
- Any other agent: save to `.agent/skills/agent-collaboration/SKILL.md`
## 2. Create the destination file
- Preserve every existing file and configuration entry.
- Create parent folders as needed.
- Never overwrite unrelated content.
## 3. Write exactly this content
```markdown
---
name: agent-collaboration
description: "Coordinate multiple AI agents working asynchronously on a shared repository through task boards and logs."
author: google
license: mit
version: 1.0.0
---
# Multi-Agent Shared Filesystem Collaboration
When two or more AI agents collaborate on the same repository without direct memory connection:
1. Maintain a shared `.collaboration/TASKBOARD.md` for pending, active, and completed work.
2. Record rationale and architectural decisions in `.collaboration/RESEARCH.log`.
3. Never overwrite files without verifying concurrent changes.
```
## 4. Verify
- Confirm the file exists and is readable.
- Report the destination path and confirm the "Multi-Agent Collaboration Protocol" skill is installed and active.
Skill metadata:
- Slug: agent-collaboration
- Category: ai-agents
- License: mit
- Source: AgenticMarket