jargon

jargon is a skill for Kiro from smileynet/teach-me. It costs 41 tokens per session (1,181 once invoked), scanned A, original, MIT.

A post-writing review that identifies specialist terms in a lesson and adds definitions readers can open as tooltips.

In plain words
What is it for?
Use it after writing lessons to find important domain terms, use existing concept hints, and add glossary explanations to ordinary page text.
Why use it?
It helps newcomers understand technical language without leaving the lesson, while avoiding markup that would break SVG drawings.

Skill for Kiro

Written for Kiro: installed under .kiro/.

Good fit Use it after writing lessons to find important domain terms, use existing concept hints, and add glossary explanations to ordinary page text.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/smileynet/teach-me/jargon
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 smileynet/teach-me --skill jargon
Clone the repo
git clone --depth 1 https://github.com/smileynet/teach-me

Made for: Kiro.

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 jargon

README.md
[![agentmods](https://agentmods.dev/badge/skills/smileynet/teach-me/jargon.svg)](https://agentmods.dev/skills/smileynet/teach-me/jargon)
Your own site
<a href="https://agentmods.dev/skills/smileynet/teach-me/jargon"><img src="https://agentmods.dev/badge/skills/smileynet/teach-me/jargon.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,181 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.00041 $0.01181
Opus 5 $0.00020 $0.00590
Sonnet 5 $0.00008 $0.00236
Haiku 4.5 $0.00004 $0.00118

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

Security

Grade A, and why

jargon 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 8d 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.

.kiro/skills/jargon/SKILL.md · 110 lines

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.

Jargon

Review a written lesson and annotate domain-specific terms with glossary tooltips so newcomers can look up jargon without leaving the page.

Hard Rules

  • Never annotate terms inside SVG elements. HTML <span> is invalid inside SVG <text> — browsers eject content, creating orphaned text nodes. The is_inside_svg() check in jargon-annotate.py enforces this mechanically.

When to run

After a lesson is written and content is finalized. This is a post-processing pass — don't annotate while writing (it interrupts flow).

Input

A lesson HTML file. If no path is given, operate on the most recent lesson in lessons/.

Concept list (optional): If .scratch/concepts/{slug}.json exists (produced by concept_hints.py during generate-topic), read it and use concepts[].term as the candidate list. These are statistically important terms from the source material, ranked by foundational-ness. Still apply all three gates; the list provides candidates, not decisions.

If no concept hints file exists but source-chunks/{domain}.json does, run python tools/concept_hints.py source-chunks/{domain}.json --topic {slug} --domain {domain} to generate it.

Process

1. Read the lesson

Read the full HTML content. Identify the domain being taught (from the lesson title, content, and MISSION.md if available).

2. Extract candidate terms

Find words and phrases that are domain-specific jargon. Look for:

  • Terms with a specific meaning in this domain
  • Acronyms used without expansion
  • Familiar words used with an unfamiliar domain-specific meaning
  • Compound terms unique to this domain (e.g., "manifest list", "partition spec")

3. Filter ruthlessly

Apply these three gates. ALL must pass for a term to be annotated:

Gate 1: Is this term specific to the domain being taught? Skip general computing terms (API, JSON, server, database), general cloud terms (S3, region), product names (Athena, Spark), and basic vocabulary the audience already has.

Read the full file on GitHub · 110 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. 8d ago First seen · 110 lines · 41 tokens per session scan A 59a2de100477

Subscribe to this mod's changes

jargon is a skill published in the GitHub repository smileynet/teach-me (3 stars, last pushed today), licensed MIT. It adds 41 tokens to every session and 1,181 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.

Related

Other skills, from other repositories

anki

Anki spaced repetition learning system reference. Covers the science of SRS and SM-2 algorithm, card design principles, optimal deck settings, FSRS scheduler, study workflow, essential add-ons, custom templates, filtered decks, and AnkiConnect API.

bytesagain/ai-skills · 53 tokens

reading-metaskill

A reading and learning guide based on building a regular reading habit, choosing books, and understanding difficult subjects through original works and explanation.

kangarooking/cangjie-skill · 139 tokens

textbook-distillation

Turn a textbook or long-form source into a self-paced learning track: chapter map, lesson plan, then self-contained HTML lecture notes (styled as the human specifies) with worked examples, exercises, and checkpoint questions. Read this for "lecture notes" / "study notes" / "course" / "syllabus" requests from a…

Lingtai-AI/lingtai · 116 tokens

learning-notes-automation

A workflow for turning videos, podcasts, and articles into structured learning notes. It extracts key ideas and creates flashcards that can be imported into Anki, a spaced-repetition study app.

chubbyguan/chubbyskills · 58 tokens

antivibe

Code learning and audit framework. Analyze any codebase — new, legacy, or AI-generated — and produce educational explanations or architectural audits. Use when the user wants to understand WHAT and WHY behind any code, not just accept it.

mohi-devhub/antivibe · 50 tokens

growth-mindset

Applies Carol Dweck's growth mindset framework to individual resilience and organizational culture, distinguishing between fixed mindset (ability is innate) and growth mindset (ability develops through effort and strategy). Use when processing failure and setbacks, reframing team responses to challenges, designing…

fatihguner/foreman · 86 tokens