Skip to content

How-to: skill

Common crm skill recipes. See the CLI reference for every flag.

Install the bundled agent skill

crm skill install --target claude
Copies the bundled 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
Prints the path of the SKILL.md shipped inside the installed package.

Uninstall the skill

crm skill uninstall --target claude
Removes the installed SKILL.md (and its directory if empty) for the given target.