develop-export-translator
Installation
SKILL.md
Prerequisites
Fetch and read the Zotero translator documentation:
- https://www.zotero.org/support/_export/raw/dev/translators
- https://www.zotero.org/support/_export/raw/dev/translators/coding
Also read index.d.ts for type definitions.
Step 1: Gather information
- Label: The format name (e.g. "My Custom JSON Export")
- Creator: The author's name
- Expected output: A sample of what the exported format should look like
Look for existing export translators for patterns:
grep -l "doExport" *.js