Skip to content

Add 'skillsctl list' command to show installed skills #31

Description

@dcmcand

Problem

There's no way to see what skills are currently installed locally. Users have to manually check ~/.claude/skills/ to see what's there.

Proposed Solution

Add a skillsctl list command that lists all installed skills in the configured skills directory.

Output should show:

  • Skill name (derived from directory name)
  • File path

Example:

$ skillsctl list
NAME              PATH
review-iac        ~/.claude/skills/review-iac/SKILL.md
skillsctl-usage   ~/.claude/skills/skillsctl-usage/SKILL.md

Should respect the --skills-dir flag and skills_dir config value.

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