From dstoic
Convert Word (.docx) files to clean markdown for LLM context (uses markitdown). Use when converting Word documents to markdown for analysis or summarization. Triggers include "convert docx", "word to markdown", "docx file".
npx claudepluginhub digital-stoic-org/agent-skills --plugin dstoicThis skill is limited to using the following tools:
Convert the Word document at `$1` to clean markdown format optimized for LLM context.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Convert the Word document at $1 to clean markdown format optimized for LLM context.
dstoic:install-dependency skill to ensure markitdown is installed$1 (required), output dir $2 (optional, defaults to ./converted/)$2 if it doesn't existsource .venv/bin/activate && python -m markitdown "$1" -o "$OUTPUT_DIR/output.md"
Extract clean markdown for LLM context — analysis, summarization, Q&A. NOT for round-tripping back to DOCX.
No content sent to any LLM during conversion (pure script-based extraction).