master-skill 0.5.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +3 -3
- package/.claude-plugin/plugin.json +2 -2
- package/.cursor-plugin/plugin.json +2 -2
- package/ETHICS.md +4 -4
- package/README.md +105 -51
- package/README_EN.md +105 -53
- package/SKILL.md +65 -308
- package/bin/cli.mjs +29 -8
- package/gemini-extension.json +2 -2
- package/hooks/session-start +40 -2
- package/hooks/tests/test_session_start.sh +149 -0
- package/package.json +7 -3
- package/prebuilt/compare/SKILL.md +44 -44
- package/prebuilt/compare/tests/fidelity.jsonl +13 -0
- package/prebuilt/{ajahn-chah → master-ajahn-chah}/SKILL.md +1 -1
- package/prebuilt/{ajahn-chah → master-ajahn-chah}/meta.json +17 -1
- package/prebuilt/{atisha → master-atisha}/SKILL.md +1 -1
- package/prebuilt/{atisha → master-atisha}/meta.json +17 -1
- package/prebuilt/{buddhaghosa → master-buddhaghosa}/SKILL.md +1 -1
- package/prebuilt/{buddhaghosa → master-buddhaghosa}/meta.json +26 -1
- package/prebuilt/master-curriculum/SKILL.md +87 -0
- package/prebuilt/master-curriculum/references/chan.md +29 -0
- package/prebuilt/master-curriculum/references/gelug-madhyamaka.md +33 -0
- package/prebuilt/master-curriculum/references/huayan.md +28 -0
- package/prebuilt/master-curriculum/references/jingtu.md +29 -0
- package/prebuilt/master-curriculum/references/sanlun-zhongguan.md +30 -0
- package/prebuilt/master-curriculum/references/theravada-vipassana.md +39 -0
- package/prebuilt/master-curriculum/references/tiantai.md +30 -0
- package/prebuilt/master-curriculum/references/weishi.md +31 -0
- package/prebuilt/master-curriculum/tests/fidelity.jsonl +8 -0
- package/prebuilt/master-debate/SKILL.md +274 -0
- package/prebuilt/master-debate/meta.json +25 -0
- package/prebuilt/master-debate/tests/fidelity.jsonl +8 -0
- package/prebuilt/{fazang → master-fazang}/SKILL.md +1 -1
- package/prebuilt/{fazang → master-fazang}/meta.json +25 -0
- package/prebuilt/{huineng → master-huineng}/SKILL.md +1 -1
- package/prebuilt/master-huineng/meta.json +128 -0
- package/prebuilt/{huineng → master-huineng}/references/teaching.md +1 -1
- package/prebuilt/{huineng → master-huineng}/sources/INDEX.md +1 -1
- package/prebuilt/{huineng → master-huineng}/sources/tanjing-excerpts.md +17 -1
- package/prebuilt/{kumarajiva → master-kumarajiva}/SKILL.md +1 -1
- package/prebuilt/{kumarajiva → master-kumarajiva}/meta.json +16 -0
- package/prebuilt/{kumarajiva → master-kumarajiva}/references/teaching.md +2 -2
- package/prebuilt/{mahasi-sayadaw → master-mahasi-sayadaw}/SKILL.md +1 -1
- package/prebuilt/{mahasi-sayadaw → master-mahasi-sayadaw}/meta.json +17 -1
- package/prebuilt/{milarepa → master-milarepa}/SKILL.md +1 -1
- package/prebuilt/{milarepa → master-milarepa}/meta.json +26 -1
- package/prebuilt/{ouyi → master-ouyi}/SKILL.md +1 -1
- package/prebuilt/{ouyi → master-ouyi}/meta.json +17 -0
- package/prebuilt/{ouyi → master-ouyi}/references/teaching.md +4 -4
- package/prebuilt/{ouyi → master-ouyi}/sources/INDEX.md +1 -1
- package/prebuilt/{ouyi → master-ouyi}/sources/jiaoguan-gangzong-excerpts.md +3 -3
- package/prebuilt/{tsongkhapa → master-tsongkhapa}/SKILL.md +1 -1
- package/prebuilt/{tsongkhapa → master-tsongkhapa}/meta.json +18 -1
- package/prebuilt/{xuanzang → master-xuanzang}/SKILL.md +1 -1
- package/prebuilt/{xuanzang → master-xuanzang}/meta.json +16 -0
- package/prebuilt/{xuanzang → master-xuanzang}/references/teaching.md +5 -5
- package/prebuilt/{xuanzang → master-xuanzang}/references/voice.md +1 -1
- package/prebuilt/{xuyun → master-xuyun}/SKILL.md +1 -1
- package/prebuilt/{xuyun → master-xuyun}/meta.json +39 -0
- package/prebuilt/{yinguang → master-yinguang}/SKILL.md +2 -2
- package/prebuilt/{yinguang → master-yinguang}/meta.json +17 -0
- package/prebuilt/{yinguang → master-yinguang}/references/teaching.md +7 -7
- package/prebuilt/{yinguang → master-yinguang}/references/voice.md +1 -1
- package/prebuilt/{yinguang → master-yinguang}/sources/INDEX.md +3 -3
- package/prebuilt/{yinguang → master-yinguang}/sources/wenchao-excerpts.md +4 -4
- package/prebuilt/{yinguang → master-yinguang}/sources/yihanbianfu-excerpts.md +3 -3
- package/prebuilt/{zhiyi → master-zhiyi}/SKILL.md +1 -1
- package/prebuilt/{zhiyi → master-zhiyi}/meta.json +28 -0
- package/prebuilt/{zhiyi → master-zhiyi}/references/teaching.md +2 -2
- package/scripts/check-manifest-versions.py +142 -0
- package/scripts/cite.py +1 -1
- package/scripts/query.py +1 -1
- package/scripts/test-fidelity.py +4 -4
- package/scripts/tests/test_check_manifest_versions.py +217 -0
- package/scripts/tests/test_debate_protocol.py +159 -0
- package/scripts/tests/test_validate_cross_critique.py +149 -0
- package/scripts/tests/test_validate_curriculum_sources.py +144 -0
- package/scripts/tests/test_validate_lore_triggers_content.py +372 -0
- package/scripts/tests/test_validate_persona_fidelity.py +317 -0
- package/scripts/tests/test_validate_promptfoo_configs.py +386 -0
- package/scripts/validate-cross-critique.py +137 -0
- package/scripts/validate-curriculum-sources.py +111 -0
- package/scripts/validate-fidelity.py +16 -1
- package/scripts/validate-lore-triggers-content.py +393 -0
- package/scripts/validate-persona-fidelity.py +210 -0
- package/scripts/validate-promptfoo-configs.py +383 -0
- package/scripts/validate.py +213 -5
- package/prebuilt/huineng/meta.json +0 -91
- /package/prebuilt/{ajahn-chah → master-ajahn-chah}/references/teaching.md +0 -0
- /package/prebuilt/{ajahn-chah → master-ajahn-chah}/references/voice.md +0 -0
- /package/prebuilt/{ajahn-chah → master-ajahn-chah}/sources/INDEX.md +0 -0
- /package/prebuilt/{ajahn-chah → master-ajahn-chah}/sources/sutta-excerpts.md +0 -0
- /package/prebuilt/{ajahn-chah → master-ajahn-chah}/sources/teachings-excerpts.md +0 -0
- /package/prebuilt/{ajahn-chah → master-ajahn-chah}/tests/fidelity.jsonl +0 -0
- /package/prebuilt/{atisha → master-atisha}/references/teaching.md +0 -0
- /package/prebuilt/{atisha → master-atisha}/references/voice.md +0 -0
- /package/prebuilt/{atisha → master-atisha}/sources/INDEX.md +0 -0
- /package/prebuilt/{atisha → master-atisha}/sources/bodhipathapradipa-excerpts.md +0 -0
- /package/prebuilt/{atisha → master-atisha}/tests/fidelity.jsonl +0 -0
- /package/prebuilt/{buddhaghosa → master-buddhaghosa}/references/teaching.md +0 -0
- /package/prebuilt/{buddhaghosa → master-buddhaghosa}/references/voice.md +0 -0
- /package/prebuilt/{buddhaghosa → master-buddhaghosa}/sources/INDEX.md +0 -0
- /package/prebuilt/{buddhaghosa → master-buddhaghosa}/sources/visuddhimagga-excerpts.md +0 -0
- /package/prebuilt/{buddhaghosa → master-buddhaghosa}/tests/fidelity.jsonl +0 -0
- /package/prebuilt/{fazang → master-fazang}/references/teaching.md +0 -0
- /package/prebuilt/{fazang → master-fazang}/references/voice.md +0 -0
- /package/prebuilt/{fazang → master-fazang}/sources/INDEX.md +0 -0
- /package/prebuilt/{fazang → master-fazang}/sources/jinshizi-excerpts.md +0 -0
- /package/prebuilt/{fazang → master-fazang}/sources/wujiao-zhang-excerpts.md +0 -0
- /package/prebuilt/{fazang → master-fazang}/tests/fidelity.jsonl +0 -0
- /package/prebuilt/{huineng → master-huineng}/references/voice.md +0 -0
- /package/prebuilt/{huineng → master-huineng}/sources/jingang-excerpts.md +0 -0
- /package/prebuilt/{huineng → master-huineng}/tests/fidelity.jsonl +0 -0
- /package/prebuilt/{kumarajiva → master-kumarajiva}/references/voice.md +0 -0
- /package/prebuilt/{kumarajiva → master-kumarajiva}/sources/INDEX.md +0 -0
- /package/prebuilt/{kumarajiva → master-kumarajiva}/sources/fahua-excerpts.md +0 -0
- /package/prebuilt/{kumarajiva → master-kumarajiva}/sources/jingang-bore-excerpts.md +0 -0
- /package/prebuilt/{kumarajiva → master-kumarajiva}/sources/zhonglun-excerpts.md +0 -0
- /package/prebuilt/{kumarajiva → master-kumarajiva}/tests/fidelity.jsonl +0 -0
- /package/prebuilt/{mahasi-sayadaw → master-mahasi-sayadaw}/references/teaching.md +0 -0
- /package/prebuilt/{mahasi-sayadaw → master-mahasi-sayadaw}/references/voice.md +0 -0
- /package/prebuilt/{mahasi-sayadaw → master-mahasi-sayadaw}/sources/INDEX.md +0 -0
- /package/prebuilt/{mahasi-sayadaw → master-mahasi-sayadaw}/sources/teachings-excerpts.md +0 -0
- /package/prebuilt/{mahasi-sayadaw → master-mahasi-sayadaw}/tests/fidelity.jsonl +0 -0
- /package/prebuilt/{milarepa → master-milarepa}/references/teaching.md +0 -0
- /package/prebuilt/{milarepa → master-milarepa}/references/voice.md +0 -0
- /package/prebuilt/{milarepa → master-milarepa}/sources/INDEX.md +0 -0
- /package/prebuilt/{milarepa → master-milarepa}/sources/grubum-excerpts.md +0 -0
- /package/prebuilt/{milarepa → master-milarepa}/sources/namthar-excerpts.md +0 -0
- /package/prebuilt/{milarepa → master-milarepa}/tests/fidelity.jsonl +0 -0
- /package/prebuilt/{ouyi → master-ouyi}/references/voice.md +0 -0
- /package/prebuilt/{ouyi → master-ouyi}/sources/mituo-yaojie-excerpts.md +0 -0
- /package/prebuilt/{ouyi → master-ouyi}/tests/fidelity.jsonl +0 -0
- /package/prebuilt/{tsongkhapa → master-tsongkhapa}/references/teaching.md +0 -0
- /package/prebuilt/{tsongkhapa → master-tsongkhapa}/references/voice.md +0 -0
- /package/prebuilt/{tsongkhapa → master-tsongkhapa}/sources/INDEX.md +0 -0
- /package/prebuilt/{tsongkhapa → master-tsongkhapa}/sources/lamrim-excerpts.md +0 -0
- /package/prebuilt/{tsongkhapa → master-tsongkhapa}/tests/fidelity.jsonl +0 -0
- /package/prebuilt/{xuanzang → master-xuanzang}/sources/INDEX.md +0 -0
- /package/prebuilt/{xuanzang → master-xuanzang}/sources/chengweishi-excerpts.md +0 -0
- /package/prebuilt/{xuanzang → master-xuanzang}/sources/xinjing-excerpts.md +0 -0
- /package/prebuilt/{xuanzang → master-xuanzang}/tests/fidelity.jsonl +0 -0
- /package/prebuilt/{xuyun → master-xuyun}/references/teaching.md +0 -0
- /package/prebuilt/{xuyun → master-xuyun}/references/voice.md +0 -0
- /package/prebuilt/{xuyun → master-xuyun}/sources/INDEX.md +0 -0
- /package/prebuilt/{xuyun → master-xuyun}/sources/lengyanjing-excerpts.md +0 -0
- /package/prebuilt/{xuyun → master-xuyun}/sources/tanjing-excerpts.md +0 -0
- /package/prebuilt/{xuyun → master-xuyun}/tests/fidelity.jsonl +0 -0
- /package/prebuilt/{yinguang → master-yinguang}/sources/jingtu-sanjing-excerpts.md +0 -0
- /package/prebuilt/{yinguang → master-yinguang}/tests/fidelity.jsonl +0 -0
- /package/prebuilt/{zhiyi → master-zhiyi}/references/voice.md +0 -0
- /package/prebuilt/{zhiyi → master-zhiyi}/sources/INDEX.md +0 -0
- /package/prebuilt/{zhiyi → master-zhiyi}/sources/fahua-xuanyi-excerpts.md +0 -0
- /package/prebuilt/{zhiyi → master-zhiyi}/sources/mohezhiguan-excerpts.md +0 -0
- /package/prebuilt/{zhiyi → master-zhiyi}/tests/fidelity.jsonl +0 -0
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "慧能大师",
|
|
3
|
-
"slug": "huineng",
|
|
4
|
-
"tradition": "汉传",
|
|
5
|
-
"school": "禅宗",
|
|
6
|
-
"era": "638-713",
|
|
7
|
-
"languages": [
|
|
8
|
-
"zh-classical",
|
|
9
|
-
"zh"
|
|
10
|
-
],
|
|
11
|
-
"fojin_entity_id": null,
|
|
12
|
-
"sources": [
|
|
13
|
-
{
|
|
14
|
-
"type": "cbeta",
|
|
15
|
-
"id": "T48n2008",
|
|
16
|
-
"title": "六祖大师法宝坛经"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"type": "cbeta",
|
|
20
|
-
"id": "T08n0235",
|
|
21
|
-
"title": "金刚般若波罗蜜经"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"type": "cbeta",
|
|
25
|
-
"id": "T14n0475",
|
|
26
|
-
"title": "维摩诘所说经"
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"version": "1.0.0",
|
|
30
|
-
"created_at": "2026-04-04",
|
|
31
|
-
"updated_at": "2026-04-04",
|
|
32
|
-
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
|
|
33
|
-
"search_scope": {
|
|
34
|
-
"primary_cbeta_ids": [
|
|
35
|
-
"T48n2008",
|
|
36
|
-
"T08n0235",
|
|
37
|
-
"T14n0475"
|
|
38
|
-
],
|
|
39
|
-
"traditions": [
|
|
40
|
-
"禅宗",
|
|
41
|
-
"般若"
|
|
42
|
-
],
|
|
43
|
-
"dictionary_sources": [
|
|
44
|
-
"foguang",
|
|
45
|
-
"dingfubao"
|
|
46
|
-
],
|
|
47
|
-
"keywords": [
|
|
48
|
-
"自性",
|
|
49
|
-
"本心",
|
|
50
|
-
"本性",
|
|
51
|
-
"佛性",
|
|
52
|
-
"顿悟",
|
|
53
|
-
"顿教",
|
|
54
|
-
"南宗禅",
|
|
55
|
-
"见性",
|
|
56
|
-
"明心见性",
|
|
57
|
-
"直指人心",
|
|
58
|
-
"不立文字",
|
|
59
|
-
"无念",
|
|
60
|
-
"无住",
|
|
61
|
-
"无相",
|
|
62
|
-
"禅",
|
|
63
|
-
"六祖",
|
|
64
|
-
"坛经",
|
|
65
|
-
"本来无一物",
|
|
66
|
-
"般若",
|
|
67
|
-
"定慧等学",
|
|
68
|
-
"机锋",
|
|
69
|
-
"菩提",
|
|
70
|
-
"弘忍"
|
|
71
|
-
]
|
|
72
|
-
},
|
|
73
|
-
"starter_questions": [
|
|
74
|
-
{
|
|
75
|
-
"q": "六祖说'本来无一物',但烦恼和身体明明还在,这不是自欺吗?",
|
|
76
|
-
"why": "直切禅门最容易被误解的核心悖论"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"q": "我想参禅但坐不住、念头太多,该怎么办?",
|
|
80
|
-
"why": "《坛经》中有针对妄念的直接对治方便"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"q": "'见性成佛'的'见'是看见吗?是悟吗?具体是什么体验?",
|
|
84
|
-
"why": "触及禅宗实修的核心目标,避免把'见性'变成概念游戏"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"q": "读经和参禅哪个更重要?六祖不识字怎么讲法?",
|
|
88
|
-
"why": "历史上反复被问的问题,直接听当事人的答案"
|
|
89
|
-
}
|
|
90
|
-
]
|
|
91
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|