mirror of
https://github.com/xr843/Master-skill.git
synced 2026-05-10 05:16:25 +00:00
f3472d6254
Add support for 5 platforms beyond NPX: - Claude Code: .claude-plugin/plugin.json + marketplace.json - Cursor: .cursor-plugin/plugin.json + hooks-cursor.json - Codex CLI: .codex/INSTALL.md with symlink setup - OpenCode: .opencode/INSTALL.md with plugin config - Gemini CLI: gemini-extension.json + GEMINI.md Infrastructure: - SessionStart hook with platform detection (Claude Code, Cursor, Copilot CLI) that injects available masters list - Cross-platform run-hook.cmd polyglot wrapper (Windows + Unix) - .version-bump.json for unified version management across all platform config files - Update README/README_EN with multi-platform install instructions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
600 B
JSON
21 lines
600 B
JSON
{
|
|
"name": "master-skill",
|
|
"description": "Chinese Buddhist Master AI Skills — 8 historical masters with source-cited teachings",
|
|
"owner": {
|
|
"name": "xr843",
|
|
"email": "xr843@users.noreply.github.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "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",
|
|
"source": "./",
|
|
"author": {
|
|
"name": "xr843",
|
|
"email": "xr843@users.noreply.github.com"
|
|
}
|
|
}
|
|
]
|
|
}
|