Install, share, sync, and create AI agent skills across coding tools (Claude Code, Cursor, Codex, OpenCode, Copilot, Pi) using the agr CLI. Use whenever the user mentions agr, agr.toml, agr.lock, agrx, or asks to: add a skill ("install the pdf skill", "agr add ..."), sync agent resources across tools, share skills with their team, scaffold a new SKILL.md, run a skill ephemerally (agrx), set up a repo to manage AI agent dependencies, or configure tools/sources/instruction-syncing. Also use whenever an agr.toml or agr.lock is present in the project and the user is doing resource-management work.
$npx -y skills add computerlovetech/agr --skill agr-cliInstalls into the current project.
Run `npx skills use "https://github.com/computerlovetech/agr" --skill "computerlovetech/agr/agr-cli"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/computerlovetech/agr" that are relevant to the current task. Run `npx skills add "https://github.com/computerlovetech/agr"` and select the relevant skills, then follow their instructions.