| name | summarize-reference |
| description | Summarize and optionally rename one saved reference by id or name from references/, reading TeX or Markdown files from original/ and writing summary/summary.md. Use when asked to summarize, understand, rename, or make notes for a saved reference, paper, arXiv entry, or MinerU-parsed PDF. |
Summarize Reference
Input is <id-or-name>. Locate references/<id-or-name>/original/.
Rules
- Prefer
.tex files in original/; otherwise use MinerU .md files.
- Decide whether the material is an academic paper.
- If it is a paper, use the paper template below; otherwise choose a concise structure.
- After reading enough content, choose a short readable name for the reference folder. Prefer an established paper/system shorthand and preserve its common casing, such as
Mamba or CLIP; otherwise derive a compact name from the title.
- If the chosen slug differs from
<id-or-name> and references/<slug>/ does not exist, rename references/<id-or-name>/ to references/<slug>/.
- Write
references/<final-name>/summary/summary.md; ensure summary/ and original/ are siblings.
- Read any existing
summary/summary.md before overwriting.
Paper Summary Template
# <Paper Title>
## 一句话总结本文
## 1. 这篇论文试图解决什么问题?
## 2. 有哪些相关研究?
## 3. 论文如何解决这个问题?
## 4. 论文做了哪些实验?
## 5. 有什么可以进一步探索的点?
Write in the user's preferred language.
Output
Report the summary path, whether the reference folder was renamed, whether it used TeX or Markdown, and any important uncertainty.
Do not paste the full summary unless asked.