🧠
AI Engineering

Wiki Review

by IssacW228

Wiki Review is an AI Engineering 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 Wiki Review
Copy Wiki Review 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/.github/skills/wiki-review ~/.claude/skills/wiki-review

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
.github/skills/wiki-review/SKILL.md in IssacW228/student-llm-wiki
Installs to
~/.claude/skills/wiki-review
Collection
One of 9 skills cataloged from this repository
Category
AI Engineering3475 skills

What Wiki Review does

Wiki Review uses Feynman-style questioning to check understanding of wiki concepts. Use it when you want to review a course or concept, quiz yourself, and generate practice questions for weak areas.

Wiki Review is cataloged under AI Engineering on DirSkills. Wiki Review comes from a repository tagged ai-tools, claude-code, claude-cowork, feynman-technique and karpathy.

Documentation

README

Wiki Review — 费曼复习

用费曼技巧测试理解。

步骤

  1. 读 wiki/hot.md 和 wiki/index.md 定位目标概念
  2. 找 confidence:low/medium 的概念(优先复习薄弱的)
  3. 费曼提问: 不要问"是什么",要问"为什么"和"如果...会怎样"
  4. 追问到用户答不上来为止,找出理解边界
  5. 评估回答,更新 confidence 和 last_reviewed
  6. 为仍然 low 的概念生成练习题到 wiki/exam-prep/{course}.md

费曼提问示例

  • ❌ "什么是注意力机制?"(测记忆)
  • ✅ "如果去掉 softmax 的缩放因子 √d_k 会发生什么?"(测理解)
  • ✅ "用生活类比解释 Q、K、V 三个矩阵的作用"(测内化)

提问和反馈都用中英双语。

Frequently asked about Wiki Review

  • What else does IssacW228 publish alongside Wiki Review?

    Wiki Review 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 Exam Prep. Each one is a separate skill with its own page in this directory, installs the same way Wiki Review 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 Wiki Review compare to other AI Engineering skills?

    Wiki Review ranks #3169 by stars among the 3475 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 Wiki Review against them. Open each page to compare what they document and how they install.