name: docx description: Handle docx tasks in Codex. Use when the request matches this skill scope. license: Proprietary. LICENSE.txt has complete terms metadata: category: document-processing tags: - docx - word - office - document - tracked-changes - comments - xml
Use this skill for docx requests that match the description.
Workflow
- Confirm task scope.
- Read only the minimum required files in this skill directory.
- Prefer deterministic scripts and existing templates over manual repetition.
- Execute the requested work, validate outputs, and report changed files.
Constraints
- Prefer reuse from:
scripts/. - Keep context small and avoid unrelated reference loading.
- Return concise, actionable results.