BeClaude

doc-to-md-opencode

New
GitHub TrendingDocumentationby ADG81

doc-to-md skill for Opencode

First seen 6/14/2026

Summary

This skill converts documentation files to Markdown format for use with Opencode, making it easier to integrate external docs into your development workflow.

  • It streamlines the process of transforming various doc formats into clean, readable Markdown that can be directly utilized by Opencode tools.

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

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

Use Cases

Convert a README.rst file to Markdown for use in an Opencode project.
Transform API documentation from HTML to Markdown for easier editing and version control.
Batch convert multiple .doc files in a folder to Markdown for a documentation migration.
Convert a LaTeX document to Markdown to integrate with Opencode's knowledge base.
Turn a PDF user guide into Markdown for inclusion in a developer onboarding kit.
Convert a Word document (.docx) specification to Markdown for collaborative editing in a code repository.

Usage Examples

1

/doc-to-md-opencode convert README.rst

2

/doc-to-md-opencode batch ./docs/ --format md

3

Convert the file api_guide.html to Markdown using the doc-to-md skill for Opencode.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is doc-to-md-opencode?

This skill converts documentation files to Markdown format for use with Opencode, making it easier to integrate external docs into your development workflow. It streamlines the process of transforming various doc formats into clean, readable Markdown that can be directly utilized by Opencode tools.

How to install doc-to-md-opencode?

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

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

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

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

doc-to-md-opencode is useful for: Convert a README.rst file to Markdown for use in an Opencode project.; Transform API documentation from HTML to Markdown for easier editing and version control.; Batch convert multiple .doc files in a folder to Markdown for a documentation migration.; Convert a LaTeX document to Markdown to integrate with Opencode's knowledge base.; Turn a PDF user guide into Markdown for inclusion in a developer onboarding kit.; Convert a Word document (.docx) specification to Markdown for collaborative editing in a code repository..