How-to: skill
Common crm skill recipes. See the CLI reference for every flag.
Install the bundled agent skill
crm skill install --target claude
SKILL.md into the agent's skill directory; --target is claude | copilot | cursor (default copilot).
Install to a custom directory
crm skill install --dest ./my-skills --force
--dest overrides --target; --force overwrites an existing SKILL.md at the destination.
Show the bundled skill's path
crm skill path
SKILL.md shipped inside the installed package.
Uninstall the skill
crm skill uninstall --target claude
SKILL.md (and its directory if empty) for the given target.