viteplus

Agent guidelines, skills, evals and co.

설치
CLI
npx skills add https://github.com/uinaf/skills --skill viteplus

CLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.

최근 업데이트: 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.
  • rules/agents.local.md — optional private machine-specific overrides, ignored by git.
  • rules/agents.final.md — generated combined rules, ignored by git.
  • 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

Third-party skill sources are skipped by default during sync. Set ALLOW_THIRD_PARTY_SKILLS=1 only when intentionally installing non-uinaf/agents skills.

The sync script pins the skills CLI by default. Override with
SKILLS_CLI_VERSION=<version> only when intentionally testing or rotating the
installer.

Evaluate

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

The Tessl helper scripts pin the tessl CLI by default. Override with
TESSL_CLI_VERSION=<version> when intentionally rotating the evaluator.