Armory
Source
Browse
Skills

doc

Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install doc --cli claude

writes the skill into.claude/skills/doc/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/doc/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Use when the task involves reading, creating, or editing .docx documents, especially when formatting or layout fidelity matters; prefer python-docx plus the bundled scripts/render_docx.py for visual checks.

When to use it

Use when the task involves reading, creating, or editing .docx documents, especially when formatting or layout fidelity matters; prefer python-docx plus the bundled scripts/render_docx.py for visual checks.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/document-processing/doc/SKILL.md -o .claude/skills/doc/SKILL.md

Notes

Extracted from davila7/claude-code-templates, doc category.