BeClaude

doc-to-md-claude

New
GitHub TrendingDocumentationby ADG81

doc-to-md skill for Claude Code

First seen 6/14/2026

Summary

The doc-to-md-claude skill converts various document formats (like PDF, DOCX, HTML) into clean Markdown, making it easy to integrate documentation into Claude Code workflows.

  • It saves developers time by automating the conversion of legacy or external docs into a format that Claude can process and analyze efficiently.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/doc-to-md-claude.md

3
Invoke in Claude Code
/doc-to-md-claude

Use Cases

Convert a PDF API reference into Markdown for easier searching and analysis in Claude Code.
Transform a DOCX specification document into Markdown to include in a codebase's documentation folder.
Batch convert multiple HTML help pages into Markdown for offline reading or further processing.
Convert a scanned document (via OCR) into Markdown to extract and reuse its content in a project.
Turn a PowerPoint presentation into Markdown to create a text-based summary for documentation.
Convert a legacy RTF file into Markdown to modernize project documentation.

Usage Examples

1

/doc-to-md-claude convert path/to/api-reference.pdf

2

/doc-to-md-claude batch path/to/docs/ --format docx

3

Convert this HTML file to Markdown and save it as README.md

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is doc-to-md-claude?

The doc-to-md-claude skill converts various document formats (like PDF, DOCX, HTML) into clean Markdown, making it easy to integrate documentation into Claude Code workflows. It saves developers time by automating the conversion of legacy or external docs into a format that Claude can process and analyze efficiently.

How to install doc-to-md-claude?

To install doc-to-md-claude: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/doc-to-md-claude.md. Finally, /doc-to-md-claude in Claude Code.

What is doc-to-md-claude best for?

doc-to-md-claude is a community categorized under Documentation. Created by ADG81.

What can I use doc-to-md-claude for?

doc-to-md-claude is useful for: Convert a PDF API reference into Markdown for easier searching and analysis in Claude Code.; Transform a DOCX specification document into Markdown to include in a codebase's documentation folder.; Batch convert multiple HTML help pages into Markdown for offline reading or further processing.; Convert a scanned document (via OCR) into Markdown to extract and reuse its content in a project.; Turn a PowerPoint presentation into Markdown to create a text-based summary for documentation.; Convert a legacy RTF file into Markdown to modernize project documentation..