Shared AI agent guidelines and skills. One file, every machine.
- src/AGENTS.md — coding rules for AI agents (Claude Code, Codex, Cursor, etc.)
- src/skills.json — stable, portable skills manifest (source-of-truth)
- includes
version+manifestHashfor sync integrity
- includes
git clone [email protected]:uinaf/agents.git ~/projects/agents
~/projects/agents/scripts/pull.shThis will:
- Symlink
~/.claude/CLAUDE.md→src/AGENTS.md - Symlink
~/.codex/AGENTS.md→src/AGENTS.md - Install global skills from
src/skills.json(portable manifest)
~/projects/agents/scripts/pull.sh~/projects/agents/scripts/push.shSyncs your local global skill set into src/skills.json, commits, and pushes.
npx skills add owner/repo -g
~/projects/agents/scripts/push.sh