agentsclimarketplace

List cmds

Skill fayis672/slash-IT/skills/list-cmds

A Claude Code plugin. Turn any message you just typed into a reusable slash command

Install
npx -y skills add fayis672/slash-IT --skill list-cmds

Assembled 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:

  1. Read the user's global commands directory ~/.claude/commands/ and find every *.md file (ignore README.md).
  2. Also check the current project's .claude/commands/ directory if it exists.
  3. For each command file, show:
    • the command name (filename without .md, prefixed with /),
    • its description from the frontmatter (or the first line if no frontmatter),
    • whether it is global (user) or project.
  4. Present them as a simple, readable list grouped by global vs project.
  5. If there are none, say so and remind the user they can create one with /slash-it:create-cmd <name>.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.