·docx

Expert in creating, editing, and automating Word documents (.docx) using python-docx and docx.js. Use when generating Word documents, modifying existing docx files, or automating document workflows.

38Installs·1Trend·@404kidwiz

Installation

$npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill docx

SKILL.md

Purpose Provides expertise in programmatic Word document creation and manipulation. Handles document generation, template filling, style management, and batch document processing using python-docx and JavaScript libraries.

| Direct formatting | Hard to maintain | Use styles | | Modifying template | Corrupts original | Save to new file | | No error handling | Fails on bad input | Validate data first | | Hardcoded paths | Not portable | Use relative paths | | Ignoring encoding | Character issues | Use UTF-8 strings |

Expert in creating, editing, and automating Word documents (.docx) using python-docx and docx.js. Use when generating Word documents, modifying existing docx files, or automating document workflows. Source: 404kidwiz/claude-supercode-skills.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill docx Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill docx
Category
#Documents
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is docx?

Expert in creating, editing, and automating Word documents (.docx) using python-docx and docx.js. Use when generating Word documents, modifying existing docx files, or automating document workflows. Source: 404kidwiz/claude-supercode-skills.

How do I install docx?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill docx Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/404kidwiz/claude-supercode-skills