Skip to main content

skl unuse

Remove project skill dests and drop them from skills.toml.

Synopsis

skl unuse <skill>…
skl unuse <skill> --project <dir>

Flags

  • SKILL… one or more names (required)
  • --project DIR project directory (default cwd)

What it writes

Removes the canonical dest and sticky extra dests for each name. Updates skills.toml. Does not delete the personal library copy. May piggyback auto-sync.

A dest that is a real directory and was not recorded as a copy is left in place.

Errors

  • specify at least one skill: skl unuse <skill>
  • dest exists and is not a symlink (refuses to delete an unmanaged directory)
  • Config or project path resolution failures