skills-vault/skills/repair-markdown-citations/README.md

12 lines
414 B
Markdown

# Repair Markdown Citations
Source Skill for repairing ChatGPT/Deep Research citation tokens in Markdown exports.
The canonical entry point is `SKILL.md`; the deterministic transformer is in `scripts/repair_markdown_citations.py`.
Run Python code through the shared repository environment:
```powershell
conda run -n skills-vault python .\scripts\repair_markdown_citations.py "C:\path\report.md" --dry-run
```