doc-to-md-opencode
Newdoc-to-md skill for Opencode
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
mkdir -p .claude/skillsAdd the configuration to .claude/skills/doc-to-md-opencode.md
/doc-to-md-opencodeUse Cases
Usage Examples
/doc-to-md-opencode convert README.rst
/doc-to-md-opencode batch ./docs/ --format md
Convert the file api_guide.html to Markdown using the doc-to-md skill for Opencode.
Security Audits
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..