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/jaichangpark/workshop-harness/eli5-concept-explainernpx skills add JAICHANGPARK/workshop-harness --skill eli5-concept-explainergit clone --depth 1 https://github.com/JAICHANGPARK/workshop-harnessWrote 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/jaichangpark/workshop-harness/eli5-concept-explainer)<a href="https://agentmods.dev/skills/jaichangpark/workshop-harness/eli5-concept-explainer"><img src="https://agentmods.dev/badge/skills/jaichangpark/workshop-harness/eli5-concept-explainer.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.00054 | $0.01412 |
| Opus 5 | $0.00027 | $0.00706 |
| Sonnet 5 | $0.00011 | $0.00282 |
| Haiku 4.5 | $0.00005 | $0.00141 |
Grade A, and why
eli5-concept-explainer 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 — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ELI5 Concept Explainer Skill
Purpose
Automates the generation of intuitive, jargon-free technical explanations and real-world analogies for complex AI concepts, model architectures, and runtime error signatures. Tailored for workshop facilitators, speakers, and teaching assistants (TAs) to onboard diverse attendee personas (non-coders, junior engineers, product managers, designers) and eliminate cognitive overload during live hands-on labs.
3-Tier Progressive Disclosure Framework
When explaining any technical concept, the skill enforces a 3-tier progressive explanation structure:
flowchart TD
Tier1["Tier 1: ELI5 Physical Analogy<br>Relatable real-world story or everyday physical object"]
Tier2["Tier 2: Technical Mechanism<br>Underlying data flow, APIs, and key architectural components"]
Tier3["Tier 3: Workshop Hands-on Action<br>What code the attendee writes or what outcome to observe"]
Tier1 --> Tier2 --> Tier3
- Tier 1 (ELI5 Analogy): Strips away mathematical notation and technical acronyms, grounding the idea in a tangible physical analogy.
- Tier 2 (Underlying Mechanism): Explains what happens behind the scenes (tokens, vectors, memory, network calls) in clear, accessible language.
- Tier 3 (Hands-on Action): Connects the concept directly to the code snippet or CLI command the attendee executes in the lab.
Master Technical Concept Analogy Matrix
| Technical Concept | Technical Jargon Definition | ELI5 Real-World Analogy | Lab Hands-on Takeaway |
|---|---|---|---|
| Local LLM Inference | Running quantized model weights entirely on on-device GPU/NPU/CPU without cloud API calls | Having a skilled encyclopedia reader living inside your laptop who works with no internet connection | Your code queries localhost:11434 instead of sending data over the internet |
Model Quantization (Q4_K_M) |
Reducing numerical precision of weight matrices from 16-bit float to 4-bit integers to shrink RAM footprint | Compressing a high-resolution 4K photo into a lightweight JPEG so it fits on a small flash drive while still looking sharp | Lets an 8GB RAM laptop run a 9B model without running out of memory (OOM) |
| Vector Embeddings | High-dimensional numerical representations of semantic relationships in latent vector space | Giving every concept a GPS coordinate on a giant conceptual map where 'king' and 'queen' are right next to each other | Translates sentences into arrays of numbers so the computer can measure similarity |
| RAG (Retrieval-Augmented Generation) | Querying vector databases for k-NN chunks and injecting them into prompt context windows | An open-book exam where the student checks the reference textbook before writing their answer | Attaches relevant documents to the prompt so the model never hallucinates facts |
| Function Calling / Tool Use | LLM generating structured JSON arguments mapped to external API signatures | Giving an assistant a calculator and calendar, letting them push buttons when they need accurate numbers | Model returns a JSON object telling your Python/TS app which function to execute |
| Multi-Agent Coordinator | Graph-based orchestrator delegating sub-tasks to specialized sub-agents with state machines | An orchestra conductor directing the violinist and drummer, making sure everyone plays in harmony | Root agent breaks a large user request into smaller tasks for worker agents |
| Gemini Live & VAD | Bidirectional 16kHz PCM streaming over WebSockets with Voice Activity Detection | A real-time phone call where the other person pauses when you start speaking and responds when you stop | Continuous voice interaction without clicking a 'Send' button |
| Human-in-the-Loop (HITL) | Pausing execution graph at mutation checkpoints awaiting user confirmation | A pilot asking the captain for final takeoff confirmation before throttling the engines | Agent pauses before running critical commands and waits for your terminal approval |
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 · 91 lines · 54 tokens per session scan A e4ac663303c2
eli5-concept-explainer is a skill published in the GitHub repository JAICHANGPARK/workshop-harness (5 stars, last pushed 3d ago), licensed MIT. It adds 54 tokens to every session and 1,412 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-08-31.
Other skills, from other repositories
hr-onboarding
A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".
book-mirror
Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis. Each chapter is preserved in detail (The Chapter) and mirrored back to the reader's actual life (The Mirror) using brain context. The mirror observes and resonates — a friend pointing out parallels, NOT a consultant rearranging the reader's…
miniapp
Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.
eli5
Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.
deck-course-module
暖纸背景 + Playfair, 左侧学习目标常驻, 含 MCQ 自测页.
best-practices
Searchable knowledge base of 152+ programming best practices across 30+ languages and frameworks. BM25-powered search over curated resources from industry leaders (Google, Airbnb, Uber, Mozilla, Shopify, OWASP).