Creating resources
Use agr init to scaffold new skills, commands, and agents.
Create a skill
Creates:
Create a command
Creates:
Create an agent
Creates:
Use a custom path
Each subcommand supports --path if you want to place files elsewhere:
agr init skill code-reviewer --path ./resources/skills/code-reviewer
agr init command review --path ./resources/commands
Next steps
Edit the generated markdown to match your workflow, then share it by pushing to GitHub.