Borrowing it
Nothing to install: this file belongs to YosefHayim/launch-store. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/YosefHayim/launch-store/main/.claude/skills/add-a-glossary-topic/SKILL.mdgit clone --depth 1 https://github.com/YosefHayim/launch-storeWrote 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/yosefhayim/launch-store/add-a-glossary-topic)<a href="https://agentmods.dev/skills/yosefhayim/launch-store/add-a-glossary-topic"><img src="https://agentmods.dev/badge/skills/yosefhayim/launch-store/add-a-glossary-topic/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.
<a href="https://agentmods.dev/skills/yosefhayim/launch-store/add-a-glossary-topic"><img src="https://agentmods.dev/badge/skills/yosefhayim/launch-store/add-a-glossary-topic.svg" alt="Reviewed on agentmods" width="80" 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.00045 | $0.00251 |
| Opus 5 | $0.00023 | $0.00125 |
| Sonnet 5 | $0.00009 | $0.00050 |
| Haiku 4.5 | $0.00005 | $0.00025 |
Grade A, and why
add-a-glossary-topic 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 12d 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.
What it actually says
Add a glossary topic
Use this when
- adding a
launch explaintopic - adding teaching text for a new concept, step, or store term
Steps
- Add the topic to
src/core/terminal/glossary.ts- the single source for teaching text. It feeds bothlaunch explainand the--explainstep expansions; never duplicate the strings elsewhere. - Bump the topic count in
src/core/terminal/glossary.test.ts(expect(topics.length).toBe(N)) by the number of topics you added, and add atoContain(...)assertion per new topic. - Run the gate.
The toBe(N) count is a known merge hotspot: if a concurrent PR also added a topic, the count collides. On rebase, sum both additions rather than taking one side, and keep both topics.
See AGENTS.md.
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.
- 12d ago First seen · 22 lines · 45 tokens per session scan A 0b49f8180bf2
add-a-glossary-topic is a skill published in the GitHub repository YosefHayim/launch-store (8 stars, last pushed 15d ago), licensed MIT. It adds 45 tokens to every session and 251 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-08-31.
Other skills, from other repositories
app-store-preflight-compliance
Pre-submission compliance scanner workflow for Apple App Store apps. Use when reviewing iOS, macOS, tvOS, watchOS, or visionOS projects (Swift, Objective-C, React Native, Expo) for App Store rejection risks, submission readiness, privacy compliance, or guideline violations.
greenlight
It now lives at skills/greenlight/SKILL.md.
appstore-ppp-pricing
Bulk-sets App Store in-app purchase and subscription prices across 175+ countries by purchasing power parity, using the appstore-ppp-prices CLI. Use whenever the user wants to localize, bulk-update, lower, raise or review regional App Store pricing — "set regional prices", "PPP pricing", "make my app cheaper in…
gws-classroom
Google Classroom: Manage classes, rosters, and coursework.
get-rep-call-feedback
Use when the user wants evidence-backed coaching for one rep's calls, especially by comparing the rep with peer examples to identify repeatable best practices, specific upgrade moments, and practical next-call language.
recipe-create-classroom-course
Create a Google Classroom course and invite students.