Files
cursor__plugins/docs-canvas/.cursor-plugin/plugin.json
Cursor Agent c5b04a5445 Make plugin descriptions client-agnostic
Drop 'Cursor' from plugin descriptions in the marketplace manifest and
per-plugin manifests so they read correctly in any agent client, and
resync the README table that mirrors them.

Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-11 17:37:00 +00:00

30 lines
793 B
JSON

{
"name": "docs-canvas",
"displayName": "Docs Canvas",
"version": "0.1.0",
"description": "Render documentation — architecture notes, API references, runbooks, and codebase walkthroughs — as a navigable canvas with sections, table of contents, diagrams, and cross-references.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins/tree/main/docs-canvas",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/avatar.png",
"keywords": [
"cursor-plugin",
"canvas",
"documentation",
"docs",
"architecture",
"reference"
],
"category": "developer-tools",
"tags": [
"canvas",
"documentation",
"workflow"
],
"skills": "./skills/"
}