agentsclimarketplace

List cmds

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

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.From its SKILL.md

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.

SKILL.md

0.9 KB, 179 tokens by cl100k_base, 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>.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.