소스 정보
- 저장소
- tomevault-io/skills-registry
- 최근 소스 활동
- 2026년 7월 3일 19:45
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill zotero-taxonomy-curator명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
| 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.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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.