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

  1. Write custom command to path/to/.superdoc/{docname}.json
  2. Extension executes and overwrites file with response
  3. Changes appear live in SuperDoc webview.

State: "command" field = pending | "success" field = response ready

Prerequisites

  1. 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
    
Installs
2
First Seen
Feb 11, 2026
docx-editing-superdoc — swn94/awesome-legal-skills