Files
Master-skill/.cursor-plugin/plugin.json
T
xianren 1af80522dc chore(plugin): sync Cursor plugin metadata with Claude plugin
Keeps the two per-platform plugin manifests in lockstep so marketplace
listings don't diverge. Cursor now matches Claude on:

- description: adds "RAG-grounded in FoJin knowledge graph" tail so
  discovery text is identical across platforms
- keywords: adds chinese-buddhism, cbeta, fojin (8 keywords total,
  matching .claude-plugin/plugin.json)

No behavioral change — manifest metadata only.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 14:22:34 +08:00

26 lines
694 B
JSON

{
"name": "master-skill",
"displayName": "Master Skill",
"description": "Chinese Buddhist Master AI teaching personas — 8 prebuilt masters with CBETA-cited doctrinal responses, RAG-grounded in FoJin knowledge graph",
"version": "0.3.0",
"author": {
"name": "xr843",
"email": "xr843@users.noreply.github.com"
},
"homepage": "https://github.com/xr843/Master-skill",
"repository": "https://github.com/xr843/Master-skill",
"license": "MIT",
"keywords": [
"buddhism",
"chinese-buddhism",
"ai-persona",
"digital-humanities",
"rag",
"cbeta",
"fojin",
"agent-skills"
],
"skills": "./prebuilt/",
"hooks": "./hooks/hooks-cursor.json"
}