cmds

cmds is a command for Claude Code from Ertinox7711/SGRR-AGI-V2. It costs 47 tokens per session (697 once invoked), scanned A, original, MIT.

A command that lists the slash commands and skills available in the current Claude Code session, including where they are stored and whether installed plugins are loaded.

In plain words
What is it for?
Use it to inventory personal commands, personal skills, and plugin commands, and to find items that are installed but unavailable.
Why use it?
Command menus can contain many entries, while installed items may be missing because they are not enabled or have invalid metadata. This helps distinguish what exists on disk from what you can invoke now.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Good fit Use it to inventory personal commands, personal skills, and plugin commands, and to find items that are installed but unavailable.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ertinox7711/sgrr-agi-v2/cmds
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.

Clone the repo
git clone --depth 1 https://github.com/Ertinox7711/SGRR-AGI-V2

Made for: Claude Code.

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 cmds

README.md
[![agentmods](https://agentmods.dev/badge/commands/ertinox7711/sgrr-agi-v2/cmds/github.svg)](https://agentmods.dev/commands/ertinox7711/sgrr-agi-v2/cmds)
Your own site
<a href="https://agentmods.dev/commands/ertinox7711/sgrr-agi-v2/cmds"><img src="https://agentmods.dev/badge/commands/ertinox7711/sgrr-agi-v2/cmds/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cmds

Your own site · 80×15
<a href="https://agentmods.dev/commands/ertinox7711/sgrr-agi-v2/cmds"><img src="https://agentmods.dev/badge/commands/ertinox7711/sgrr-agi-v2/cmds.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 697 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00047 $0.00697
Opus 5 $0.00023 $0.00349
Sonnet 5 $0.00009 $0.00139
Haiku 4.5 $0.00005 $0.00070

Measured 2d ago against content hash 4834b419d64c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

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 2d 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.

commands/cmds.md · 50 lines

How it starts

The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Inventaire des slash commands de cette session. Filtre : $ARGUMENTS

Depuis Claude Code 2.1.x les commandes personnalisees et les skills sont fusionnes dans le meme menu /. Le menu n'est donc pas vide : il est noye. Cette commande sert a retrouver ce qui existe vraiment.

Regles de nommage (verite disque, ne pas deviner)

  • Commande perso = un fichier sous C:\Users\YOU\.claude\commands\. foo.md donne /foo · bar/foo.md donne /bar:foo · bar/baz/foo.md donne /bar:baz:foo.
  • Skill perso = un dossier sous C:\Users\YOU\.claude\skills\<nom>\SKILL.md. Un SKILL.md sans frontmatter name: + description: n'apparait pas dans le menu — c'est le mode de disparition silencieuse le plus frequent.
  • Commande de plugin = <plugin>/commands/*.md, invoquee /<plugin>:<nom>, et seulement si le plugin est a true dans enabledPlugins de C:\Users\YOU\.claude\settings.json.

Ce que tu fais

  1. Liste les commandes perso : Glob C:\Users\YOU\.claude\commands\**\*.md — donne le nom d'invocation de chacune, plus sa description lue dans le frontmatter.
  2. Liste les skills perso et repere ceux sans frontmatter valide (ils sont installes mais muets) : Glob C:\Users\YOU\.claude\skills\**\SKILL.md
  3. Lis enabledPlugins dans settings.json, puis pour chaque plugin actif liste C:\Users\YOU\.claude\plugins\marketplaces\*\plugins\<plugin>\commands\*.md. Signale separement les plugins a false : leurs commandes existent sur le disque mais ne sont pas chargees.
  4. Compare a la liste de skills reellement injectee dans cette session. Ce qui est sur le disque mais absent de la session = installe, non charge — dis-le explicitement, c'est l'information utile.

Piege de version

Le binaire du terminal et l'app Desktop peuvent etre a des versions differentes : dans ce cas les deux menus / ne sont pas les memes. Verifie avec claude --version et signale l'ecart s'il existe, plutot que de conclure qu'une commande a disparu.

Read the full file on GitHub · 50 lines

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. 2d ago First seen · 50 lines · 47 tokens per session scan A 4834b419d64c

Subscribe to this mod's changes

cmds is a command published in the GitHub repository Ertinox7711/SGRR-AGI-V2 (1 stars, last pushed 2d ago), licensed MIT. It adds 47 tokens to every session and 697 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-09-09.