docx-to-web-publisher

Installation
SKILL.md

docx-to-web Publisher

Convert a .docx document into a fully structured, styled web page within a Next.js site that uses a content catalog pattern (product array, detail page route, optional knowledge graph).

When to use

  • User has a .docx file and wants it published on their Next.js site
  • User says "publish this paper/brief/report" and there's a .docx involved
  • User wants to add a research document to a content library or wisdom library
  • Converting any structured Word document to a web-rendered page

Prerequisites

  • Next.js App Router project with a content catalog pattern (a TypeScript data array + dynamic [slug]/page.tsx route)
  • ImageMagick (convert/magick) for cover image generation (optional)
  • Python 3 for .docx extraction if pandoc isn't available
Installs
4
GitHub Stars
75
First Seen
Jun 3, 2026
docx-to-web-publisher — dmccreary/claude-skills