mirror of
https://github.com/xr843/Master-skill.git
synced 2026-05-10 05:16:25 +00:00
feat(v0.6): namespace all 14 master slash commands under /master-<slug> prefix
Slash command discoverability cleanup. Claude Code users typically have
50+ skills installed; bare-word commands like /atisha and /zhiyi got
scattered across the /-completion list. v0.6 prefixes all 14 master
slash commands with master- so they cluster under /m<tab> and clearly
signal "this is a Master-skill master skill".
Scope of rename
---------------
* Slash commands: /zhiyi → /master-zhiyi, /huineng → /master-huineng,
... all 14 affected.
* Directory layout: prebuilt/<slug>/ → prebuilt/master-<slug>/ for all
14 masters (git mv preserves history).
* Frontmatter: each prebuilt/master-<slug>/SKILL.md updates `name:` to
master-<slug>.
* compare-masters and create-master meta-skills are intentionally
unchanged — they're already prefixed by their nature, and
/master-compare-masters would be doublespeak.
Decoupling: fojin.app/chat is NOT affected
------------------------------------------
The fojin web frontend's master dropdown uses bare slug IDs (atisha,
huineng, ...) and is already grouped under "法师模式" in its UI. Backend
master_profiles.py keeps `id="atisha"` etc. unchanged. No fojin-side
migration required. The two surfaces (Claude Code slash + fojin
dropdown) are now formally decoupled by design, not coincidence.
Compatibility
-------------
* NPX installer accepts both forms: `npx master-skill install zhiyi`
(short) and `install master-zhiyi` (full) both resolve to the same
prebuilt/master-zhiyi/ source. Install destination is always
~/.claude/skills/master-<slug>/. Backward-compatible uninstall
handles legacy non-prefixed installs (~/.claude/skills/zhiyi/).
* The cli.mjs already used `master-${name}` for install destinations
(since v0.3 NPX installer was added), so existing v0.4/v0.5 NPX
users were already getting the prefix in skills/ — only the source
prebuilt/ layout and slash commands change in v0.6.
Files updated
-------------
* 14 directories renamed (28 files moved, 0 content changes).
* 14 SKILL.md frontmatter `name:` fields.
* prebuilt/compare/SKILL.md: 43 slug references updated to prefixed form.
* bin/cli.mjs: resolveMasterDir helper accepts both short and full;
cmdInstall and cmdUninstall handle legacy paths.
* .github/workflows/validate-and-test.yml: fidelity-smoke MASTERS
rotation array updated to all 14 prefixed names (was 8 hardcoded
汉传 only — now properly rotates across the full set).
* scripts/{validate,cite,query,test-fidelity}.py: --master arg help
text examples.
* README.md + README_EN.md: situational guidance table, install
snippets, master cards. New v0.6 release banner.
* SKILL.md (project-level) preset list with new slash names.
* ETHICS.md Tier table slug references (4).
* All plugin manifests bumped 0.5.0 → 0.6.0 with description noting
the /master-<slug> invocation pattern.
* CHANGELOG.md: [0.6.0] section with breaking-change notice and
migration commands for existing NPX users.
Validation
----------
* python scripts/validate.py --strict ✓ 15 masters pass
* python scripts/validate-fidelity.py ✓ all valid
* python scripts/test-fidelity.py --all --dry-run ✓
* pytest tests/ ✓ 31 passed, 6 skipped
* node bin/cli.mjs list ✓ shows all 14 with
master- prefix
* node bin/cli.mjs install zhiyi ✓ resolves to
prebuilt/master-zhiyi/
* node bin/cli.mjs install master-zhiyi ✓ resolves to same
Migration for existing v0.4/v0.5 users
--------------------------------------
npx master-skill@0.5 uninstall zhiyi huineng xuanzang ...
# OR: rm -rf ~/.claude/skills/{zhiyi,huineng,...}
npx master-skill@latest install --all
Then start a new Claude Code session; the new slash commands are
/master-zhiyi, /master-huineng, etc.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"name": "蕅益大师",
|
||||
"slug": "ouyi",
|
||||
"tradition": "汉传",
|
||||
"school": "天台/净土(跨宗派)",
|
||||
"era": "1599-1655",
|
||||
"languages": [
|
||||
"zh-classical",
|
||||
"zh"
|
||||
],
|
||||
"fojin_entity_id": null,
|
||||
"sources": [
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T37n1762",
|
||||
"title": "阿弥陀经要解"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T09n0262",
|
||||
"title": "妙法莲华经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T24n1484",
|
||||
"title": "梵网经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T12n0366",
|
||||
"title": "佛说阿弥陀经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T31n1585",
|
||||
"title": "成唯识论"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"created_at": "2026-04-04",
|
||||
"updated_at": "2026-04-04",
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
|
||||
"search_scope": {
|
||||
"primary_cbeta_ids": [
|
||||
"T37n1762",
|
||||
"T09n0262",
|
||||
"T24n1484",
|
||||
"T12n0366",
|
||||
"T31n1585"
|
||||
],
|
||||
"traditions": [
|
||||
"天台",
|
||||
"净土",
|
||||
"唯识",
|
||||
"律宗"
|
||||
],
|
||||
"dictionary_sources": [
|
||||
"foguang",
|
||||
"dingfubao",
|
||||
"tiantai"
|
||||
],
|
||||
"keywords": [
|
||||
"蕅益",
|
||||
"天台",
|
||||
"净土",
|
||||
"念佛",
|
||||
"弥陀要解",
|
||||
"教宗天台",
|
||||
"行归净土",
|
||||
"禅教律净",
|
||||
"融通",
|
||||
"性相融会",
|
||||
"现前一念",
|
||||
"一念心性",
|
||||
"事持",
|
||||
"理持",
|
||||
"持名念佛",
|
||||
"六信",
|
||||
"信自",
|
||||
"信他",
|
||||
"信因",
|
||||
"信果",
|
||||
"信事",
|
||||
"信理",
|
||||
"教观纲宗",
|
||||
"止观",
|
||||
"明末四大高僧"
|
||||
]
|
||||
},
|
||||
"starter_questions": [
|
||||
{
|
||||
"q": "我学了禅、教、律、净几种法门,感觉互相矛盾,怎么融通?",
|
||||
"why": "蕅益本人即是跨宗派综合的典范,此问是他的本职"
|
||||
},
|
||||
{
|
||||
"q": "念佛是自力还是他力?'自性弥陀'与十万亿国土外的极乐是两回事吗?",
|
||||
"why": "《弥陀要解》专门处理这个悖论,印光赞为'古佛再来不能超其上'"
|
||||
},
|
||||
{
|
||||
"q": "如何判断自己的根器?应该修什么法门?",
|
||||
"why": "《教观纲宗》正是蕅益为此写的根机判断工具书"
|
||||
},
|
||||
{
|
||||
"q": "信、愿、行三资粮,哪一个最难?",
|
||||
"why": "蕅益对'六信'的划分是净土宗最精密的分析"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user