Agent skill · Workflow & Productivity

paper-glossary

Use when building reusable Obsidian glossary notes from an existing paper source manifest, optionally with a raw-sections override, especially when a reader needs a reviewed shortlist before glossary notes and article links are changed.

917Dhjgithub.com/917DhjGitHub ↗
claude-codecodexcopilotcursorships scriptsMIT
Install
npx skills add 917Dhj/DeepPaperNote --skill paper-glossary --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 24
SKILL.md size: 6 KB
Bundled scripts: yes
Path: skills/paper-glossary/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 575
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Paper Glossary Build shared glossary notes from `*_source_manifest.json`. `--source-manifest` is always required; `--raw-sections` only overrides its `raw_sections_path` with an explicit `*_raw_sections.jsonl`. This skill never runs or modifies a paper-reading workflow; the manifest and raw-sections file are its only paper-content boundary. See `references/file-contract.md` for JSON and CLI contracts. ## Preview And Wait (Default) 1. **Show saved configuration** on first use per person/device. If absent, ask for a term directory inside an Obsidian vault and configure it; reuse valid configuration later. **Setup may create `~/.paper-glossary/config.json`**. 2. **Require an explicit article Markdown path** when article links are requested. Validate it and the configured term directory are in the **same Obsidian vault**; never infer an article path. 3. **Run deterministic proposal** from the effective body. 4. **Perform exactly one grounded host semantic review**, bounded by `shortlist_limit`. It may **only drop or reorder candidates** and must preserve each retained proposal candidate's **exact `term` string**. 5. **Record the reviewed shortlist** with `plan_glossary.py --review-pr

What's inside
Steps it walks through
  1. Preview And Wait (Default)
  2. After Selection
  3. Grounding
Ships with 23 files
  • README.md
  • agents/openai.yaml
  • references/file-contract.md
  • references/optimization-design.md
  • references/optimization-implementation-plan.md
  • scripts/configure_glossary.py
  • scripts/glossary_common.py
  • scripts/glossary_config.py
  • scripts/glossary_contracts.py
  • scripts/glossary_library.py
  • scripts/inspect_glossary_library.py
  • scripts/link_glossary_terms.py
  • scripts/lint_glossary.py
  • scripts/plan_glossary.py
  • scripts/write_glossary_terms.py
  • tests/conftest.py
  • tests/test_glossary_config.py
  • tests/test_glossary_library.py
  • tests/test_link_glossary_terms.py
  • tests/test_plan_glossary.py
  • tests/test_skill_boundary.py
  • tests/test_workflow_integration.py
  • tests/test_write_and_lint_glossary.py
More from DeepPaperNote
All skills →
About this skill
What does the paper-glossary skill do?

Use when building reusable Obsidian glossary notes from an existing paper source manifest, optionally with a raw-sections override, especially when a reader needs a reviewed shortlist before glossary notes and article links are changed.

How do I install it?

Run `npx skills add 917Dhj/DeepPaperNote --skill paper-glossary --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From 917Dhj/DeepPaperNote, a repository with 575 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going