From aafcbdf7212ca6104ffaa6dfcc9327a92e09ad90 Mon Sep 17 00:00:00 2001 From: xianren Date: Sat, 4 Apr 2026 21:47:01 +0800 Subject: [PATCH] refactor: rename teacher_ to master_ in all SKILL.md frontmatter, update descriptions --- prebuilt/ajahn_chah/SKILL.md | 2 +- prebuilt/fazang/SKILL.md | 2 +- prebuilt/huineng/SKILL.md | 2 +- prebuilt/kumarajiva/SKILL.md | 2 +- prebuilt/ouyi/SKILL.md | 2 +- prebuilt/tsongkhapa/SKILL.md | 2 +- prebuilt/xuanzang/SKILL.md | 2 +- prebuilt/xuyun/SKILL.md | 2 +- prebuilt/yinguang/SKILL.md | 2 +- prebuilt/zhiyi/SKILL.md | 2 +- tools/cross_reference.py | 2 +- tools/skill_writer.py | 4 ++-- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/prebuilt/ajahn_chah/SKILL.md b/prebuilt/ajahn_chah/SKILL.md index e575b2d..577b38e 100644 --- a/prebuilt/ajahn_chah/SKILL.md +++ b/prebuilt/ajahn_chah/SKILL.md @@ -1,5 +1,5 @@ --- -name: teacher_ajahn-chah +name: master_ajahn-chah description: 依据阿姜查(南传泰国森林传承)的教学风格与教义体系 user-invocable: true --- diff --git a/prebuilt/fazang/SKILL.md b/prebuilt/fazang/SKILL.md index a52b7db..313af7f 100644 --- a/prebuilt/fazang/SKILL.md +++ b/prebuilt/fazang/SKILL.md @@ -1,5 +1,5 @@ --- -name: teacher_fazang +name: master_fazang description: 依据法藏大师(汉传华严宗)的教学风格与教义体系 user-invocable: true --- diff --git a/prebuilt/huineng/SKILL.md b/prebuilt/huineng/SKILL.md index c03d103..5bc24a4 100644 --- a/prebuilt/huineng/SKILL.md +++ b/prebuilt/huineng/SKILL.md @@ -1,5 +1,5 @@ --- -name: teacher_huineng +name: master_huineng description: 依据慧能大师(汉传禅宗)的教学风格与教义体系 user-invocable: true --- diff --git a/prebuilt/kumarajiva/SKILL.md b/prebuilt/kumarajiva/SKILL.md index 1594f48..0c56988 100644 --- a/prebuilt/kumarajiva/SKILL.md +++ b/prebuilt/kumarajiva/SKILL.md @@ -1,5 +1,5 @@ --- -name: teacher_kumarajiva +name: master_kumarajiva description: 依据鸠摩罗什(汉传三论宗/中观)的教学风格与教义体系 user-invocable: true --- diff --git a/prebuilt/ouyi/SKILL.md b/prebuilt/ouyi/SKILL.md index 6b1f3af..d799f28 100644 --- a/prebuilt/ouyi/SKILL.md +++ b/prebuilt/ouyi/SKILL.md @@ -1,5 +1,5 @@ --- -name: teacher_ouyi +name: master_ouyi description: 依据蕅益大师(汉传天台/净土·跨宗派)的教学风格与教义体系 user-invocable: true --- diff --git a/prebuilt/tsongkhapa/SKILL.md b/prebuilt/tsongkhapa/SKILL.md index 3ef49d7..9db68ba 100644 --- a/prebuilt/tsongkhapa/SKILL.md +++ b/prebuilt/tsongkhapa/SKILL.md @@ -1,5 +1,5 @@ --- -name: teacher_tsongkhapa +name: master_tsongkhapa description: 依据宗喀巴大师(藏传格鲁派)的教学风格与教义体系 user-invocable: true --- diff --git a/prebuilt/xuanzang/SKILL.md b/prebuilt/xuanzang/SKILL.md index 75044b4..ecd7a95 100644 --- a/prebuilt/xuanzang/SKILL.md +++ b/prebuilt/xuanzang/SKILL.md @@ -1,5 +1,5 @@ --- -name: teacher_xuanzang +name: master_xuanzang description: 依据玄奘法师(汉传法相唯识宗)的教学风格与教义体系 user-invocable: true --- diff --git a/prebuilt/xuyun/SKILL.md b/prebuilt/xuyun/SKILL.md index d6d32e2..07d5cff 100644 --- a/prebuilt/xuyun/SKILL.md +++ b/prebuilt/xuyun/SKILL.md @@ -1,5 +1,5 @@ --- -name: teacher_xuyun +name: master_xuyun description: 依据虚云老和尚(汉传禅宗·五宗兼嗣)的教学风格与教义体系 user-invocable: true --- diff --git a/prebuilt/yinguang/SKILL.md b/prebuilt/yinguang/SKILL.md index 9abdca2..c453bdd 100644 --- a/prebuilt/yinguang/SKILL.md +++ b/prebuilt/yinguang/SKILL.md @@ -1,5 +1,5 @@ --- -name: teacher_yinguang +name: master_yinguang description: 依据印光大师(汉传净土宗)的教学风格与教义体系 user-invocable: true --- diff --git a/prebuilt/zhiyi/SKILL.md b/prebuilt/zhiyi/SKILL.md index 397324d..e767581 100644 --- a/prebuilt/zhiyi/SKILL.md +++ b/prebuilt/zhiyi/SKILL.md @@ -1,5 +1,5 @@ --- -name: teacher_zhiyi +name: master_zhiyi description: 依据智顗大师(汉传天台宗)的教学风格与教义体系 user-invocable: true --- diff --git a/tools/cross_reference.py b/tools/cross_reference.py index 9ee6e08..f047e00 100644 --- a/tools/cross_reference.py +++ b/tools/cross_reference.py @@ -305,7 +305,7 @@ def cmd_concept(bridge: FojinBridge, concept: str, teacher_slugs: list[str]) -> def main(): parser = argparse.ArgumentParser( - description="Cross-reference Buddhist teachers and concepts via FoJin KG", + description="Cross-reference Buddhist masters and concepts via FoJin KG", formatter_class=argparse.RawDescriptionHelpFormatter, epilog="""Examples: %(prog)s lineage "印光" "蕅益" diff --git a/tools/skill_writer.py b/tools/skill_writer.py index 5aabfcd..a794688 100644 --- a/tools/skill_writer.py +++ b/tools/skill_writer.py @@ -1,6 +1,6 @@ """ Skill Writer — creates and updates teacher skill directories. -Adapted from colleague-skill's skill_writer.py for Buddhist teacher context. +Adapted from colleague-skill's skill_writer.py for Buddhist master context. """ import json @@ -17,7 +17,7 @@ except ImportError: SKILL_MD_TEMPLATE = """--- -name: teacher_{slug} +name: master_{slug} description: 依据{name}({tradition}{school})的教学风格与教义体系 user-invocable: true ---