# Citations

> 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.

- Skill: `diegosouzapw/citations` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add diegosouzapw/citations`
- Raw SKILL.md: https://api.skillmd.com/api/skills/diegosouzapw/citations/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: diegosouzapw (https://skillmd.com/u/diegosouzapw)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/diegosouzapw/citations

---


# Citations Skill

When the user provides a link or citation, add it to `docs/research/references.md` automatically.

## Rules

1. **Categorize** — place the reference under the most appropriate existing `##` section. Create a new section only if nothing fits.
2. **Format** — use the existing bullet style: `- [Title](URL) — One-sentence description. (source-context)`
3. **Deduplicate** — if the URL already exists in the file, update the description instead of adding a duplicate.
4. **TODO section** — if the reference is speculative or needs further review, place it under the `## TODO` section at the bottom instead.
5. **No prompting** — do not ask the user whether to add the reference. Just add it.

