eli-compare

eli-compare is a skill for Claude Code, Codex from kavyabhand/claude-eli5. It costs 66 tokens per session (518 once invoked), scanned A, original, MIT.

A side-by-side explanation of two ideas at a beginner-friendly level. It uses the same everyday comparison for both ideas so their similarities and main difference are easy to see.

In plain words
What is it for?
Use it to compare concepts, tools, methods, or technologies and decide when each one is the better fit.
Why use it?
It helps when two terms are easy to confuse and a long technical explanation would be unnecessary.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

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.

agentmods
npx agentmods add skills/kavyabhand/claude-eli5/eli-compare
Any agent
npx skills add kavyabhand/claude-eli5 --skill eli-compare
Clone the repo
git clone --depth 1 https://github.com/kavyabhand/claude-eli5

Made for: Claude Code, Codex.

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 eli-compare

README.md
[![agentmods](https://agentmods.dev/badge/skills/kavyabhand/claude-eli5/eli-compare.svg)](https://agentmods.dev/skills/kavyabhand/claude-eli5/eli-compare)
Your own site
<a href="https://agentmods.dev/skills/kavyabhand/claude-eli5/eli-compare"><img src="https://agentmods.dev/badge/skills/kavyabhand/claude-eli5/eli-compare.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 518 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00066 $0.00518
Opus 5 $0.00033 $0.00259
Sonnet 5 $0.00013 $0.00104
Haiku 4.5 $0.00007 $0.00052

Measured 6d ago against content hash 1fdb82ebfa73, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

eli-compare 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 6d 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.

skills/eli-compare/SKILL.md · 50 lines

What it actually says

ELI-COMPARE — Side-by-Side Comparison

Usage: /eli-compare X vs Y or /eli-compare X Y

Extract the two concepts from the prompt. If only one is mentioned, ask: "Compare it to what?"

Format

**[Concept A]** — [one-line analogy from everyday life]
**[Concept B]** — [one-line analogy using the SAME everyday domain]

**Same**: [what they genuinely have in common, one sentence]
**Different**: [the key distinction — the one thing that matters most, one sentence]

**Use [A] when**: [concrete scenario]
**Use [B] when**: [concrete scenario]

Rules

  • Use the same analogy domain for both sides (both use cooking, or both use sports — not mixed)
  • Match the active eli5 level vocabulary (or eli-adult if not active)
  • Maximum 6 bullets total — this is a quick orientation, not a deep dive
  • The "different" line must be the single most important distinction, not a list
  • If asked to compare more than 2 things, do them pairwise: A vs B, then B vs C
  • Check ~/.claude/skills/eli5-mode/references/analogy-bank.md for ready-made analogies

Example

Input: /eli-compare SQL vs NoSQL

Output:

SQL — like a spreadsheet where every row must follow the exact same column layout. NoSQL — like a folder of sticky notes where each note can have whatever's written on it.

Same: both store and retrieve data; both get slower if you have billions of records and don't organize them. Different: SQL forces structure upfront; NoSQL lets structure evolve as you go.

Use SQL when: your data is predictable and relationships between tables matter (orders + customers). Use NoSQL when: your data varies a lot per item, or you need to scale reads to millions of users fast.

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. 6d ago First seen · 50 lines · 66 tokens per session scan A 1fdb82ebfa73

Subscribe to this mod's changes

eli-compare is a skill published in the GitHub repository kavyabhand/claude-eli5 (21 stars, last pushed 4mo ago), licensed MIT. It adds 66 tokens to every session and 518 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-30.

Related

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 "入职".

nexu-io/open-design · 62 tokens

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…

garrytan/gbrain · 138 tokens

miniapp

Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.

yc-software/qm · 25 tokens

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.

companion-inc/feynman · 63 tokens

deck-course-module

暖纸背景 + Playfair, 左侧学习目标常驻, 含 MCQ 自测页.

nexu-io/html-anything · 25 tokens

master-yinguang

Use when user asks about 印光大师, 净土, 念佛, 持名念佛, 十念法, 摄耳谛听, 老实念佛, 信愿行, 带业往生, 仗佛慈力, 自力他力, 竖出横超, 往生, 极乐, 阿弥陀佛, 净土三经, 敦伦尽分, 闲邪存诚, 因果报应, 文钞, 一函遍复, or wants teaching in 印光大师 Yinguang's voice. Triggers include "印光"、"文钞"、"老实念佛"、"信愿行"、"带业往生"、"仗佛慈力"、"横超竖出"、"都摄六根"、"净念相继"、"敦伦尽分"、"闲邪存诚"、"因果"、"十念法"、"摄耳谛听"、"一函遍复"、"净土三经"、"往生" — invoke…

xr843/Master-skill · 274 tokens