# Closed Book Full Course Highlights

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-wvov7-course-revision-skills-closed-book-full-course-highlights`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [wvov7](https://agentstack.voostack.com/s/wvov7)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [wvov7](https://github.com/wvov7)
- **Source:** https://github.com/wvov7/course-revision-skills/tree/main/skills/closed-book-full-course-highlights

## Install

```sh
agentstack add skill-wvov7-course-revision-skills-closed-book-full-course-highlights
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Closed-Book Full-Course Highlights

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

## Applicability

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

## Output Contract

默认输出 `exam_lecture_stat.md`（Part 1 部分）或独立文件：

```markdown
#  Full-Course Highlights

## Lecture N: 
**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

```text
使用 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

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [wvov7](https://github.com/wvov7)
- **Source:** [wvov7/course-revision-skills](https://github.com/wvov7/course-revision-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-wvov7-course-revision-skills-closed-book-full-course-highlights
- Seller: https://agentstack.voostack.com/s/wvov7
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
