基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill zotero-taxonomy-curator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
| name | zotero-taxonomy-curator |
| description | >- Use when this capability is needed. |
Use this skill when a user wants to turn Zotero items, collections, annotations, manual tags, PDF text, or notes into structured Obsidian literature notes backed by a user-defined taxonomy.
This skill is taxonomy-first. It does not treat paper summarization as the final goal. Its goal is to help the user build a reusable literature system:
Zotero evidence -> controlled taxonomy -> structured note -> literature index
Use sources in this order:
config/local.yaml.config/taxonomy.yaml.templates/literature-note-template.md inside
this skill folder, or a project-level override supplied by the user.Never invent paper conclusions, numerical results, page numbers, formulas, authors, DOI, dataset names, or Zotero keys. If evidence is missing, say so.
Detect review papers before assigning tags. Review signals include review,
survey, systematic literature review, bibliometric, scoping review,
taxonomy, classification, meta-analysis, state-of-the-art, or a paper
whose main contribution is organizing a field rather than proposing a new model
or experiment.
For review papers:
paper_type: review;review_type when possible, such as narrative-review,
systematic-review, bibliometric-review, scoping-review,
taxonomy-review, meta-analysis, tutorial-review, or hybrid-review;canonical_tags narrow: use only the review type and its core scope;review_scope_tags for covered but non-core concepts; these mean "covered
by this review", not "proposed by this paper";canonical_tags;For modeling, optimization, algorithm, learning, or quantitative papers:
When extracting material for a future literature review:
Expected public templates:
config/local.example.yamlconfig/taxonomy.example.yamltemplates/literature-note-template.md, if the user wants to
override the bundled skill templateExpected private local files:
config/local.yamlconfig/taxonomy.yamlDo not require hard-coded absolute paths. If config/local.yaml is absent, ask
the user to run scripts/init_curator_project.py or create it from
config/local.example.yaml.
When a user has just installed the skill or the current project has no
config/local.yaml, initialize the project before extracting papers:
python <skill-dir>/scripts/init_curator_project.py
The initializer creates:
config/local.yaml;config/taxonomy.yaml as an empty taxonomy starter;templates/literature-note-template.md;notes/literature/;Literature Index.md.It tries to detect Zotero paths from environment variables, Zotero profile
preferences, and common default locations. If detection fails, rerun it with
--zotero-sqlite and --zotero-storage, or edit config/local.yaml.
For each Zotero item, collect:
At this stage, do not translate, summarize, or write final notes.
If deterministic extraction is needed, run
scripts/extract_zotero_evidence.py.
Before writing the note, identify the user's taxonomy categories. Common categories include:
Domain projects may replace these categories with field-specific ones.
Map Zotero tags and evidence-derived concepts to the taxonomy:
标签标记, not as noisy frontmatter fields;canonical_tags;candidate_tags;config/taxonomy.yaml rather than
duplicating the full taxonomy tree in every note;Use the configured template and include:
paper_type: review;If the user has an index file, update it with:
Before reporting completion:
candidate_terms when applicable;review_scope_tags is not being used as a
substitute for ordinary canonical_tags;For deterministic tag checks, run scripts/validate_taxonomy_notes.py.
Use the smallest stable tag set that supports the user's research workflow.
Promote a candidate term to canonical only when:
Do not promote:
For a single item:
Completed
- Zotero item:
- Output note:
- Taxonomy:
- Index update:
Tag decisions
- Canonical:
- Candidate:
- Not mapped:
Risks / missing evidence
- ...
For a collection:
Collection summary
- Items scanned:
- Already processed:
- New notes:
- Skipped:
- Failed:
Taxonomy changes
- New candidates:
- New canonical tags:
- Merge suggestions:
Source: ganzoth/zotero-taxonomy-curator — distributed by TomeVault.