docx-editing-superdoc
Installation
SKILL.md
DOCX Live Editor
Edit Word documents with live preview and track changes in VS Code-compatible IDEs via SuperDoc extension.
How It Works
- Write custom command to
path/to/.superdoc/{docname}.json - Extension executes and overwrites file with response
- Changes appear live in SuperDoc webview.
State: "command" field = pending | "success" field = response ready
Prerequisites
- SuperDoc VS Code extension installed. Check with:
// macOS/Linux $(case "$(ps -p $PPID -o args= 2>/dev/null)" in *Cursor*) echo cursor ;; *Antigravity*) echo antigravity ;; *Code*) echo code ;; *) echo code ;; esac) --profile "Lawvable" --list-extensions | grep -i superdoc