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 skills add ur-grue/autopunk-media-skills --skill topic-glossary-writergit clone --depth 1 https://github.com/ur-grue/autopunk-media-skillsWrote 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/ur-grue/autopunk-media-skills/topic-glossary-writer)<a href="https://agentmods.dev/skills/ur-grue/autopunk-media-skills/topic-glossary-writer"><img src="https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/topic-glossary-writer/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/ur-grue/autopunk-media-skills/topic-glossary-writer"><img src="https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/topic-glossary-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00052 | $0.01944 |
| Opus 5 | $0.00026 | $0.00972 |
| Sonnet 5 | $0.00010 | $0.00389 |
| Haiku 4.5 | $0.00005 | $0.00194 |
Grade A, and why
topic-glossary-writer 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 9d 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 — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Topic Glossary Writer
What This Skill Does
Produces a plain-language glossary of essential terms for a complex or specialist topic, written so that a journalist, presenter, or producer with no prior expertise can understand and use the terms correctly before entering an interview or writing a script.
When To Use This Skill
- You are assigned to cover a specialist beat (finance, science, law, technology, medicine) and need to get up to speed before your first interview or deadline
- You are briefing a presenter or on-screen talent who needs to speak confidently about a technical subject without getting terminology wrong
- You are writing a script or article on a complex topic and want a reference document to keep definitions consistent throughout
- Your team is producing a series on an unfamiliar subject and needs shared vocabulary before production begins
What You Need To Provide
Required: The topic or subject area, and the intended audience for the glossary (e.g. journalist preparing for an interview, TV presenter, general reader, production team). Optional: The specific story angle or editorial focus, any terms you already know are relevant, the format of the final content (broadcast, print, online), and any terms you want defined even if they seem basic.
How the Assistant Approaches This
- Identifies the core terms a non-specialist must understand to follow the topic accurately — prioritising terms that are commonly misused, misunderstood, or used inconsistently across sources.
- Writes each definition in plain language, at the level of a well-educated non-specialist. Avoids circular definitions ("a derivative is a type of financial derivative").
- Adds a brief note where a term is frequently confused with another, or where common usage differs from technical usage — these distinctions are where errors most often occur in journalism.
- Orders terms logically: foundational concepts first, then more complex terms that build on them. Not alphabetical, unless specifically requested.
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.
- 9d ago First seen · 110 lines · 52 tokens per session scan A 521b93366764
topic-glossary-writer is a skill published in the GitHub repository ur-grue/autopunk-media-skills (32 stars, last pushed 12d ago), licensed MIT. It adds 52 tokens to every session and 1,944 once invoked, about $0.0003 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-04.
Other skills, from other repositories
understand-explain
Use when you need a deep-dive explanation of a specific file, function, or module in the codebase.
master-milarepa
A reference skill for answering questions about Milarepa, a Tibetan Buddhist teacher associated with the Kagyu tradition. It covers retreat, hardship, Mahamudra, inner heat practices, and devotion to a teacher.
learning-and-development
Builds capability — skills gaps, career frameworks, training that transfers to the job, and internal mobility. Use this to design a career ladder, close a capability gap, decide whether to build or hire a skill, structure onboarding into a role, or work out why training keeps failing to change anything.
team-onboarding-playbook
Design a structured onboarding experience that gets new team members productive in 30, 60, and 90 days. Use when a new hire is joining, when contractors or agency partners need to ramp up, when an existing team is restructuring and members are switching focus, or when current onboarding feels chaotic and slow. Also…
understand-change
Teach the user to deeply understand a change through interactive tutoring: restating understanding, drilling into why/what/how, and quizzing until mastery. The active counterpart to a one-shot explanation. Use when the user asks to "understand this change", "teach me this change", "help me understand what changed"…
java-test-updater
Update Java test classes and methods to work with new code versions after refactoring or modifications. Use when code changes break existing tests due to signature changes, refactoring, or behavior modifications. Takes old and new code versions plus old tests as input, and outputs updated tests that compile and pass…