Awesome-omni-skill 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.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/devops/citations" ~/.claude/skills/diegosouzapw-awesome-omni-skill-citations && rm -rf "$T"
manifest:
skills/devops/citations/SKILL.mdsource content
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
section at the bottom instead.## TODO - No prompting — do not ask the user whether to add the reference. Just add it.