AI-ready .agents/ workspace for any project—plans, PRDs, research, and skills for agent-assisted workflows.
curl -fsSL https://raw.githubusercontent.com/colmarius/dot-agents/main/install.sh | bashPin a version:
curl -fsSL https://raw.githubusercontent.com/colmarius/dot-agents/main/install.sh | bash -s -- --ref v1.0.0Start here: QUICKSTART.md — step-by-step guide from install to autonomous execution.
Then:
- Edit
AGENTS.mdfor your project's stack and conventions - Sync updates later:
.agents/scripts/sync.sh
The sync script (.agents/scripts/sync.sh) updates dot-agents from upstream while preserving your work:
| What | Behavior |
|---|---|
| Skills, scripts | Updated from upstream |
| AGENTS.md | Skipped (your customizations preserved) |
| PRDs, plans | Skipped (your content preserved) |
| Research | Skipped (your content preserved) |
Use --dry-run to preview changes, --force to overwrite with backup.
dot-agents uses Semantic Versioning. Releases are tagged as vMAJOR.MINOR.PATCH.
Pin to a specific version:
curl -fsSL https://raw.githubusercontent.com/colmarius/dot-agents/main/install.sh | bash -s -- --ref v1.0.0See CHANGELOG.md for release history.
MIT