student-llm-wiki: Skill for Claude Code

.claude/skills/exam-prep/SKILL.md

exam-prep is a skill for Claude Code from IssacW228/student-llm-wiki. It costs 69 tokens per session (436 once invoked), scanned A, original, MIT.

A study tool that creates practice exam questions from the concepts you understand least in a course wiki.

In plain words
What is it for?
Use it to make application, comparison, derivation, security, and misconception-focused questions with answers linked back to the relevant concept pages.
Why use it?
It focuses revision time on weak areas instead of treating every topic as equally important.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is IssacW228/student-llm-wiki's own configuration. It tells Claude Code how to work on student-llm-wiki itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything student-llm-wiki configures →

Part of the student-llm-wiki plugin — 6 skills, 5 commands shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to IssacW228/student-llm-wiki. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/IssacW228/student-llm-wiki/main/.claude/skills/exam-prep/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/IssacW228/student-llm-wiki

Made for: Claude Code.

Or install student-llm-wiki, the plugin that ships this one along with the rest of its 6 skills, 5 commands.

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 exam-prep

README.md
[![agentmods](https://agentmods.dev/badge/skills/issacw228/student-llm-wiki/exam-prep/github.svg)](https://agentmods.dev/skills/issacw228/student-llm-wiki/exam-prep)
Your own site
<a href="https://agentmods.dev/skills/issacw228/student-llm-wiki/exam-prep"><img src="https://agentmods.dev/badge/skills/issacw228/student-llm-wiki/exam-prep/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.

agentmods 80×15 button for exam-prep

Your own site · 80×15
<a href="https://agentmods.dev/skills/issacw228/student-llm-wiki/exam-prep"><img src="https://agentmods.dev/badge/skills/issacw228/student-llm-wiki/exam-prep.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 436 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00069 $0.00436
Opus 5 $0.00034 $0.00218
Sonnet 5 $0.00014 $0.00087
Haiku 4.5 $0.00007 $0.00044

Measured 11d ago against content hash c3a8a776ec0f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

exam-prep 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 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.

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.

.claude/skills/exam-prep/SKILL.md · 48 lines

What it actually says

Exam Prep — 出题

基于薄弱概念生成练习题。 Generate practice questions from weak concepts.

步骤 Steps

  1. wiki/index.md 找到目标课程的所有概念页
  2. 读这些概念页的 frontmatter,按 confidence 排序(low 优先)
  3. 为每个 low/medium 概念生成 1-2 道题
  4. 保存到 wiki/exam-prep/{course}.md

题目类型 Question Types

混合以下类型,不要全是记忆题:

  • 概念应用题: 给一个场景,问该用哪个方法及原因
  • 对比题: 两个相关概念的区别和各自适用场景
  • 推导题(数学/ML课): 要求推导或解释公式
  • 攻防题(安全课): 给一个攻击,问防御措施,反之亦然
  • 陷阱题: 针对常见误解设计

页面格式 Page Format

---
tags: [exam-prep, {course}]
generated: YYYY-MM-DD
based_on: [concept-pages]
---
# {课程} 练习题 Practice Questions

## Q1: {概念名} (confidence: low)
**题目**: ...
**参考答案**: ...
**相关页面**: [[concept]]

原则 Principles

  • 优先 confidence:low 的概念
  • 每题标注来自哪个概念页,方便回去复习
  • 参考答案要完整,但鼓励用户先自己答
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. 11d ago First seen · 48 lines · 69 tokens per session scan A c3a8a776ec0f

Subscribe to this mod's changes

exam-prep is a skill published in the GitHub repository IssacW228/student-llm-wiki (176 stars, last pushed 2mo ago), licensed MIT. It adds 69 tokens to every session and 436 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

llm-wiki

Build and maintain an LLM-curated personal knowledge base — the "LLM Wiki" pattern from Andrej Karpathy's April 2026 gist. Use this skill whenever the user wants to ingest a source (paper, article, transcript, PDF, notes) into a persistent compounding knowledge base, ask a question against accumulated notes, lint or…

praneybehl/llm-wiki-plugin · 221 tokens

omh-codebase-uml

This is a Hermes-native codebase-uml workflow skill.

rlaope/oh-my-hermes · 93 tokens

design-mcp-server

Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.

cyanheads/obsidian-mcp-server · 62 tokens

api-canvas

DataCanvas primitive reference — a Tier 3 SQL/analytical workspace for tabular MCP servers, backed by DuckDB. Use when registering tables from upstream APIs, running ad-hoc SQL across them, and exporting results. Covers the acquire → register → query → export flow, per-table TTL, the token-sharing pattern for…

cyanheads/obsidian-mcp-server · 85 tokens

api-testing

Testing patterns for MCP tool/resource handlers using createMockContext and Vitest. Covers mock context options, handler testing, McpError assertions, format testing, Vitest config setup, and test isolation conventions.

cyanheads/obsidian-mcp-server · 46 tokens

api-telemetry

Catalog of OpenTelemetry instrumentation built into framework @cyanheads/mcp-ts-core — spans, metrics, completion logs, env config, runtime caveats, custom instrumentation patterns, and cardinality rules. Use when enabling OTel export, adding custom spans or metrics in services, debugging missing telemetry, looking up…

cyanheads/obsidian-mcp-server · 85 tokens