YousefNabil-SOC

Create Doc — Documentation skill for Claude Code

Documentation community

Generate a professional Word document (.docx) using Python and python-docx.

How to install Create Doc

Installs to ~/.claude/skills/yousefnabil-soc-claude-apex-create-doc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yousefnabil-soc-claude-apex-create-doc && curl -fsSL https://raw.githubusercontent.com/YousefNabil-SOC/claude-apex/HEAD/commands/create-doc.md -o ~/.claude/skills/yousefnabil-soc-claude-apex-create-doc/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Create Doc does

Generate a professional Word document (.docx) using Python and python-docx.

The user will provide: document type (proposal/report/contract/NDA/brief/memo), content, and output filename.

Steps:

  1. Ask for: document type, title, sections/content, output filename
  2. Generate a Python script using python-docx that creates a complete document with:
    • Cover page with title, date, client/company name
    • Proper heading hierarchy (Heading 1, 2, 3)
    • Body text with professional formatting
    • T

Alternatives in Documentation

  • Docx — Create, edit, and analyze Word documents with tracked changes, comments, and formatting 94.1k ★
  • Translate Doc Zh — Translate English documentation to Chinese 5.7k ★
  • Ars Format Convert — ARS academic-paper format-convert mode — convert to LaTeX / DOCX / PDF / Markdown 4.5k ★

Full documentation available on GitHub

View Source Repository