mirror of
https://github.com/xr843/Master-skill.git
synced 2026-05-10 13:26:25 +00:00
1af80522dc
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>
26 lines
694 B
JSON
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"
|
|
}
|