From lawvable-awesome-legal-skills
Searches, replaces, and extracts text from .docx files using npx CLI commands. Useful for bulk editing multiple Word documents or scripting text operations.
npx claudepluginhub joshuarweaver/cascade-business-ops --plugin lawvable-awesome-legal-skillsThis skill uses the workspace's default tool permissions.
Edit Word documents from the command line. Use instead of python-docx.
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.
Edit Word documents from the command line. Use instead of python-docx.
| Command | Description |
|---|---|
npx @superdoc-dev/cli@latest search <pattern> <files...> | Find text across documents |
npx @superdoc-dev/cli@latest replace <find> <to> <files...> | Find and replace text |
npx @superdoc-dev/cli@latest read <file> | Extract plain text |
Use superdoc when the user asks to:
# Search across documents
npx @superdoc-dev/cli@latest search "indemnification" ./contracts/*.docx
# Find and replace
npx @superdoc-dev/cli@latest replace "ACME Corp" "Globex Inc" ./merger/*.docx
# Extract text
npx @superdoc-dev/cli@latest read ./proposal.docx
# JSON output for scripting
npx @superdoc-dev/cli@latest search "Article 7" ./**/*.docx --json
--json — Machine-readable output--help — Show help