Source Agents
Description
Keep AGENTS.md and CLAUDE.md in sync across your projects.
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
Keep AGENTS.md and CLAUDE.md clean, consistent, and sourcing correctly.
Scan projects • Fix sourcing • Convert symlinks • Dry‑run preview
Quick Start
Requirements: Node 18+, Bun 1.1+.
Clone the repo:
git clone https://github.com/iannuttall/source-agents.git
Enter the folder:
cd source-agents
Install dependencies:
bun install
Run interactively on a specific folder (recommended):
bun run dev --root ~/projects
Auto‑fix recommended actions:
bun run dev --root ~/projects --auto
Preview without making changes:
bun run dev --root ~/projects --dry-run
Exclude extra directories (in addition to node_modules, .git, dist, etc.):
bun run dev --root ~/projects --exclude '**/temp/**' '**/backup/**'
Global CLI (optional)
Build the CLI:
bun run build
Link globally:
npm link
Run from anywhere:
source-agents --help
Example run:
source-agents --root ~/projects --auto
Development
Run the TUI in dev mode:
bun run dev
Type‑check:
bun run type-check
Build:
bun run build
Keyboard & Tips
- ↑↓ to navigate, Enter to select, 's' to skip, Esc/← to go back, Ctrl+C to exit.
- Default root is your home directory; pass --root to limit scope.
License
MIT
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