📝
Writing

Exam Prep

by IssacW228

Exam Prep is a Writing skill for Claude Code, published by IssacW228 in student-llm-wiki.

176 stars4 forkson IssacW228/student-llm-wikiAdded 2026/09/07+2% in starsRepository updated 2026/06/16
ai-toolsclaude-codeclaude-coworkfeynman-techniquekarpathyknowledge-basellm-wikinote-takingobsidianpersonal-knowledge-managementpkmsecond-brainstudent-toolsstudy-tools
Install in seconds
Install Exam Prep
Copy Exam Prep into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/IssacW228/student-llm-wiki/tree/main/skills/exam-prep ~/.claude/skills/exam-prep

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/IssacW228/student-llm-wiki.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/exam-prep/SKILL.md in IssacW228/student-llm-wiki
Installs to
~/.claude/skills/exam-prep
Collection
One of 9 skills cataloged from this repository
Category
Writing1328 skills

What Exam Prep does

Exam Prep generates practice questions from low-confidence concept pages for a course. Use it when preparing for an exam, making a quiz, or reviewing weak topics.

Exam Prep is cataloged under Writing on DirSkills. Exam Prep comes from a repository tagged ai-tools, claude-code, claude-cowork, feynman-technique and karpathy.

Documentation

README

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 的概念
  • 每题标注来自哪个概念页,方便回去复习
  • 参考答案要完整,但鼓励用户先自己答

Frequently asked about Exam Prep

  • What else does IssacW228 publish alongside Exam Prep?

    Exam Prep is one of 9 skills that DirSkills catalogs from IssacW228/student-llm-wiki, the repository it ships in. Its siblings there include Exam Prep, Exam Prep and Wiki Core. Each one is a separate skill with its own page in this directory, installs the same way Exam Prep does, and is maintained by IssacW228 in that same repository. The rest of the collection is listed on the IssacW228/student-llm-wiki page.

  • How does Exam Prep compare to other Writing skills?

    Exam Prep ranks #1138 by stars among the 1328 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Exam Prep against them. Open each page to compare what they document and how they install.