closed-book-full-course-highlights

closed-book-full-course-highlights is a skill for Claude Code from wvov7/course-revision-skills. It costs 61 tokens per session (751 once invoked), scanned A, original, MIT.

A course-wide study method that summarises every lecture PDF in its original page order. It marks topics that appear on several pages or lectures as higher priority for review.

In plain words
What is it for?
Use it to extract learning objectives and topics by page range from all course lectures, record where ideas appear, and combine the results into one Markdown highlights report.
Why use it?
It creates a complete map of a course without skipping pages or minor points. Repeated topics stand out, helping you decide what deserves more attention during exam preparation.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to extract learning objectives and topics by page range from all course lectures, record where ideas appear, and combine the results into one Markdown highlights report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wvov7/course-revision-skills/closed-book-full-course-highlights
Install

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.

Any agent
npx skills add wvov7/course-revision-skills --skill closed-book-full-course-highlights
Clone the repo
git clone --depth 1 https://github.com/wvov7/course-revision-skills

Made for: Claude Code.

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 closed-book-full-course-highlights

README.md
[![agentmods](https://agentmods.dev/badge/skills/wvov7/course-revision-skills/closed-book-full-course-highlights/github.svg)](https://agentmods.dev/skills/wvov7/course-revision-skills/closed-book-full-course-highlights)
Your own site
<a href="https://agentmods.dev/skills/wvov7/course-revision-skills/closed-book-full-course-highlights"><img src="https://agentmods.dev/badge/skills/wvov7/course-revision-skills/closed-book-full-course-highlights/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 closed-book-full-course-highlights

Your own site · 80×15
<a href="https://agentmods.dev/skills/wvov7/course-revision-skills/closed-book-full-course-highlights"><img src="https://agentmods.dev/badge/skills/wvov7/course-revision-skills/closed-book-full-course-highlights.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 751 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.
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.00061 $0.00751
Opus 5 $0.00030 $0.00376
Sonnet 5 $0.00012 $0.00150
Haiku 4.5 $0.00006 $0.00075

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

Security

Grade A, and why

closed-book-full-course-highlights 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 12d 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.

skills/closed-book-full-course-highlights/SKILL.md · 90 lines

What it actually says

Closed-Book Full-Course Highlights

闭卷考试全课要点汇总。按课件原始顺序逐讲、逐页提取知识点,标注重复出现的高优先级主题。

Applicability

  • 闭卷复习第一阶段:建立全课知识覆盖清单
  • 需对 @lectureSlides 全部 PDF 逐页处理
  • 可与 closed-book-exam-focus 联用:本 skill 提供 Part 1 概括,后者提供考点权重

Output Contract

默认输出 exam_lecture_stat.md(Part 1 部分)或独立文件:

# <Course> Full-Course Highlights

## Lecture N: <title>
**Learning objectives**: …
**Topics by page range**:
1. P1–P3: … [priority marker]
2. P4–P8: …

Priority marker: repeated across multiple pages within or across lectures.

优先级标记规则:同一概念在多页出现须标注为高优先级;单页单次出现可简写但不得删除。

Workflow

1. Slide extraction

  • 逐页读取全部 PDF/PPT
  • 图文并重:表格、示意图、截图须文字化
  • 记录 (lecture_file, page) 供后续考点映射引用
  • 扫描件或稀疏文本页须 OCR 或渲染后识别

2. Per-lecture summarization

  • 按 PDF 文件名 / 讲次原始顺序组织
  • 不按逻辑重排(逻辑重排见 single-lecture-analysis
  • 每讲包含:学习目标、按页码区间的要点列表

3. Priority annotation

  • 统计各概念在课件中的出现页数
  • 跨页重复:标注高优先级
  • 单页单次:简要记录,保留完整性

4. Large-course execution

课件数量较大时:

  1. 批量提取至 _extracted/(JSON 或 Markdown,含页码元数据)
  2. 分批生成各讲 summary
  3. 合并为单一报告

Constraints

  • 不得跳过任何页面
  • 不得省略边缘知识点
  • 页码区间须连续、无重叠遗漏
  • single-lecture-analysis 区分:本 skill 覆盖全课、按原序;后者深入单讲、按逻辑重组

Examples

使用 closed-book-full-course-highlights:@lectureSlides 逐页概括全部课件要点,多页出现的概念标注高优先级,输出 exam_lecture_stat.md。

Short anonymized sample: references/sample-output.md.

Attribution

  • Author: JohanHuang2005
  • Tool: Cursor Composer 2.5
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 90 lines · 61 tokens per session scan A 60a459fc65f8

Subscribe to this mod's changes

closed-book-full-course-highlights is a skill published in the GitHub repository wvov7/course-revision-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 61 tokens to every session and 751 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-31.

Related

Other skills, from other repositories

final-review

A workflow for turning course materials into printable final-exam review PDFs. It can organize slides, notes, reading materials, PDFs, images, and scanned documents by chapter, including materials from bilingual courses.

limpidwei/final-exam-review · 267 tokens

shenlun-review-pro

A study assistant for Chinese civil-service essay exams, covering close reading, answer scoring, corrections, draft comparison, and learning progress. It can work from exam papers, questions, source passages, answers, PDFs, images, and documents.

liuyuexi1987/shenlun-review-pro · 133 tokens

pptx-import

A method for adding an uploaded PowerPoint presentation to an existing classroom as extra pages while keeping the slides' original layout. PowerPoint is Microsoft's presentation file format.

THU-MAIC/OpenMAIC · 125 tokens

exam-study-guide

A study-guide builder for a completed exam chapter that has not yet passed its required checks. It creates a structured teaching checklist and, in full mode, a self-contained HTML and printable PDF guide with readable formulas, visible images, explanations, examples, and answers.

ZeKaiNie/universal-examprep-skill · 113 tokens

brief-compliance-check

Check a LaTeX coursework submission against the requirements in a supplied PDF assessment brief. Use when verifying format, required sections, word limits, or deliverables before submission. Not for general prose proofreading; use $proofread.

flonat/flonat-research · 50 tokens

textbook-to-md

Convert PDF/EPUB textbooks to searchable markdown files for an AI agent's own reference. Use this skill whenever: (1) the user asks to convert a textbook/PDF chapter to markdown, (2) you need to search textbook content and no markdown version exists yet, (3) batch-converting a set of reference books into a knowledge…

drpwchen/textbook-to-note · 90 tokens