convert-doc

Convert .docx and .pdf documents to markdown with optional cleanup.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/navapbc/lockpicks-xlator-plugin --skill convert-doc-navapbc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-doc
Source: https://github.com/navapbc/lockpicks-xlator-plugin/tree/main/xl-plugin/skills/convert-doc
Command: npx skills add https://github.com/navapbc/lockpicks-xlator-plugin --skill convert-doc-navapbc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, PyPDF2, pdfplumber, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of converting .docx or .pdf policy documents to clean markdown format, streamlining the process for easier document management and accessibility.

Core Features & Use Cases

  • Document Conversion: Converts .docx and .pdf files to markdown, facilitating easier editing and sharing.
  • Cleanup Options: Offers optional cleanup with Claude to enhance readability.
  • Archiving: Archives the original document and provides diagnostics for review.
  • Use Case: Ideal for quickly converting policy documents into a format suitable for documentation systems or further processing.

Quick Start

Convert the policy document 'policy.pdf' to markdown with cleanup: /convert-doc <domain> policy.pdf --force-cleanup

Frequently Asked Questions about convert-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a PDF policy document to markdown?

To convert a PDF policy document to markdown, you can automate the extraction process using tools that parse PDF files and output clean markdown text. This specific skill checks file readability and domain existence before converting the document.

Can I convert a .docx file to markdown automatically?

Yes, you can convert a .docx file to markdown automatically by running a conversion script that processes the document structure. The skill supports domain-based conversion and offers optional cleanup to enhance the readability of the final markdown.

What is the best way to clean up markdown formatting after converting a document?

The best way to clean up markdown formatting after document conversion is to use an optional cleanup feature that leverages Claude to enhance readability. This ensures the converted policy text is properly structured and easy to manage.

Does the document conversion tool support archiving original files?

Yes, the document conversion tool supports archiving original files. It automatically archives the original .docx or .pdf document and provides diagnostics for review during the markdown conversion process.

Why does document conversion fail for unsupported file types?

Document conversion fails for unsupported file types because the tool explicitly checks for supported formats like .docx and .pdf before processing. It ensures file readability and supported file types to prevent errors during the markdown conversion.