OMX
Oh My CodeXv0.18.9

$skill

A skill for managing local skills — list, add, and remove.

Overview

$skill manages skills installed in the current environment. Use it to see what skills are available, add new ones, or remove existing ones.

Example

$skill list
$skill add my-workflow
$skill remove my-workflow
CommandDescription
$skill listPrint the full list of installed skills
$skill add <name>Add a new skill
$skill remove <name>Remove a skill

When to use

  • When you want to check the list of currently available skills
  • When adding or removing a custom skill
  • When checking that installed skills are placed correctly

When to avoid

  • When you want to view a skill's content or check its usage → use $help <skill-name>
  • For full environment diagnostics → use $doctor
  • For changing skill install path configuration → use $omx-setup

On this page