What problem does it solve?
This skill ensures that external agent platforms have an up-to-date and correctly formatted copy of all available plugin skills and commands, bridging the gap between the internal plugin structure and external discovery mechanisms.
Core Features & Use Cases
- Mirrors Plugin Skills: Copies skills from
plugins/<plugin>/skills/<skill>/ to .agents/skills/<plugin>-<skill>/.
- Mirrors Commands: Copies commands from
plugins/<plugin>/commands/<cmd>.md to .agents/workflows/<plugin>-<cmd>.md.
- Standalone Directory: Creates a flat, portable
.agents/ directory that external platforms can easily scan.
- Use Case: After adding a new skill to the
compound-engineering plugin, use this skill to sync it so that external agent platforms like Antigravity can discover and utilize it.
Quick Start
Run the sync-agents.sh script to update the .agents directory with the latest skills and commands.