27 lines
637 B
Markdown
27 lines
637 B
Markdown
---
|
|
name: zotero-citation-recommender
|
|
description: Read one Zotero KB project and recommend relevant citations from that project only.
|
|
---
|
|
|
|
# Zotero Citation Recommender
|
|
|
|
Use this skill when you need citations from a specific Zotero KB project.
|
|
|
|
## Workflow
|
|
|
|
1. Read `projects/<project-id>/project.json`
|
|
2. Read `projects/<project-id>/project-index.json`
|
|
3. Open only the card files referenced by that project index
|
|
4. Recommend citations from those cards only
|
|
5. Do not read unrelated projects unless the user asks
|
|
|
|
## Output
|
|
|
|
- item key
|
|
- title
|
|
- why it is relevant
|
|
- supporting claims
|
|
- quotable passages
|
|
- suggested rhetorical role
|
|
|