Antigravity-style inline markdown commenting as an installable Claude plugin. - MCP Apps webview (markdown-it renderer + comment UI) - three lanes: Answer Now (sendMessage), Add to batch, Submit All (persist+send) - edit/review mode toggle; sidecar comment persistence - self-contained prebuilt server/dist (zero runtime node_modules) - self-marketplace manifest for /plugin install - 11/11 stdio smoke tests passing Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
576 B
576 B
| description | argument-hint |
|---|---|
| Open a markdown file in the interactive review viewer to comment on it | <path-to.md> [edit|review] |
Open the markdown file $1 in the interactive review viewer by calling the
open_markdown tool (mode = $2 if given, otherwise edit).
Then wait for the user's comments to arrive as messages. When they do:
- In edit mode, apply each comment as an edit to the anchored span, then confirm.
- In review mode, collect the comments into a punch-list and ask before editing.
Follow the review-markdown skill for the full contract.