kdp-format

Convert Markdown manuscripts into KDP-ready DOCX files with 6x9 formatting.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jtucker9/mystuff --skill kdp-format-jtucker9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kdp-format
Source: https://github.com/jtucker9/mystuff/tree/main/skills/kdp-format
Command: npx skills add https://github.com/jtucker9/mystuff --skill kdp-format-jtucker9

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docx.

What problem does it solve?

Authors and publishers often struggle to convert Markdown manuscripts into publish-ready Word documents formatted for Amazon KDP, wasting time on manual styling and layout.

Core Features & Use Cases

  • Convert Markdown with front matter (title, author, publisher) into a professionally formatted DOCX for paperback and ebook workflows.
  • Enforce 6" × 9" trim, proper margins, running headers, and a clickable Table of Contents to streamline submission.
  • Use-case example: an author writes a markdown manuscript and runs the formatter to produce a ready-to-upload KDP document with front matter, TOC, and chapter formatting.

Quick Start

Run the formatter on your manuscript.md to generate a KDP-ready DOCX with paperback styling and an auto-linked Table of Contents.

Frequently Asked Questions about kdp-format

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

FAQPage Schema
How do I convert a Markdown manuscript to a KDP-ready Word document?

The formatter parses Markdown front matter, applies 6x9 paperback trim sizing, generates running headers, and outputs a print-safe DOCX file using python-docx for direct Amazon KDP upload.

What is included in KDP 6x9 paperback formatting for a DOCX file?

KDP 6x9 paperback formatting includes proper print-safe margins, running headers, parsed front matter, a clickable Table of Contents, and structured chapter pages to meet Amazon submission requirements.

Can I generate an ebook workflow from Markdown along with paperback formatting?

Yes, you can generate an optional ebook workflow from Markdown alongside paperback formatting, producing a DOCX document with front matter and chapter structure suitable for both print and digital Amazon publishing.

Do I need python-docx to format Markdown for Amazon KDP submission?

You need python-docx or an equivalent dependency to generate the DOCX file, as the formatter relies on it to enforce KDP requirements, build the clickable Table of Contents, and apply 6x9 trim formatting.

Why does my Markdown front matter need parsing for Kindle Direct Publishing?

Markdown front matter needs parsing for Kindle Direct Publishing to extract the title, author, and publisher, which are then automatically structured into the DOCX document to meet Amazon KDP submission standards.