📝
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/.trae/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
.trae/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 weak course concepts in a wiki. It scans concept pages, prioritizes low-confidence topics, and writes a mixed question set for exam review.

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 — 出题

基于薄弱概念生成练习题。

步骤

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

题目类型(混合,不要全是记忆题)

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

原则

  • 优先 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 #1139 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.