Dotagents
Description
One location for all of your hooks, commands, skills, and AGENT/CLAUDE.md files.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
One canonical .agents folder that powers all your AI tools.
Simple setup • One source of truth • Safe to re-run anytime
Quick Start
Requirements: Bun 1.3+.
Run the guided CLI:
npx @iannuttall/dotagents
Or with Bun:
bunx @iannuttall/dotagents
Choose a workspace (Global home or Project folder), select the clients you want to manage, and follow the prompts. You can run it again anytime to repair links or undo changes.
Global home affects all projects. Project folder only affects the current directory you run dotagents from.
What it does
- Keeps
.agentsas the source of truth. - Creates symlinks for Claude, Codex, Factory, Cursor, OpenCode, and Gemini (based on your selection).
- Always creates a backup before any overwrite so changes are reversible.
Where it links (global scope)
`.agents/CLAUDE.md` → `~/.claude/CLAUDE.md` (if present)
`.agents/AGENTS.md` → `~/.claude/CLAUDE.md` (fallback when no CLAUDE.md)
`.agents/GEMINI.md` → `~/.gemini/GEMINI.md` (if present)
`.agents/AGENTS.md` → `~/.gemini/GEMINI.md` (fallback when no GEMINI.md)
`.agents/commands` → `~/.claude/commands`
`.agents/commands` → `~/.factory/commands`
`.agents/commands` → `~/.codex/prompts`
`.agents/commands` → `~/.cursor/commands`
`.agents/commands` → `~/.config/opencode/commands`
`.agents/commands` → `~/.gemini/commands`
`.agents/hooks` → `~/.claude/hooks`
`.agents/hooks` → `~/.factory/hooks`
`.agents/AGENTS.md` → `~/.factory/AGENTS.md`
`.agents/AGENTS.md` → `~/.codex/AGENTS.md`
`.agents/AGENTS.md` → `~/.config/opencode/AGENTS.md`
`.agents/skills` → `~/.claude/skills`
`.agents/skills` → `~/.factory/skills`
`.agents/skills` → `~/.codex/skills`
`.agents/skills` → `~/.cursor/skills`
`.agents/skills` → `~/.config/opencode/skills`
`.agents/skills` → `~/.gemini/skills`
Project scope links only commands/hooks/skills into the project’
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11