docx

by ThinkInAIXYZ 6.2k Apache-2.0 Updated Aug 18, 2026
docx skill by ThinkInAIXYZ
docx — Docs skill by ThinkInAIXYZ

docx is an open-source docs skill for Claude Code and compatible agents, published by ThinkInAIXYZ. Its author describes it as: “Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for:…”. The project has 6.2k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `git clone https://github.com/ThinkInAIXYZ/deepchat ~/.claude/skills/docx`.

What docx does

A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.

Installation

Add docx to your agent with:

git clone https://github.com/ThinkInAIXYZ/deepchat ~/.claude/skills/docx

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for docx is organised into these sections:

  • Overview
  • Workflow Decision Tree
  • Reading/Analyzing Content
  • Creating New Document
  • Editing Existing Document
  • Reading and analyzing content
  • Text extraction
  • Raw XML access
  • Creating a new Word document
  • Workflow
  • Editing an existing Word document
  • Redlining workflow for document review

When to use it

Reach for docx when you want docs help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear Apache-2.0 license — safe to read and adapt
  • Ships in ThinkInAIXYZ/deepchat, an established project with 6,228 GitHub stars
  • Actively maintained (recent commits)

Topics

agentagent-skillsaiai-assistantai-sdkchatgptclaudecross-platformdeepseekelectrongeminiharness-designhermes-agentllm-clientmcpmcp-clientopenai-clientopenclaw

Frequently asked questions

What does docx do?
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
How do I install docx?
Run git clone https://github.com/ThinkInAIXYZ/deepchat ~/.claude/skills/docx in your agent, then reload your skills. Review the source at https://github.com/ThinkInAIXYZ/deepchat before installing.
Is docx free to use?
Yes. docx is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
Where does docx come from?
docx ships inside ThinkInAIXYZ/deepchat, a repository that contains 25 catalogued skills in total. The repository's 6,228 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Docs →

Use only when a developer explicitly asks to clean, prune, tidy, or organize DeepChat SDD documentation after implementation and validation. Scans docs/features, docs/issues, and docs/architecture; prefers multi-agent review when available; removes completed issue docs when a linked GitHub issue is closed or implementation and validation evidence proves the bug no longer exists, drops stale plans and legacy task files from completed feature or architecture goals, and deletes obsolete feature or architecture docs.

6.2k ThinkInAIXYZ Apache-2.0

Use before substantial DeepChat code, configuration, documentation, test, build, feature, issue, refactor, or architecture changes that need a durable RFC and an explicit execution path. Skip trivial style fixes, small localized logic changes, routine docs edits, and simple bugs unless the developer asks for SDD. Use plan.md as the only separate tracker when needed, default to implementation-first validation, and ask before optional GitHub issue sync unless the developer explicitly requested sync.

6.2k ThinkInAIXYZ Apache-2.0

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

6.2k ThinkInAIXYZ Apache-2.0

Diagnose LazyCodex and Codex CLI installation health against the latest sources. Use whenever the user asks for a doctor or health check, says LazyCodex, lazycodex-ai, omo-codex, or Codex behaves oddly after an install, update, or config change, suspects a stale, drifted, or broken setup, or wants the local install audited and compared with the latest LazyCodex and Codex code.

68k code-yeongyu Other

Yao process documentation expert. ALWAYS invoke this skill when the user needs to discover available processes, read process signatures, or validate process names. Do not guess process APIs — use this skill first.

7.7k YaoApp Other