mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
61d06b7bdb
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
33 lines
815 B
JSON
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/"
|
|
}
|