Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Emasoft/claude-plugins-validation/plugin install claude-plugins-validationWrote 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.
[](https://agentmods.dev/skills/emasoft/claude-plugins-validation/cpv-main-menu-skill)<a href="https://agentmods.dev/skills/emasoft/claude-plugins-validation/cpv-main-menu-skill"><img src="https://agentmods.dev/badge/skills/emasoft/claude-plugins-validation/cpv-main-menu-skill.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00072 | $0.02070 |
| Opus 5 | $0.00036 | $0.01035 |
| Sonnet 5 | $0.00014 | $0.00414 |
| Haiku 4.5 | $0.00007 | $0.00207 |
Grade A, and why
cpv-main-menu-skill 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.
How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CPV Main-Menu Routing Skill
Overview
Backing skill for /cpv-main-menu. Holds the FIXED menu specs (shipped
as JSON files in skill-menus/NN-<slug>.json), per-leaf execution
recipes, AND the FIXED-KEY ROUTING CONTRACT (letter→action maps) for
every menu in the tree. Every menu is rendered by the
claude-menu-system plugin's Stop-hook emitter — the orchestrator
queues a spec via scripts/print_menu.py and ENDS its turn; the hook
prints the menu post-turn via the hook JSON systemMessage field,
so the menu is shown to the user but NEVER enters the transcript or
prompt cache. print_menu.py keeps the queue Bash card tiny: a FIXED
menu is queued with just its index (print_menu.py fixed NN); a
DYNAMIC menu (rows vary at runtime) is queued with only its bare list
of entries (print_menu.py dynamic '<entries>') and the engine
auto-appends P/A/B/M/0. Every menu includes a 0 exit row;
every sub-menu also includes B — Back. NEVER print menus inline.
NEVER use AskUserQuestion.
Prerequisites
- Orchestrator is
/cpv-main-menu(this skill isuser-invocable: false) ${CLAUDE_PLUGIN_ROOT}is set by Claude Codeclaude-menu-systemplugin is installed (declared as a hard dependency in.claude-plugin/plugin.json). If missing,print_menu.pyfails fast with the install hint — there is NO inline fallback renderer (TRDD-4de479a0, no-legacy rule).
Menu tree
Full tree, menu specs, per-leaf bash recipes, AND per-menu fixed letter→action maps: menu-tree.
Shell prologue · Menu-spec rendering rules · Fixed-key routing contract · Menu definitions · Etiquette and error handling
Top-level categories (canonical layout in menu-tree.md §3.0 — v2.90.0): 1 Validate · 2 Fix · 3 Optimize for Cache · 4 Diagnose · 5 Update · 6 Create · 7 Publish & Migrate · 8 Manage · H Help · A Ask · 0 Cancel
Fixed-key routing contract (single source of truth)
Two namespaces that never collide:
- Numbers
1..N— DYNAMIC list, ordered alphabetically. The Nth number is always the Nth alpha-sorted dynamic item. - Letters — FIXED actions. Each letter is permanently bound to one
action across every CPV menu —
MMain,BBack,X/0Exit, plus per-menu mnemonics (VValidate,FFix,DDiagnose,CCreate, …) documented per sub-menu in menu-tree.
What ships with it
27 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/menu-tree.md 118 KB
- skill-menus/01-path-source-layoutc.json 768 B
- skill-menus/02-path-source-mkt.json 658 B
- skill-menus/03-path-source-plugin.json 546 B
- skill-menus/04-path-source-plain.json 551 B
- skill-menus/05-main.json 1.6 KB
- skill-menus/06-validate.json 1.4 KB
- skill-menus/07-validate-component.json 1.4 KB
- skill-menus/08-validate-style-or-rule.json 680 B
- skill-menus/09-validate-marketplace.json 884 B
- skill-menus/10-validate-scope.json 680 B
- skill-menus/11-validate-quality.json 1.3 KB
- skill-menus/12-validate-other.json 828 B
- skill-menus/13-validate-github.json 645 B
- skill-menus/14-validate-batch.json 1.4 KB
- skill-menus/15-validate-batch-scope.json 794 B
- skill-menus/16-fix.json 1.4 KB
- skill-menus/17-create.json 2.0 KB
- skill-menus/18-manage.json 2.0 KB
- skill-menus/19-diagnose.json 1.5 KB
- skill-menus/20-update.json 598 B
- skill-menus/21-publish.json 1.1 KB
- skill-menus/22-help.json 791 B
- skill-menus/23-done.json 419 B
- skill-menus/24-security.json 2.0 KB
- skill-menus/25-cache.json 988 B
- skill-menus/26-post-validate.json 960 B
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.
- 6d ago First seen · 145 lines · 72 tokens per session scan A c74445ba9242
cpv-main-menu-skill is a skill published in the GitHub repository Emasoft/claude-plugins-validation (4 stars, last pushed 2d ago), licensed MIT. It adds 72 tokens to every session and 2,070 once invoked, about $0.0004 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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…