docx

Create, read, edit, and format .docx files via Markdown-driven workflows.

1.6k|179|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/GCWing/BitFun --skill docx-gcwing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/GCWing/BitFun/tree/main/src/crates/core/builtin_skills/docx
Command: npx skills add https://github.com/GCWing/BitFun --skill docx-gcwing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Word document creation and editing are tedious and error-prone when done manually. This Skill provides a structured, Markdown-scriptable approach to generate, read, edit, and format .docx files, ensuring consistent templates and formatting.

Core Features & Use Cases

  • Create new documents with specific headings, tables, images, and styles.
  • Read and analyze existing Word files to extract content, metadata, and structure.
  • Edit, format, and reorganize content (tables, headings, lists) to produce polished outputs.
  • Use cases include producing reports, letters, templates, and professional documents at scale.

Quick Start

Generate a polished Word document by specifying title, sections, and a formatted table.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate Word document generation without manual formatting?

You can automate Word document generation by using a Markdown-driven workflow to programmatically create, edit, and format .docx files. This approach eliminates manual formatting errors and ensures consistent templates across reports and letters.

Can I read and extract content from an existing .docx file?

Yes, you can read and analyze existing Word documents to extract content, metadata, and structural elements. This allows you to process pre-existing .docx files and reorganize their tables, headings, and lists into polished outputs.

What's the best way to create Word documents with tables and headings at scale?

The best way to create Word documents at scale is through a structured, script-based approach that supports Markdown scripting. It handles typography, headings, and formatted tables to produce ready-to-deliver professional documents automatically.

Does this Markdown to Word workflow support editing existing .docx templates?

Yes, the Markdown to Word workflow supports editing existing .docx templates. You can format and reorganize content within your Word files, modifying headings and lists to produce consistently styled professional outputs.

Do I need any specific dependencies to format Word documents using this approach?

No specific external dependencies are required to format Word documents with this approach. It relies on script-based prompts and built-in DOCX tooling to process the Markdown inputs and generate your formatted Word files.

Why does manually formatting Word documents often lead to errors?

Manually formatting Word documents is tedious and error-prone because it requires repetitive manual adjustments to headings, tables, and typography. Using a structured, scriptable approach to generate and format .docx files prevents these inconsistencies.