.claude/skills/ar-pdf-exporter/SKILL.md
Academic document exporter — converts markdown paper draft to PDF and Word (.docx)
npx skillsauth add ShinyGua/AutoArtsResearch ar-pdf-exporterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert the final research paper from markdown to both PDF and Word (.docx) formats. Both outputs should look like submission-ready arts & social sciences papers — single-column, serif font, numbered sections, proper margins, tables rendered correctly.
PYTHON: Always use .venv/bin/python3 for all Python commands.
$ARGUMENTS[0]: workspace pathRead {workspace}/final/research_paper.md to confirm it exists.
.venv/bin/python3 utils/md_to_pdf.py "{workspace}/final/research_paper.md" "{workspace}/exports/research_paper.pdf"
.venv/bin/python3 utils/md_to_docx.py "{workspace}/final/research_paper.md" "{workspace}/exports/research_paper.docx"
Check that both files exist and are non-empty.
If successful:
Documents exported successfully.
PDF: {workspace}/exports/research_paper.pdf
Word: {workspace}/exports/research_paper.docx
If any export failed, report which one failed. The markdown version is always available at {workspace}/final/research_paper.md.
{workspace}/exports/research_paper.pdf — academic-style PDF{workspace}/exports/research_paper.docx — academic-style Word documentdevelopment
Theory agent — proposes theoretical frameworks, ranks by fit, and identifies rival theories
testing
Source auditor — classifies, scores reliability, verifies metadata, and recommends inclusion/exclusion for corpus sources
research
Topic scoping — refines topic seed into research question, scope boundaries, and feasibility assessment
development
Corpus retrieval — searches academic, policy, media, and report sources to build a curated corpus