What problem does it solve?
Repetitive, error-prone setup and syncing of AI agent skills across multiple coding tools, where each tool keeps its own local skills directory and requires manual maintenance.
Core Features & Use Cases
- Install skills across tools: Add remote or in-repo skills (identified by a directory containing SKILL.md) and have them copied into each configured tool’s skills directory.
- Sync and keep in lockstep: Run agr sync to fan out missing installs, migrate legacy directory layouts, mirror canonical instruction files when enabled, and regenerate agr.lock.
- Upgrade pinned dependencies: Refresh selected skills (or everything in scope) beyond what is currently pinned in agr.lock, updating the lockfile accordingly.
- Ephemeral execution for testing: Use agrx to download and run a skill once without committing it into agr.toml or persisting it.
Quick Start
Run agr init in your repo, then use the CLI to install a skill by saying: "Install anthropics/skills/pdf for my coding tools using agr add".