CLI reference
Global help
agr add
Add resources from GitHub.
Commands
Options
--global,-g: install to~/.claude/instead of the current directory--overwrite: replace an existing resource
Examples
agr add skill kasperjunge/hello-world
agr add command acme/tools/review --global
agr add agent acme/agents/test-writer --overwrite
Custom repo name
Nested paths
Bundles
Install all resources from a bundle (a named collection of skills, commands, and agents):
Options:
--global,-g: install to~/.claude/instead of the current directory--overwrite: replace existing resources
Examples:
agr update
Re-fetch resources from GitHub to get the latest version.
Commands
Options
--global,-g: update in~/.claude/instead of the current directory
Examples
agr update skill kasperjunge/hello-world
agr update command kasperjunge/my-repo/hello --global
agr update agent kasperjunge/hello-agent
Bundles
Options:
--global,-g: update in~/.claude/instead of the current directory
Examples:
agr remove
Remove resources from the local installation.
Commands
Options
--global,-g: remove from~/.claude/instead of the current directory
Examples
Bundles
Options:
--global,-g: remove from~/.claude/instead of the current directory
Examples:
Warning
Resources are removed immediately without confirmation.
agr init
Create scaffolds for repositories and resources.
Create a repository
Options:
--path,-p: custom output path--github,-g: create a GitHub repo and push (requiresgh)
Create a skill
Options:
--path,-p: custom output path
Create a command
Options:
--path,-p: custom output path
Create an agent
Options:
--path,-p: custom output path