review

Agent guidelines, skills, evals and co.

Installation
CLI
npx skills add https://github.com/uinaf/skills --skill review

Install this skill with the CLI and start using the SKILL.md workflow in your workspace.

Last updated 6/16/2026

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 [email protected]: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