list-cmds

list-cmds is a skill for Claude Code from fayis672/slash-IT. It costs 30 tokens per session (210 once invoked), scanned A, original, MIT.

A tool that reads saved custom slash commands and lists their names, descriptions, and whether they apply globally or only to the current project.

In plain words
What is it for?
Use it to browse or review your personal and project-specific slash commands.
Why use it?
It gives you one place to see which reusable commands you have created instead of searching command folders yourself.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the slash-it plugin — 5 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/fayis672/slash-it/list-cmds
Any agent
npx skills add fayis672/slash-IT --skill list-cmds
Clone the repo
git clone --depth 1 https://github.com/fayis672/slash-IT

Made for: Claude Code.

Or install slash-it, the plugin that ships this one along with the rest of its 5 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for list-cmds

README.md
[![agentmods](https://agentmods.dev/badge/skills/fayis672/slash-it/list-cmds.svg)](https://agentmods.dev/skills/fayis672/slash-it/list-cmds)
Your own site
<a href="https://agentmods.dev/skills/fayis672/slash-it/list-cmds"><img src="https://agentmods.dev/badge/skills/fayis672/slash-it/list-cmds.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 210 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.00210
Opus 5 $0.00015 $0.00105
Sonnet 5 $0.00006 $0.00042
Haiku 4.5 $0.00003 $0.00021

Measured 6d ago against content hash 3a3eb8170a60, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

list-cmds scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/list-cmds/SKILL.md · 18 lines

What it actually says

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>.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 18 lines · 30 tokens per session scan A 3a3eb8170a60

Subscribe to this mod's changes

list-cmds is a skill published in the GitHub repository fayis672/slash-IT (2 stars, last pushed 2mo ago), licensed MIT. It adds 30 tokens to every session and 210 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

coaching-mode

Use when the user wants to coach someone — a report, peer, or mentee — through a problem rather than solve it for them. Trigger phrases include "coach me through how to talk to [report]", "I want to help [name] figure out X without telling them what to do", "let me practice a coaching conversation", "GROW conversation…

shwetank/bettersense · 0 tokens

user-profile

Use to create or update the user's anchor profile — a single private file (/bettersense-work-reflections/profile.md) that captures who the user is, what they do, what context other skills need to know about them. Read automatically by other skills in the bundle when present, so the user doesn't re-explain themselves…

shwetank/bettersense · 131 tokens

workload-equity

Use when the user wants to analyze whether non-promotable (glue) work is fairly distributed across their team, with attention to demographic and seniority patterns. Trigger phrases include "is our glue work fair", "who does the non-promotable work on our team", "audit workload distribution", "are women doing more glue…

shwetank/bettersense · 115 tokens

manage-glue-workers

Use when managing engineers who naturally gravitate toward glue work (onboarding, documentation, unblocking, process improvement) and need protection from burnout, visibility for their impact, and career development that doesn't force them off the IC track. Trigger phrases include "my report does too much glue", "how…

shwetank/bettersense · 122 tokens

one-on-one-prep

Use when the user is preparing for a 1:1 — as a manager preparing to meet with a report, as an IC preparing to meet with their manager, or as a peer preparing for a regular sync. Trigger phrases include "I have a 1:1 with X tomorrow", "help me prep for my 1:1", "what should I bring up in my next 1:1?". Builds an…

shwetank/bettersense · 139 tokens

wins-log

Use when the user wants to capture a "win at work" — something they shipped, judgment they exercised, someone they mentored, a fire they put out, a hard decision they got right. Trigger phrases include "I just shipped X", "log this win", "add to my brag doc", "I want to remember what I did this week", "I had a good…

shwetank/bettersense · 149 tokens