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>
This commit is contained in:
xianren
2026-04-10 14:22:34 +08:00
parent 7b2af14c7f
commit 1af80522dc
+4 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "master-skill", "name": "master-skill",
"displayName": "Master Skill", "displayName": "Master Skill",
"description": "Chinese Buddhist Master AI teaching personas — 8 prebuilt masters with CBETA-cited doctrinal responses", "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", "version": "0.3.0",
"author": { "author": {
"name": "xr843", "name": "xr843",
@@ -12,9 +12,12 @@
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"buddhism", "buddhism",
"chinese-buddhism",
"ai-persona", "ai-persona",
"digital-humanities", "digital-humanities",
"rag", "rag",
"cbeta",
"fojin",
"agent-skills" "agent-skills"
], ],
"skills": "./prebuilt/", "skills": "./prebuilt/",