One repo for all your coding agents.
+
+ dotagents keeps skills, MCP servers, hooks, and agent roles in one
+ ~/.agents directory and syncs them into native formats for every harness you use.
+ Add once, available everywhere.
+
$ dotagents status + +~/.agents synced from github.com/yourconscience/dotagents + +claude-code synced plugin delivery 11 skills 2 MCP 4 hooks +codex synced 27 skills 4 agent roles 2 MCP 5 hooks +hermes synced 27 skills 2 MCP 13 hooks +droid synced 27 skills 4 agent roles 2 MCP 5 hooks +pi synced 27 skills+
Supported harnesses
+Managed harnesses get full sync: skills, MCP, hooks, roles. Compatibility harnesses get documented paths.
+ +Get started
+Two paths. Plugin if you just want skills in Claude Code. CLI if you want the full sync layer.
+ +Claude Code marketplace
+Install portable skills directly. No CLI, no clone.
+> /plugin marketplace add yourconscience/dotagents +> /plugin install tech-search@yourconscience+
Full setup
+Clone, install, sync. All detected agents get your skills, MCP, hooks, and roles.
+$ git clone https://github.com/yourconscience/dotagents ~/.agents +$ go install github.com/yourconscience/dotagents/cmd/dotagents@latest +$ dotagents setup+
Then add a skill and sync it everywhere:
+$ mkdir skills/my-skill && cat > skills/my-skill/SKILL.md +$ dotagents sync +synced 28 skills to 5 harnesses+
What syncs
+Not just skills. The full config surface that fragments across agents.
+ +Sync surface by harness
+| Harness | Skills | Agent roles | MCP | Hooks | Root instructions |
|---|---|---|---|---|---|
| Claude Code | yes | yes | yes | yes | CLAUDE.md shim |
| Codex | yes | yes | yes | yes | AGENTS.md |
| Factory Droid | yes | yes | yes | yes | AGENTS link |
| Hermes | yes | -- | yes | yes | native ctx |
| Pi | yes | -- | yes | -- | OMP ctx |
Alternatives
+Other tools solve parts of this. dotagents covers the full surface across the post-IDE agent stack.
+ +Comparison
+| dotagents | skillshare | vsync | agents-cli | |
|---|---|---|---|---|
| Skills sync | yes | yes | yes | yes |
| MCP sync | yes | no | yes | yes |
| Hooks sync | yes | no | no | no |
| Agent roles | yes | no | yes | no |
| Plugin catalog | yes | no | no | no |
| Skill pinning | yes | yes | no | no |
| Security audit | yes | yes | no | no |
| Private overlay | yes | no | no | no |