docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
- License
- Proprietary. LICENSE.txt has complete terms
Pinned to revision c593703119f8, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/docx/SKILL.md
- skills/docx/LICENSE.txt
- skills/docx/scripts/__init__.py
- skills/docx/scripts/accept_changes.py
- skills/docx/scripts/comment.py
- skills/docx/scripts/office/helpers/__init__.py
- skills/docx/scripts/office/helpers/merge_runs.py
- skills/docx/scripts/office/helpers/simplify_redlines.py
- skills/docx/scripts/office/pack.py
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd
- skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd
- skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd
- skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd
- skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd
- skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd
- skills/docx/scripts/office/schemas/mce/mc.xsd
- skills/docx/scripts/office/schemas/microsoft/wml-2010.xsd
- skills/docx/scripts/office/schemas/microsoft/wml-2012.xsd
- skills/docx/scripts/office/schemas/microsoft/wml-2018.xsd
- skills/docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd
- skills/docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd
- skills/docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd
- skills/docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd
- skills/docx/scripts/office/soffice.py
- skills/docx/scripts/office/unpack.py
- skills/docx/scripts/office/validate.py
- skills/docx/scripts/office/validators/__init__.py
- skills/docx/scripts/office/validators/base.py
- skills/docx/scripts/office/validators/docx.py
- skills/docx/scripts/office/validators/pptx.py
- skills/docx/scripts/office/validators/redlining.py
- skills/docx/scripts/templates/comments.xml
- skills/docx/scripts/templates/commentsExtended.xml
- skills/docx/scripts/templates/commentsExtensible.xml
- skills/docx/scripts/templates/commentsIds.xml
- skills/docx/scripts/templates/people.xml
Every link opens the file at its source, pinned to the revision this page describes.