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 ZeKaiNie/universal-examprep-skill --skill exam-cheatsheetgit clone --depth 1 https://github.com/ZeKaiNie/universal-examprep-skillWrote 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/zekainie/universal-examprep-skill/exam-cheatsheet)<a href="https://agentmods.dev/skills/zekainie/universal-examprep-skill/exam-cheatsheet"><img src="https://agentmods.dev/badge/skills/zekainie/universal-examprep-skill/exam-cheatsheet/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/zekainie/universal-examprep-skill/exam-cheatsheet"><img src="https://agentmods.dev/badge/skills/zekainie/universal-examprep-skill/exam-cheatsheet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high System Prompt Leakage · line 33 Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
- high System Prompt Leakage · line 38 Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
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.00156 | $0.01817 |
| Opus 5 | $0.00078 | $0.00908 |
| Sonnet 5 | $0.00031 | $0.00363 |
| Haiku 4.5 | $0.00016 | $0.00182 |
Grade B, and why
exam-cheatsheet scanned grade B with 1 finding 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 11d 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.
Asks the agent to reveal its instructionsmediumSystem prompt leakage
Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.
- An explicit `chat` request delivers Markdown only unless it also requests print/PDF. Authorized rendering delivers exact-page-count `cheatsheet.pdf`, or `cheatsheet.html` plus print instructions on the no-browser path. How it starts
The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
exam-cheatsheet — pre-exam cheatsheet compiler
Purpose
Compile, rather than free-generate, mastered content into workspace-root cheatsheet.md. Every top-level bullet must link into notebook/, mistakes/, or references/wiki/. Do not teach new material or invent questions. Render the requested-page-count PDF only for standing visual mode or an explicit PDF/print request. Never write the retired walkthrough.md; leave an existing copy untouched.
Activation
Trigger on an explicit request for 「考前小抄 / 速记 / 总复习」, or when review is wrapping up after all phases and persisted artifact_mode=visual. Automatic final review under chat stays a conversational exam-review summary.
Inputs
- Weak-spot source:
study_state.json(mistake_archive,confusion_log, andphase_checklist) when it exists; otherwise the possibly stale generatedstudy_progress.md. Read these first, thenmistakes/index.mdandnotebook/index.mdwhen present; their full entries provide preferred ready-made anchors. - Rank
knowledge_windowstatusout_windowabovein_windowandverified(codes are defined byscripts/i18n.py). - Read core conclusions and formulas from every mastered chapter in
references/wiki/, derived fromstudy_state.json'scurrent_phase/phase_checklistwhen it exists, otherwisestudy_progress.md, checked againststudy_plan.md. Lazy-load one chapter at a time. - Use
references/quiz_bank.jsonfor teacher-flagged items and answer frameworks. Resolvescripts/select_hard_questions.pyfrom${CLAUDE_SKILL_DIR}, never the student workspace; it returns a flat ranked list which the agent groups by knowledge point.
Workflow
- Gate artifacts. Read
study_state.json.artifact_mode; missing, legacy, or unknown meanschat. Never infer a subscription tier or add a fourth required first-contact question. Automaticchatreview creates no sheet; an explicit sheet request may create Markdown. Only standingvisualor an explicit one-shot PDF/print request authorizes rendering. A one-shot request does not modify the persisted value. Never install dependencies or skills silently. - Build the skeleton. Weak spots come first. Per chapter retain only high-frequency or high-scoring formulas, conclusions, and one-sentence definitions.
- Select one hard example per key point. For each mastered chapter run
python "${CLAUDE_SKILL_DIR}/scripts/select_hard_questions.py" --workspace <ws> --chapter <N> --mode 查缺补漏 -n <M> --json. Both--chapterand--modeare required: they avoid a missing-range failure in某章起步补弱and override easy-first零基础从头讲. Set<M>at least to the bank length so the default top ten cannot starve later points. Group the flat result, prioritize points linked to mistakes/confusions, and choose the hardest candidate per point. With no linked bank item, emit 「无题库例题」 and only the 「必背结论/公式」 and 「要点解释」 sections; never invent a replacement. - Fail closed on prompt assets. For
requires_assets=trueormaybe_requires_assets=true, embed everyquestion_context,figure,diagram, andtableas workspace-relativereferences/assets/links, labeled题面图forzh/bilingualorQuestion-side assetforen. Preserve but never embedstudent_attempt; one declaration taints the same physical path across the complete quiz, teaching, and content-unit layers, including a duplicate official-looking declaration. Missing or unusable assets require a self-contained alternative. Astuborpage_referenceitem likewise needs its original-page render or replacement by afullitem. Never include an example whose prompt figure/page is invisible.cheatsheet_render.pyperforms the shared three-layer policy and canonical-path gate; do not bypass it with a custom Markdown/image renderer. - Write the four sections. The worked solution states the formula, substituted values, and result; only intermediate arithmetic may be omitted. The takeaway starts with the recognition cue and then the answer framework. Material-backed lines may remain unlabeled; AI supplements require 🟡 AI补充,可能与你老师讲的不完全一致, AI answers require ⚠️ AI生成答案,非老师/教材提供, and missing/unknown bank answer provenance requires 「来源未知」. Do not let uncertain content inherit the material default; see
docs/language-policy.md. - Attach traceability. End every top-level
-bullet with[→](notebook/chNN.md#<anchor>),[→](mistakes/chNN.md#<anchor>), or[→](references/wiki/<file>.md), preferring notebook/mistake evidence. Runpython "${CLAUDE_SKILL_DIR}/scripts/validate_workspace.py" <ws>and fix every untraced or dead link before delivery. - Write only when authorized. Create workspace-root
cheatsheet.mdwith the four sections for every mastered chapter and a refreshed progress panel. Underchat, this requires an explicit sheet request. - Render only when authorized. For standing
visualor explicit one-shot PDF/print, ask for the page count if omitted (default 2), then runpython "${CLAUDE_SKILL_DIR}/scripts/cheatsheet_render.py" --workspace <ws> --pages <N>. Exit 0 must produce exactly N print-safe pages with margins ≥12 mm. Exit 3 returnscheatsheet.htmlplus the emitted print instruction. Visually inspect the result; adjust--font-size, not margins, until it fits N pages and the last page has at most about 15% blank. Under ordinarychat, stop after validated Markdown and do not ask for page count. - Never invent teacher emphasis; only material-flagged points may be described that way.
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.
- 11d ago First seen · 51 lines · 156 tokens per session scan B a0289ed77677
exam-cheatsheet is a skill published in the GitHub repository ZeKaiNie/universal-examprep-skill (281 stars, last pushed 8d ago), licensed MIT. It adds 156 tokens to every session and 1,817 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
wong
Compile everything Claude did today across ALL sessions and repos into one dated teaching-guide markdown saved in "/Daily Log", render it as a phone-readable PDF, and upload to Google Drive. Safe to run multiple times a day — it appends only newly-uncovered work to that day's single file rather than overwriting. Use…
claude-students
Transforma una carpeta cruda de material de un parcial universitario (PDFs, DOC/DOCX, PPT, audios .ogg de WhatsApp, capturas) en un material de estudio polished y completo — HTML SOTA autocontenido + paquete de artefactos de NotebookLM (podcast en español, infografía, guía de estudio, briefing doc, mind map, quiz…
especialista-em-instrucao-de-trabalho
Especialista em Instrução de Trabalho (IT). Use para detalhar como executar uma tarefa específica: passos granulares, imagens, parâmetros e segurança. Palavras-chave: instrução de trabalho, IT, tarefa, passo a passo, detalhamento, execução, segurança.
knowledge-summarize
Generate a TL;DR summary of a specific document or learning unit in the Knowledge base. Pulls chunks from pgvector and synthesizes via Claude Haiku. Use when the user wants a quick overview ('summary of lesson 5', 'TL;DR of this PDF', 'explain document X in one paragraph').
PDF files: create, read, merge, fill, OCR, edit text.
wowerpoint
Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about ", "turn this report into slides", or any request to render a single document as shareable narrative slides.