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

- **Type:** Skill
- **Install:** `agentstack add skill-fayis672-slash-it-list-cmds`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [fayis672](https://agentstack.voostack.com/s/fayis672)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [fayis672](https://github.com/fayis672)
- **Source:** https://github.com/fayis672/slash-IT/tree/main/skills/list-cmds

## Install

```sh
agentstack add skill-fayis672-slash-it-list-cmds
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

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

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [fayis672](https://github.com/fayis672)
- **Source:** [fayis672/slash-IT](https://github.com/fayis672/slash-IT)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-fayis672-slash-it-list-cmds
- Seller: https://agentstack.voostack.com/s/fayis672
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
