Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 733 Bytes

File metadata and controls

32 lines (23 loc) · 733 Bytes

agents

Reusable agent skills, global behavioral rules, and a small sync script for AI coding agents.

Layout

  • skills/ — local skill packages.
  • rules/agents.md — global behavioral rules.
  • scripts/sync/sync.sh — symlink rules and install manifest skills.
  • scripts/skills/ — Tessl review helpers.
  • docs/ — distribution notes.

Sync (rules + skills together)

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

Sync is additive by default. To remove globally installed skills that are not listed in scripts/sync/skills.json, run:

./scripts/sync/sync.sh --prune

Evaluate

./scripts/skills/review.sh
./scripts/skills/optimize.sh review