List cmds
A Claude Code plugin. Turn any message you just typed into a reusable slash command
npx -y skills add fayis672/slash-IT --skill list-cmdsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
List all my custom slash commands with their descriptions. Use when the user wants to see, browse, or review the custom slash commands they have saved.
SKILL.md
0.9 KB, as published. Nobody here has run it
List the user's custom slash commands so they can see what they've saved.
Do this:
- Read the user's global commands directory
~/.claude/commands/and find every*.mdfile (ignoreREADME.md). - Also check the current project's
.claude/commands/directory if it exists. - For each command file, show:
- the command name (filename without
.md, prefixed with/), - its
descriptionfrom the frontmatter (or the first line if no frontmatter), - whether it is global (user) or project.
- the command name (filename without
- Present them as a simple, readable list grouped by global vs project.
- If there are none, say so and remind the user they can create one with
/slash-it:create-cmd <name>.