| name | citations |
| description | Automatically adds user-provided links and citations to docs/research/references.md. Use this skill whenever the user shares a URL, paper, blog post, or external reference that should be recorded. |
| globs | docs/research/** |
Citations Skill
When the user provides a link or citation, add it to docs/research/references.md automatically.
Rules
- Categorize — place the reference under the most appropriate existing
## section. Create a new section only if nothing fits.
- Format — use the existing bullet style:
- [Title](URL) — One-sentence description. (source-context)
- Deduplicate — if the URL already exists in the file, update the description instead of adding a duplicate.
- TODO section — if the reference is speculative or needs further review, place it under the
## TODO section at the bottom instead.
- No prompting — do not ask the user whether to add the reference. Just add it.