edgemint

Generate style-faithful DOCX documents from Markdown using the edgemint CLI.

4|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/raphaelmansuy/edgemint --skill edgemint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edgemint
Source: https://github.com/raphaelmansuy/edgemint/tree/main/.claude/skills/edgemint
Command: npx skills add https://github.com/raphaelmansuy/edgemint --skill edgemint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate style-faithful DOCX documents directly from Markdown using the edgemint CLI, enabling teams to produce brand-consistent Word outputs without manual formatting.

Core Features & Use Cases

  • Extract styles from a DOCX template into a portable styles.json for reuse.
  • Generate a branded DOCX from Markdown or AsciiDoc content with exact typography and layout.
  • Diff, validate, and audit templates and style sheets to ensure brand consistency.
  • Batch generate multiple documents and decompose existing DOCXs for round-tripping.
  • Automate document pipelines by orchestrating extract-styles, extract, apply-styles, diff, validate, info, and schema workflows.

Quick Start

Convert Markdown content into a branded DOCX using the edgemint CLI.

Frequently Asked Questions about edgemint

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

FAQPage Schema
How do I convert Markdown to a branded DOCX with custom styles?

You can convert Markdown to a branded DOCX by applying extracted styles from a template file. The Skill uses the edgemint CLI to apply exact typography and layout to your content, ensuring brand consistency without manual formatting.

Can I extract styles from an existing DOCX template for reuse?

Yes, you can extract styles from a DOCX template into a portable styles.json file for reuse. This captures exact typography and layout settings, enabling consistent branding across multiple generated documents.

What do I need to run edgemint for document generation?

To run edgemint for document generation, you need the edgemint CLI, Pandoc, and a Python environment with the necessary dependencies. These components are required to execute commands like extract-styles and apply-styles.

Does Pandoc work with edgemint to apply document styles?

Yes, Pandoc is a required dependency alongside the edgemint CLI and Python environment to apply document styles. Pandoc processes the content while edgemint commands handle extracting and applying the styles to DOCX outputs.

What is the best way to automate batch generation of DOCX documents from Markdown?

The best way to automate batch DOCX generation is orchestrating edgemint CLI commands like extract-styles, apply-styles, and validate. This pipeline approach generates multiple brand-consistent Word documents from Markdown sources efficiently.

How do I validate and audit DOCX templates for brand consistency?

You can validate and audit DOCX templates for brand consistency using the diff and validate commands in the edgemint CLI. These tools compare style sheets and check for deviations to ensure documents match branding guidelines.