slash-command-skill-classification-filter

slash-command-skill-classification-filter is a skill for Claude Code, Codex from ychampion/cskill-agents. It costs 44 tokens per session (574 once invoked), scanned A, original, MIT.

A filter that builds a human-facing slash-command list from a larger command registry using metadata, source rules, and builtin exclusions.

In plain words
What is it for?
Use it to populate slash-command pickers and separate commands users can invoke from those models may execute automatically.
Why use it?
It prevents undocumented, builtin, or unusable commands from appearing as available skills, while preserving intentionally user-only commands.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to populate slash-command pickers and separate commands users can invoke from those models may execute automatically.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ychampion/cskill-agents/slash-command-skill-classification-filter
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.

Any agent
npx skills add ychampion/cskill-agents --skill slash-command-skill-classification-filter
Clone the repo
git clone --depth 1 https://github.com/ychampion/cskill-agents

Made for: Claude Code, Codex.

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 slash-command-skill-classification-filter

README.md
[![agentmods](https://agentmods.dev/badge/skills/ychampion/cskill-agents/slash-command-skill-classification-filter.svg)](https://agentmods.dev/skills/ychampion/cskill-agents/slash-command-skill-classification-filter)
Your own site
<a href="https://agentmods.dev/skills/ychampion/cskill-agents/slash-command-skill-classification-filter"><img src="https://agentmods.dev/badge/skills/ychampion/cskill-agents/slash-command-skill-classification-filter.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 574 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.00044 $0.00574
Opus 5 $0.00022 $0.00287
Sonnet 5 $0.00009 $0.00115
Haiku 4.5 $0.00004 $0.00057

Measured 4d ago against content hash ea9a6ab44e35, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

slash-command-skill-classification-filter 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 4d 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.

agents/claude-code/skills/slash-command-skill-classification-filter/SKILL.md · 31 lines

How it starts

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

SKILL: Slash-Command Skill Classification Filter

Domain: Command Architecture Trigger: Use when a slash-command picker or human-facing skill list must be derived from a larger prompt-command registry without exposing builtin, undocumented, or wrongly sourced commands. Source Pattern: Distilled from reviewed command-surface, skill-discovery, and CLI capability implementations.

Core Method

Build the slash-command skill surface as a curated filtered view over the broader command registry instead of treating every prompt command as a skill. Require each surfaced entry to be prompt-shaped, non-builtin, and backed by clear human-readable metadata such as a summary or trigger sentence. Admit only an approved set of source classes such as installed skills, bundled skills, and trusted plugins. If a command is intentionally user-invocable but not model-invocable, keep it visible in the human-facing picker while still excluding it from automatic model execution.

Key Rules

  • Start from the full command registry, then derive a dedicated slash-command skill subset with explicit admission rules rather than sharing a looser generic listing.
  • Keep the filter scoped to prompt-type commands so execution semantics match the slash-command skill surface.
  • Exclude builtin commands from this surface even if they are prompt-shaped; builtin command discovery belongs to a different UX path.
  • Require descriptive metadata such as a summary or trigger sentence before a command can appear, so the user never sees opaque entries with no guidance.
  • Restrict source admission to a controlled allowlist like skills, plugin, and bundled instead of assuming every external prompt command is a skill.
  • Preserve an override path for manual-only commands when they should remain user-discoverable even though the model is not allowed to invoke them automatically.

Example Application

If an editor assistant builds a skills palette from all registered prompt commands, first remove builtins, then keep only entries with clear description metadata, and finally admit only bundled skills, installed skill packs, approved plugin commands, plus a manual-only deployment helper that users may run themselves. The result is a human-facing palette that stays informative and intentionally curated without hiding useful manual commands.

Read the full file on GitHub · 31 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. 4d ago First seen · 31 lines · 44 tokens per session scan A ea9a6ab44e35

Subscribe to this mod's changes

slash-command-skill-classification-filter is a skill published in the GitHub repository ychampion/cskill-agents (36 stars, last pushed 5mo ago), licensed MIT. It adds 44 tokens to every session and 574 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-03.