Files
cursor__plugins/cursor-sdk/.cursor-plugin/plugin.json
roshansada 61d06b7bdb Add cursor-sdk plugin
Wires the existing @cursor/sdk skill (sourced from anysphere/everysphere
packages/cursor-sdk/skill/cursor-sdk) into the plugins marketplace as a
standalone cursor-sdk plugin: SKILL.md, the seven reference files
(runtime-choice, auth, error-handling, streaming, mcp, advanced, patterns),
plugin.json, README, LICENSE, and the marketplace.json + README.md entries.

Made-with: Cursor
2026-04-28 10:33:45 -07:00

33 lines
815 B
JSON

{
"name": "cursor-sdk",
"displayName": "Cursor SDK",
"version": "1.0.0",
"description": "Build apps, scripts, CI pipelines, and automations on top of the Cursor TypeScript SDK (@cursor/sdk) — runtime selection, auth, streaming, MCP, error handling, and ready-to-extend integration patterns.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins/tree/main/cursor-sdk",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"keywords": [
"cursor-sdk",
"cursor",
"sdk",
"typescript",
"agents",
"automation",
"ci",
"mcp",
"streaming"
],
"category": "developer-tools",
"tags": [
"sdk",
"agents",
"automation",
"developer-tools"
],
"skills": "./skills/"
}