BeClaude

docx2md-skill

New
GitHub TrendingDocumentationby cgtseashoreman

AI skill: Word to Markdown converter. Works with Reasonix, Cursor, Claude Code, Codex.

First seen 6/7/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/docx2md-skill.md https://raw.githubusercontent.com/cgtseashoreman/docx2md-skill/main/SKILL.md
3
Invoke in Claude Code
/docx2md-skill

Use Cases

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.

Usage Examples

1

/docx2md-skill convert myfile.docx

2

Convert the file report.docx to Markdown and save it as report.md

3

/docx2md-skill --input specs.docx --output specs.md

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..