Add authoritative source links for all facts, citations, and references in markdown documents
Adds authoritative source links to all facts, citations, and references in markdown documents.
/plugin marketplace add MacHu-GWU/sanhe-claude-code-plugins/plugin install youtube@sanhe-claude-code-pluginsEnrich a markdown document with authoritative citation links using the enrich-citations skill.
The command accepts a file path as argument:
/enrich-citations $ARGUMENTS
Where $ARGUMENTS is the path to the markdown document to enrich.
Execute the enrich-citations skill script to process the document:
The script will:
[Reference](URL)~/tmp/citation_enriched.mdAfter the script completes, it will automatically print the absolute path in a clickable format:
✓ Citation enrichment completed successfully!
✓ Enriched document saved to: file:///Users/sanhehu/tmp/citation_enriched.md
Click the link above to open the document.
Enrich a cleaned transcript:
/enrich-citations ~/tmp/cleaned_transcript.md
Enrich any markdown document:
/enrich-citations /Users/sanhehu/Documents/article.md
Complete workflow after /yt-to-md:
# Step 1: Create organized transcript
/yt-to-md https://www.youtube.com/watch?v=xyz
# Step 2: Optionally enrich with citations
/enrich-citations ~/tmp/cleaned_transcript.md
Note: This command uses the enrich-citations skill script which leverages Claude CLI with web search to automatically find and verify authoritative sources for all references in the document.