markdown-review/.claude-plugin/marketplace.json
TLC AI Lab 8eba380a3f markdown-review v0.0.1 spike: comment-on-markdown -> agent (MCP Apps)
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>
2026-06-09 00:58:36 -05:00

15 lines
463 B
JSON

{
"name": "tlc-plugins",
"owner": { "name": "TLC AI Lab" },
"metadata": {
"description": "TLC AI Lab Claude plugins",
"version": "0.0.1"
},
"plugins": [
{
"name": "markdown-review",
"source": "./",
"description": "Antigravity-style inline commenting on markdown — highlight a span, leave a comment, send it to the agent. Batch Submit-All, ephemeral Answer-Now, edit/review modes, in a live MCP-Apps webview."
}
]
}