Skip to content

Add 'skillsctl uninstall' command to remove installed skills #32

Description

@dcmcand

Problem

There's no way to uninstall a skill via the CLI. Users have to manually delete the directory from ~/.claude/skills/.

Proposed Solution

Add a skillsctl uninstall <name> command that removes an installed skill.

Behavior:

  • Deletes ~/.claude/skills/<name>/ directory
  • Prints confirmation: Uninstalled <name>
  • Returns an error if the skill is not installed
  • Should respect --skills-dir flag and skills_dir config value
  • Validate the skill name the same way install does (prevent path traversal)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Start date

    None yet

    Target date

    None yet

    Size

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions