minimax-docx

Create and edit DOCX documents using deterministic OpenXML pipelines with validation.

16|12|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/AlekseiUL/heisenberg-team --skill minimax-docx-alekseiul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-docx
Source: https://github.com/AlekseiUL/heisenberg-team/tree/main/skills/minimax-docx
Command: npx skills add https://github.com/AlekseiUL/heisenberg-team --skill minimax-docx-alekseiul

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dotnet, nuget, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill prevents broken Word documents and repetitive formatting work by producing and editing DOCX files using deterministic OpenXML (.NET) pipelines with strict validation gates.

Core Features & Use Cases

  • DOCX creation from scratch with reusable structural pipelines for reports, letters, memos, and academic-style documents.
  • DOCX editing that performs surgical fill/replace operations while minimizing unintended formatting changes.
  • Template application that applies styles, headers/footers, and section layouts safely using validation plus a mandatory XSD “hard gate-check”.
  • Safety-focused reliability via element-order rules, XSD validation, business-rule validation, automated repair/fix-order, diff verification, and DOCX preview checks.

Quick Start

Tell the Skill: generate a .docx report from the provided content, and ensure it passes the required validation gate-check.

Frequently Asked Questions about minimax-docx

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

FAQPage Schema
How do I generate a valid DOCX file without breaking the OpenXML structure?

You can generate valid DOCX files by using deterministic OpenXML .NET pipelines that enforce element-order correctness and run XSD validation. This approach prevents broken Word documents by applying strict structural gate-checks to the final .docx output.

How do I fill or replace content in a DOCX template without altering the formatting?

You can edit DOCX files by performing surgical fill/replace operations using OpenXML pipelines. This method minimizes unintended formatting changes while safely updating content within the existing .docx template structure.

Do I need .NET and Nuget to create Word documents with OpenXML validation?

Yes, .NET and Nuget are required dependencies for creating Word documents with OpenXML validation. The Skill relies on deterministic .NET pipelines and Nuget packages to execute XSD validation, business-rule checks, and mandatory template gate-checks for .docx generation.

What is the best way to apply headers, footers, and section breaks to a DOCX file programmatically?

The best way to apply headers, footers, and section breaks is through template application using OpenXML pipelines with validation gates. This safely applies styles and section layouts by enforcing a mandatory XSD hard gate-check to prevent structural corruption in the .docx file.

Why does my generated DOCX file fail to open or show validation errors after editing?

Generated DOCX files fail to open or show validation errors due to incorrect OpenXML element ordering or business-rule violations. Applying automated repair, fix-order enforcement, and mandatory XSD validation with diff/preview verification resolves these structural issues to ensure valid .docx output.