docx2md-skill
NewAI skill: Word to Markdown converter. Works with Reasonix, Cursor, Claude Code, Codex.
Summary
docx) into clean Markdown format, preserving headings, lists, tables, and basic formatting.
- It helps developers migrate documentation from Word to Markdown-based systems like wikis, static sites, or code repositories.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/docx2md-skill.md https://raw.githubusercontent.com/cgtseashoreman/docx2md-skill/main/SKILL.md/docx2md-skillUse Cases
Usage Examples
/docx2md-skill convert myfile.docx
Convert the file report.docx to Markdown and save it as report.md
/docx2md-skill --input specs.docx --output specs.md
Security Audits
Frequently Asked Questions
What is docx2md-skill?
This skill converts Word documents (.docx) into clean Markdown format, preserving headings, lists, tables, and basic formatting. It helps developers migrate documentation from Word to Markdown-based systems like wikis, static sites, or code repositories.
How to install docx2md-skill?
To install docx2md-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/docx2md-skill.md https://raw.githubusercontent.com/cgtseashoreman/docx2md-skill/main/SKILL.md. Finally, /docx2md-skill in Claude Code.
What is docx2md-skill best for?
docx2md-skill is a skill categorized under Documentation. Created by cgtseashoreman.
What can I use docx2md-skill for?
docx2md-skill is useful for: Convert a legacy Word specification document into Markdown for a GitHub wiki.; Transform a Word-based API reference into Markdown for a documentation site.; Migrate meeting notes from a .docx file to a Markdown-based note-taking system.; Convert a Word document containing code snippets and tables into a readable Markdown file.; Batch convert multiple .docx files to Markdown for a static site generator like Jekyll or Hugo.; Extract and reformat content from a Word report into Markdown for version control..