Skip to content

uinaf/agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 

Repository files navigation

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 [email protected]:uinaf/agents.git ~/projects/agents
~/projects/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 (portable manifest)

Update

~/projects/agents/scripts/pull.sh

Push changes

~/projects/agents/scripts/push.sh

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

Adding skills

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors

Languages