shared/ directory lets you maintain this context in one place and reference it from any agent’s SKILL.md.
How it works
Place files in ashared/ directory at your project root. At image build time, these files are baked into every agent’s container at /app/static/shared/.
Referencing shared files in SKILL.md
Use direct context injection to include shared files in your agent’s prompt:Example: coding conventions
Createshared/conventions.md:
agents/dev/SKILL.md:
agents/reviewer/SKILL.md:
Subdirectories
Theshared/ directory supports subdirectories. A file at shared/team/review-policy.md is available at /app/static/shared/team/review-policy.md inside the container.
Cloud deployment
When deploying withal push, the shared/ directory is included automatically — rsync syncs the entire project directory.