From 1af80522dcd3209a2e3cfe2a24e20a7311802427 Mon Sep 17 00:00:00 2001 From: xianren Date: Fri, 10 Apr 2026 14:22:34 +0800 Subject: [PATCH] chore(plugin): sync Cursor plugin metadata with Claude plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .cursor-plugin/plugin.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 915a648..a773efa 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "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", "author": { "name": "xr843", @@ -12,9 +12,12 @@ "license": "MIT", "keywords": [ "buddhism", + "chinese-buddhism", "ai-persona", "digital-humanities", "rag", + "cbeta", + "fojin", "agent-skills" ], "skills": "./prebuilt/",