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.
npx agentmods add skills/lixiansenqwq/classmap-skill/classmap-targetnpx skills add LIXianSenQwQ/classmap-skill --skill classmap-targetgit clone --depth 1 https://github.com/LIXianSenQwQ/classmap-skillWrote 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/lixiansenqwq/classmap-skill/classmap-target)<a href="https://agentmods.dev/skills/lixiansenqwq/classmap-skill/classmap-target"><img src="https://agentmods.dev/badge/skills/lixiansenqwq/classmap-skill/classmap-target.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 | $0.00091 | $0.01002 |
| Opus 5 | $0.00046 | $0.00501 |
| Sonnet 5 | $0.00018 | $0.00200 |
| Haiku 4.5 | $0.00009 | $0.00100 |
Grade A, and why
classmap-target 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.
How it starts
The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
classmap-target
Use CLASSMAP.md as the first navigation layer for AI coding.
The goal is to map the user's request to the smallest accurate set of classes, modules, components, services, controllers, repositories, hooks, stores, APIs, and tests.
Core Rule
Read CLASSMAP.md first.
Do not begin with broad repository search. Use the map to choose likely files, then verify with small focused code reads.
Responsibilities
Use this skill to:
- Parse the user's requested feature, bug, refactor, or behavior change.
- Find the most relevant code units from
CLASSMAP.md. - Explain why each candidate is or is not a target.
- Read primary target files before searching elsewhere.
- Use focused search only when the map is missing, incomplete, or suspicious.
- Implement the requested code change when the user asked for coding.
- Incrementally update
CLASSMAP.mdonly for files changed, created, or directly verified during this task.
Do not:
- Rebuild the entire
CLASSMAP.md. - Scan the whole repository by default.
- Rewrite unrelated classmap sections.
- Update entries for files you did not inspect or touch.
- Treat
CLASSMAP.mdas authoritative when code contradicts it. - Ignore the actual code when the map and code disagree.
Workflow
-
Parse the request:
- feature
- behavior
- bug symptom
- domain nouns
- UI entrypoint
- API endpoint
- event, job, or handler
- data model
- expected change
-
Read
CLASSMAP.md. -
Produce a target recommendation before coding.
-
Verify by reading primary target files.
-
Use limited search only if needed:
- Search for names, methods, routes, events, or concepts discovered from
CLASSMAP.md. - Avoid broad exploratory search unless
CLASSMAP.mdis missing or clearly stale.
- Search for names, methods, routes, events, or concepts discovered from
-
Make the code change if the user requested implementation.
-
After code changes, update
CLASSMAP.mdonly for the current task scope.
Target Recommendation Format
Before coding, output a concise routing note:
What ships with it
1 file 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.
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.
- 4d ago First seen · 142 lines · 91 tokens per session scan A 304499184ac2
classmap-target is a skill published in the GitHub repository LIXianSenQwQ/classmap-skill (3 stars, last pushed 2mo ago), licensed MIT. It adds 91 tokens to every session and 1,002 once invoked, about $0.0005 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
optimize-accuracy-first
Diagnose, design, implement, and validate system optimizations while treating correctness, retrieval quality, bounded behavior, and avoided downstream work as primary outcomes. Use for performance, latency, CPU, memory, storage, indexing, search, retrieval, caching, batching, concurrency, tokenizer, database, or…
guide
Show a quick-reference guide for all Token Pilot tools — when to use each one.
stats
Show Token Pilot session analytics — token savings, per-tool breakdown, top files, per-agent grouping.
install
Install or check ast-index binary (auto-downloads if missing).
rulesync
Generates and syncs AI rule configuration files (.cursorrules, CLAUDE.md, copilot-instructions.md) across 20+ coding tools from a single source. Use when syncing AI rules, running rulesync commands, importing or generating rule files, or managing shared AI coding configurations.
establishing-project-context
Use when the user asks to establish shared project language, or project work exposes a conflicting, renamed, or deprecated domain term that needs active semantic modeling. Routine small tasks stay on the fast path.