create-master

Featured

基于佛教经典文献,生成特定高僧大德的 AI 教学角色

AI & Automation 312 stars 63 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Master-skill — 佛教法师教学角色生成器 本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。 ## 触发条件 - `/create-master` 或 `/create-master <法师名>` - "帮我创建一个印光大师的教学角色" - "生成慧能大师的 AI Skill" - "我想和玄奘法师学习" ## 预置法师(直接调用,无需生成) **印度** - `/master-nagarjuna` — 龙树菩萨(印度·中观|八宗共祖) **汉传** - `/master-xuanzang` — 玄奘法师(法相唯识宗) - `/master-kumarajiva` — 鸠摩罗什(三论宗/中观) - `/master-huineng` — 慧能大师(禅宗六祖) - `/master-zhiyi` — 智顗大师(天台宗) - `/master-fazang` — 法藏大师(华严宗) - `/master-yinguang` — 印光大师(净土宗) - `/master-ouyi` — 蕅益大师(天台/净土·跨宗派) - `/master-xuyun` — 虚云老和尚(禅宗·五宗兼嗣) **藏传** - `/master-atisha` — 阿底峡尊者(噶当派开祖 · 三士道 · 982-1054) - `/master-tsongkhapa` — 宗喀巴大师(格鲁派创始人 · 三主要道 · 1357-1419) - `/master-milarepa` — 米拉日巴尊者(噶举派 · 大手印 · 1052-1135) **南传** - `/master-buddhaghosa` — 觉音尊者(上座部论师 · 《清净道论》· 5世纪) - `/master-mahasi-sayadaw` — 马哈希尊者(缅甸内观 · 标记法 · 1904-1982) - `/master-ajahn-chah` — 阿姜查(泰国森林禅林派 · 1918-1992) ## 教学模式(多祖师协作) - `/compare-masters` — 多位法师对同一问题的并列对比(横向 / 单轮) - `/master-debate` — 祖师就争议议题进行 4 轮交叉辩论(多轮 / 看分歧) - `/master-curriculum` — 按你的传统给出"根基→深入→精研→盲点"学修路径(纵向时序) > 选择哪个模式?读 `references/teaching-modes.md`(含决策树与示例)。 ## 主流程(生成新法师) ### Step 1:信息录入 加载 `${CLAUDE_SKILL_DIR}/prompts/intake.md`,3 问模式收集:①法师名称(FoJin KG 自动匹配) ②关注方面(教义/修行/讲解/全部) ③语言偏好(按传承默认)。 快捷入口、KG 匹配兜底、名称校验规则细节 → `references/workflow-details.md` §Step 1。 ### Step 2:数据采集 使用 `${CLAUDE_SKILL_DIR}/tools/sutra_collector.py --name "<法师名>" --tradition "<传承>" --output collected_data.json` 从 FoJin 采集知识图谱实体、经典内容、传承术语。采集后运行 `${CLAUDE_SKILL_DIR}/tools/verify_sources....

Details

Author
xr843
Repository
xr843/Master-skill
Created
3 months ago
Last Updated
yesterday
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

master-help

Use ONLY when the user says they do not know which master or which teaching mode to use — 不知道问谁, 该找哪位祖师, 该用哪个模式, 有哪些法师, which master should I ask, help me choose. This is a router, not a teacher: it names a destination and stops. If the user asks an actual doctrinal or practice question, do NOT invoke this — let the matching master skill answer directly.

312 Updated yesterday
xr843
AI & Automation Featured

master-debate

Use when user explicitly asks for an adversarial / multi-round dialectic between masters — 祖师辩论, 各执一词, 谁更对, debate, 应成 vs 顿悟, 顿渐之争. Differs from /compare-masters (parallel single-round) by being adversarial multi-round via fresh-subagent orchestration. Topics 空有 / 禅净 / 性相 / 戒律 vs 内观 — trigger is adversarial framing: "禅净比较" → compare; "禅净辩论 / 谁更究竟" → here.

312 Updated yesterday
xr843
AI & Automation Featured

master-curriculum

Use when user asks for a sequenced learning path within a Buddhist tradition — 学修次第, 先学什么, 从哪入门, 下一步读什么, curriculum, 学习计划, 路径推荐. Differs from /compare-masters (parallel opinion) and /master-debate (adversarial dialectic) by being 纵向 / 时序: stage-by-stage plan keyed on tradition × level (L0-L3) → foundation → intermediate → advanced + blind spots. Trigger is planning intent — "禅宗对比" goes to /compare-masters; "禅宗从哪开始学" goes here.

312 Updated yesterday
xr843