Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 998 Bytes

File metadata and controls

48 lines (32 loc) · 998 Bytes

agents

Shared AI agent guidelines and skills. One file, every machine.

What's in here

  • 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 + manifestHash for sync integrity

Setup

git clone git@github.com:uinaf/agents.git
cd agents
./scripts/pull.sh

This will:

  1. Symlink ~/.claude/CLAUDE.mdsrc/AGENTS.md
  2. Symlink ~/.codex/AGENTS.mdsrc/AGENTS.md
  3. Install global skills from src/skills.json (Claude Code, Codex, Cursor, Pi — whichever CLIs you have)

Cursor User Rules are not synced by this repo; paste from src/AGENTS.md if you want them there.

Update

cd agents
./scripts/pull.sh

Push changes

./scripts/push.sh

Syncs your local global skill set into src/skills.json, commits, and pushes.

Adding skills

npx skills add owner/repo -g
./scripts/push.sh