Provide a best-effort conversion workflow between 8 document formats:
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versiondocument-converter-suiteExecute the skills CLI command in your project's root directory to begin installation:
Fetches document-converter-suite from dkyazzentwatwa/chatgpt-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate document-converter-suite. Access via /document-converter-suite in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
43
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
43
stars
Provide a best-effort conversion workflow between 8 document formats:
Office Formats: PDF, Word (DOCX), PowerPoint (PPTX), Excel (XLSX) Text Formats: Plain Text (TXT), CSV, Markdown (MD), HTML
Uses pypdf, python-docx, python-pptx, openpyxl, reportlab, mistune, beautifulsoup4, and Pillow.
Prefer reliable extraction + rebuild (text, headings, bullets, basic tables) over pixel-perfect layout.
Use when the request involves:
Supported conversion paths: 64 total (8×8 matrix) - see references/conversion_matrix.md
Avoid promising visual fidelity. Emphasize that output is clean and structured, not identical.
scripts/convert.py.scripts/batch_convert.py.--max-pages, --max-chars--max-rows, --max-colsRun:
python scripts/convert.py <input-file> --to <pdf|docx|pptx|xlsx|txt|csv|md|html>
Examples:
# Office format conversions
python scripts/convert.py report.pdf --to docx
python scripts/convert.py deck.pptx --to pdf --out deck_export.pdf
python scripts/convert.py data.xlsx --to pptx --max-rows 40 --max-cols 12
# Text format conversions
python scripts/convert.py documentation.md --to docx
python scripts/convert.py data.csv --to xlsx
python scripts/convert.py report.docx --to html
python scripts/convert.py notes.txt --to md
Run:
python scripts/batch_convert.py <input-dir> --to <pdf|docx|pptx|xlsx|txt|csv|md|html>
Examples:
python scripts/batch_convert.py ./inbox --to docx --recursive
python scripts/batch_convert.py ./inbox --to pdf --outdir ./out --recursive --overwrite
python scripts/batch_convert.py ./markdown-docs --to html --pattern "*.md"
python scripts/batch_convert.py ./data --to xlsx --pattern "*.csv"
Follow these defaults (and say them out loud if the user might be expecting magic):
pypdf; no OCR; each page becomes a section/slide block.mistune; headings, lists, tables, code blocks preserved.
beautifulsoup4; semantic structure extracted.
image_handler.py provides hash-based deduplication for future image supportLoad extra detail from:
references/conversion_matrix.md - Full 8×8 conversion matrixreferences/limitations.md - Format-specific limitations and edge casesscripts/convert.py: single-file CLI converterscripts/batch_convert.py: batch converter for directoriesscripts/lib/*: internal readers/writers and conversion orchestrationPrerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
anthropics/claude-code
mblode/agent-skills
github/awesome-copilot
leonxlnx/taste-skill
sickn33/antigravity-awesome-skills
erichowens/some_claude_skills
document-converter-suite reduced setup friction for our internal harness; good balance of opinion and flexibility.
Keeps context tight: document-converter-suite is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend document-converter-suite for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Solid pick for teams standardizing on skills: document-converter-suite is focused, and the summary matches what you get after install.
document-converter-suite has been reliable in day-to-day use. Documentation quality is above average for community skills.
document-converter-suite has been reliable in day-to-day use. Documentation quality is above average for community skills.
We added document-converter-suite from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
document-converter-suite fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
document-converter-suite fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
document-converter-suite is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 59