word_builder

Generate .docx files from structured blocks and convert .docx files to Markdown.

9|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/flaz78/9Lives --skill word-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: word_builder
Source: https://github.com/flaz78/9Lives/tree/main/workspace/skills/word_builder
Command: npx skills add https://github.com/flaz78/9Lives --skill word-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of manually formatting and converting Word documents by letting you generate structured .docx files (with headings, tables, and lists) and read existing .docx files back as Markdown.

Core Features & Use Cases

  • Create formatted Word documents (.docx): Build documents from structured blocks including headings (H1–H3), paragraphs (with bold/italic/alignment), tables, bullet/numbered lists, and page breaks.
  • Read and convert existing Word files to Markdown: Load a .docx file and retrieve its contents in Markdown for easier reuse and editing.
  • Use Case: Turn meeting notes into a polished report by creating a DOCX with a title, section headings, tables summarizing action items, and lists for next steps, then optionally convert the result back to Markdown for downstream processing.

Quick Start

Ask the AI to create a DOCX report at /app/workspace/meeting-report.docx with a title, two heading sections, a table of action items, and a bullet list of next steps.

Frequently Asked Questions about word_builder

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

FAQPage Schema
How do I generate a Word document from structured Markdown content?

To generate a Word document, you create .docx files by defining structured content blocks like headings, paragraphs, tables, and lists. This approach lets you programmatically build formatted reports and briefs from structured Markdown elements.

Can I convert an existing .docx file into Markdown for editing?

Yes, you can convert an existing .docx file into Markdown. By reading the Word document with an optional maxChars limit, you retrieve its contents as Markdown for easier reuse and downstream content editing.

What types of document elements can I include when creating a .docx file?

When creating a .docx file, you can include formatted headings (H1–H3), paragraphs with bold or italic text and alignment, tables, bullet and numbered lists, and page breaks to structure your document properly.

Does the .docx generation tool require a specific file path?

Yes, the .docx generation tool requires an absolute file path under the /app/workspace directory. Validating this deterministic path ensures secure file creation and returns the created file path upon successful execution.

What is the best way to turn meeting notes into a formatted Word report?

The best way to turn meeting notes into a Word report is to structure them into document blocks. You define a title, section headings, a table for action items, and a list for next steps to generate a polished .docx file.

Are there limitations on the content blocks I can use for document generation?

Yes, document generation validates block types and limits you to heading, paragraph, table, list, and pageBreak structures. Unsupported block types are rejected to ensure deterministic .docx file creation.