docx

Convert Markdown files into branded Word documents using templates.

2|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/davidbeglenboyle/davids-claude-code-setup --skill docx-davidbeglenboyle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/davidbeglenboyle/davids-claude-code-setup/tree/main/skills/ready-to-use/docx
Command: npx skills add https://github.com/davidbeglenboyle/davids-claude-code-setup --skill docx-davidbeglenboyle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, pandoc.

What problem does it solve?

Convert Markdown files into professionally formatted Word documents using brand templates, saving time on manual styling and ensuring consistent branding across deliverables.

Core Features & Use Cases

  • Automated Markdown-to-Word conversion that preserves headings and styles via templates.
  • Template-driven output selecting a default or client-specific template based on project context.
  • Clear guidance on where to store templates and how to apply styles for brand consistency.

Quick Start

Convert input.md to output.docx using the default template.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I convert Markdown to a Word document with custom branding?

You can convert Markdown to a branded Word document by applying a template during the conversion process. This skill uses pandoc and python-docx to automatically map Markdown content to predefined brand styles, ensuring consistent formatting across deliverables.

Can I use a client-specific Word template for Markdown conversion?

Yes, you can use a client-specific Word template for Markdown conversion. The skill selects a default or client-specific template based on your project context, as long as the templates are stored in the designated templates directory.

Do I need pandoc and python-docx to automate Markdown to docx conversion?

Yes, you need both pandoc and python-docx to automate Markdown to docx conversion. Pandoc handles the initial Markdown parsing while python-docx performs the document manipulation required to apply and preserve the branded template styles.

What's the best way to ensure consistent formatting when converting Markdown to Word?

The best way to ensure consistent formatting when converting Markdown to Word is to use a template-driven workflow. By storing style guides as templates, the conversion automatically preserves headings and applies brand styles uniformly across all generated documents.

Why does my Markdown conversion lose Word document styling?

Markdown conversion loses Word document styling when a template is not applied during the process. To prevent formatting loss, this skill requires storing default or client-specific templates in a templates directory to map the Markdown structure to proper Word styles.