First steps
This page gets you from zero to a working resource.
Install a skill
This installs the skill into:
Install a command or agent
Commands install into:
Use your resource
Once installed, your agent can use the new skill automatically and you can run slash commands inside Claude Code. No additional configuration is required.
Common options
# Install globally instead of in the current repo
agr add skill kasperjunge/hello-world --global
# Overwrite an existing resource
agr add skill kasperjunge/hello-world --overwrite
Next steps
- Learn more in Installing resources
- Understand layouts in Repository structure