mirror of
https://github.com/xr843/Master-skill.git
synced 2026-05-10 05:16:25 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30d2e13337 | |||
| d981e98239 | |||
| 7149c624c4 | |||
| 3f81cbb955 |
@@ -8,8 +8,8 @@
|
||||
"plugins": [
|
||||
{
|
||||
"name": "master-skill",
|
||||
"description": "Buddhist Master AI teaching personas — 15 prebuilt masters across 汉传/藏传/南传 with source-cited doctrinal responses (CBETA / BDRC / SuttaCentral / PTS Vism), RAG-grounded in FoJin knowledge graph",
|
||||
"version": "0.5.0",
|
||||
"description": "Buddhist Master AI teaching personas — 15 prebuilt masters across 汉传/藏传/南传 invokable via /master-<slug> slash commands, with source-cited doctrinal responses (CBETA / BDRC / SuttaCentral / PTS Vism), RAG-grounded in FoJin knowledge graph",
|
||||
"version": "0.6.0",
|
||||
"source": "./",
|
||||
"author": {
|
||||
"name": "xr843",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "master-skill",
|
||||
"description": "Buddhist Master AI teaching personas — 15 prebuilt masters across 汉传/藏传/南传 with source-cited doctrinal responses (CBETA / BDRC / SuttaCentral / PTS Vism), RAG-grounded in FoJin knowledge graph",
|
||||
"version": "0.5.0",
|
||||
"description": "Buddhist Master AI teaching personas — 15 prebuilt masters across 汉传/藏传/南传 invokable via /master-<slug> slash commands, with source-cited doctrinal responses (CBETA / BDRC / SuttaCentral / PTS Vism), RAG-grounded in FoJin knowledge graph",
|
||||
"version": "0.6.0",
|
||||
"author": {
|
||||
"name": "xr843",
|
||||
"email": "xr843@users.noreply.github.com"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "master-skill",
|
||||
"displayName": "Master Skill",
|
||||
"description": "Buddhist Master AI teaching personas — 15 prebuilt masters across 汉传/藏传/南传 with source-cited doctrinal responses (CBETA / BDRC / SuttaCentral / PTS Vism), RAG-grounded in FoJin knowledge graph",
|
||||
"version": "0.5.0",
|
||||
"description": "Buddhist Master AI teaching personas — 15 prebuilt masters across 汉传/藏传/南传 invokable via /master-<slug> slash commands, with source-cited doctrinal responses (CBETA / BDRC / SuttaCentral / PTS Vism), RAG-grounded in FoJin knowledge graph",
|
||||
"version": "0.6.0",
|
||||
"author": {
|
||||
"name": "xr843",
|
||||
"email": "xr843@users.noreply.github.com"
|
||||
|
||||
@@ -62,13 +62,16 @@ jobs:
|
||||
id: pick
|
||||
run: |
|
||||
# If the PR touches a specific prebuilt master, smoke-test that one.
|
||||
# Otherwise rotate by day-of-year so coverage stays uniform across 8.
|
||||
# Otherwise rotate by day-of-year so coverage stays uniform across all 14.
|
||||
BASE="${{ github.base_ref || 'main' }}"
|
||||
CHANGED=$(git diff --name-only "origin/${BASE}...HEAD" 2>/dev/null \
|
||||
| grep -oP 'prebuilt/\K[^/]+' | grep -v '^compare$' | head -n1 || true)
|
||||
if [ -z "$CHANGED" ]; then
|
||||
MASTERS=(xuanzang kumarajiva huineng zhiyi fazang yinguang ouyi xuyun)
|
||||
IDX=$(( $(date +%j) % 8 ))
|
||||
MASTERS=(master-xuanzang master-kumarajiva master-huineng master-zhiyi \
|
||||
master-fazang master-yinguang master-ouyi master-xuyun \
|
||||
master-atisha master-tsongkhapa master-milarepa \
|
||||
master-buddhaghosa master-mahasi-sayadaw master-ajahn-chah)
|
||||
IDX=$(( $(date +%j) % ${#MASTERS[@]} ))
|
||||
CHANGED=${MASTERS[$IDX]}
|
||||
fi
|
||||
echo "master=$CHANGED" >> "$GITHUB_OUTPUT"
|
||||
|
||||
@@ -11,6 +11,7 @@ Sections marked **Ethics** track changes to `ETHICS.md`, content licensing, or b
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- npm publish: `master-skill` package live on registry — `npm install -g master-skill` or `npx master-skill` now serves all three published versions (0.4.0 / 0.5.0 / 0.6.0). README badges added for npm version + monthly downloads.
|
||||
- `ETHICS.md` — AI transparency, copyright tier (A/B/C/D), religious boundary, dual-track content license, takedown channel.
|
||||
- `CONTRIBUTING.md`, `CODE_OF_CONDUCT.md`, `SECURITY.md` — community infrastructure.
|
||||
- `.github/ISSUE_TEMPLATE/` — bug report, feature request, new-master proposal, boundary-violation.
|
||||
@@ -25,6 +26,57 @@ Sections marked **Ethics** track changes to `ETHICS.md`, content licensing, or b
|
||||
|
||||
---
|
||||
|
||||
## [0.6.0] — 2026-05-02
|
||||
|
||||
**Slash command namespace cleanup — every master now invokable via `/master-<slug>` (was `/<slug>`).**
|
||||
|
||||
When users have many skills installed in Claude Code (most do — 50+ in a typical setup), Buddhist master slash commands like `/atisha` and `/zhiyi` get scattered across the `/`-completion list and are hard to discover as a group. v0.6 prefixes all 14 master slash commands with `master-` so they cluster together under `/m<tab>` and clearly signal "this is a Master-skill master skill, not a generic slash command".
|
||||
|
||||
### Breaking changes
|
||||
- **Slash commands renamed**: `/zhiyi` → `/master-zhiyi`, `/huineng` → `/master-huineng`, … all 14 masters affected. Existing automation, hotkeys, or aliases referencing the old names need updating.
|
||||
- **Directory layout renamed**: `prebuilt/<slug>/` → `prebuilt/master-<slug>/` for all 14 masters. Frontmatter `name:` field also updated. The `compare-masters` and `create-master` meta-skills are **unchanged** (they're already prefixed by their nature — no `/master-compare-masters` doublespeak).
|
||||
- **NPX installer accepts both forms**: `npx master-skill install zhiyi` (short) and `npx master-skill install master-zhiyi` (full) both work; the install destination is always `~/.claude/skills/master-<slug>/`. Backward-compatible uninstall handles legacy non-prefixed installs.
|
||||
|
||||
### Why now
|
||||
- v0.5 just landed — the user base is essentially the maintainer + early adopters, so the breakage cost is at its lifetime minimum.
|
||||
- npm has not yet been published (NPM_TOKEN pending), so external consumers pulling from `npx master-skill@latest` will get v0.6 directly.
|
||||
- `fojin.app/chat` web frontend is **decoupled** from this rename: its master IDs in the dropdown stay as `atisha` / `huineng` / etc. (they're already grouped under "法师模式" and not at risk of conflict with other dropdowns). Backend `master_profiles.py` is unchanged. No fojin-side migration required.
|
||||
|
||||
### Changed
|
||||
- All 14 master directories renamed (git mv preserves history).
|
||||
- Each `prebuilt/master-<slug>/SKILL.md` frontmatter `name:` updated to `master-<slug>`.
|
||||
- `prebuilt/compare/SKILL.md` master references and topic-mapping fallback table updated to use the new prefixed slugs (43 mentions).
|
||||
- `bin/cli.mjs`: `cmdInstall` / `cmdUninstall` now accept both short and full forms (resolveMasterDir helper). `showHelp` updated with v0.6+ usage examples.
|
||||
- `.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` argument help text examples updated.
|
||||
- All plugin manifests (`package.json`, `.claude-plugin/{plugin,marketplace}.json`, `.cursor-plugin/plugin.json`, `gemini-extension.json`) bumped to `0.6.0` with description noting the `/master-<slug>` invocation pattern.
|
||||
- `SKILL.md` (project-level) preset list with new slash names.
|
||||
- `README.md` + `README_EN.md`: situational guidance table, install snippets, and master cards updated.
|
||||
- `ETHICS.md` Tier tables: 4 slug references updated.
|
||||
|
||||
### Migration for existing users
|
||||
If you have v0.4 or v0.5 installed via NPX:
|
||||
|
||||
```bash
|
||||
# Remove old non-prefixed installs:
|
||||
npx master-skill@0.5 uninstall zhiyi huineng xuanzang ...
|
||||
# OR manually rm -rf ~/.claude/skills/<slug>/
|
||||
|
||||
# Reinstall with v0.6:
|
||||
npx master-skill@latest install --all
|
||||
```
|
||||
|
||||
Then start a new Claude Code session and use `/master-<slug>` for all invocations.
|
||||
|
||||
### Validation
|
||||
- `python scripts/validate.py --strict` → ✅ 15 masters
|
||||
- `python scripts/validate-fidelity.py` → ✅ all valid
|
||||
- `pytest tests/` → ✅ 31 passed, 6 skipped
|
||||
- `node bin/cli.mjs list` → ✅ shows all 14 with `master-` prefix
|
||||
- `node bin/cli.mjs install zhiyi` and `node bin/cli.mjs install master-zhiyi` both resolve correctly
|
||||
|
||||
---
|
||||
|
||||
## [0.5.0] — 2026-05-02
|
||||
|
||||
**Second cross-tradition expansion — 藏传 / 南传 each grow from 1 master to 3 (15 total).**
|
||||
|
||||
+7
-4
@@ -63,7 +63,7 @@ python scripts/validate-fidelity.py
|
||||
python scripts/test-fidelity.py --all --dry-run
|
||||
|
||||
# Fidelity 实跑(需要 ANTHROPIC_API_KEY,一次 ≈ $0.05-0.10)
|
||||
ANTHROPIC_API_KEY=sk-... python scripts/test-fidelity.py --master zhiyi --max-tests 1
|
||||
ANTHROPIC_API_KEY=sk-... python scripts/test-fidelity.py --master master-zhiyi --max-tests 1
|
||||
```
|
||||
|
||||
---
|
||||
@@ -128,10 +128,10 @@ ANTHROPIC_API_KEY=sk-... python scripts/test-fidelity.py --master zhiyi --max-te
|
||||
|
||||
### 3.3 选项 B:手工编写
|
||||
|
||||
参考现有法师 `prebuilt/yinguang/` 的完整结构:
|
||||
参考现有法师 `prebuilt/master-yinguang/` 的完整结构:
|
||||
|
||||
```
|
||||
prebuilt/<slug>/
|
||||
prebuilt/master-<slug>/
|
||||
├── SKILL.md # 必须。frontmatter 见下
|
||||
├── meta.json # 必须。search_scope + keywords
|
||||
├── references/
|
||||
@@ -174,7 +174,10 @@ verified_at: <YYYY-MM-DD>
|
||||
|
||||
### 3.4 Voice.md 四层结构
|
||||
|
||||
见 `prebuilt/yinguang/references/voice.md` 作为参照。重点:
|
||||
见 `prebuilt/master-yinguang/references/voice.md` 作为参照。重点:
|
||||
|
||||
> ⚠️ **v0.6 命名约定**:所有新 master 目录与 frontmatter `name:` 必须以 `master-` 开头(如 `prebuilt/master-foo/` + `name: master-foo`)。两个 meta-skill 例外:`compare-masters` 与 `create-master` 保持原状(避免 `/master-compare-masters` 重复前缀)。详见 [CHANGELOG §0.6.0](CHANGELOG.md#060--2026-05-02)。
|
||||
|
||||
|
||||
- **Layer 0 — 硬规则**:[`ETHICS.md` §3](ETHICS.md) 的禁止行为必须原文复制到此
|
||||
- **Layer 1 — 身份**:生卒、传承、核心立场
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
- *Stillness Flowing* (Aruna Publications, 2017)
|
||||
|
||||
本项目对阿姜查 master 的收录规则:
|
||||
1. **不引用整段译文** —— 仅做`主旨摘要`,且明确标注为摘要性内容(参见 `prebuilt/ajahn-chah/sources/teachings-excerpts.md` 的 ⚠️ 引用警示节)
|
||||
1. **不引用整段译文** —— 仅做`主旨摘要`,且明确标注为摘要性内容(参见 `prebuilt/master-ajahn-chah/sources/teachings-excerpts.md` 的 ⚠️ 引用警示节)
|
||||
2. **不代笔虚构对话** —— 任何"阿姜查曾说 X"必须能在上述 4 部公开授权译本中追溯,由 SKILL.md HARD-GATE `NO FABRICATED QUOTES` 强制
|
||||
3. **核心教学概念依巴利经典** —— 戒定慧、三法印、四念处、出入息念等以 SuttaCentral 巴利原典为主源(公有领域)
|
||||
4. **若 Forest Sangha 任何官方机构提出异议,立即转入 takedown 流程**(详见 §6)
|
||||
@@ -100,7 +100,7 @@
|
||||
- *A Discourse on Mālukyaputta Sutta / Dhammacakka Sutta / etc.* (BPS Sri Lanka 单经讲解集)
|
||||
|
||||
本项目对马哈希尊者 master 的收录规则**与阿姜查同款**:
|
||||
1. **不引用整段译文** —— 仅做`主旨摘要`(参 `prebuilt/mahasi-sayadaw/sources/teachings-excerpts.md` 的 ⚠️ 引用警示节)
|
||||
1. **不引用整段译文** —— 仅做`主旨摘要`(参 `prebuilt/master-mahasi-sayadaw/sources/teachings-excerpts.md` 的 ⚠️ 引用警示节)
|
||||
2. **不代笔虚构对话** —— 任何"马哈希尊者曾说 X"必须能在上述出版物中追溯,由 SKILL.md HARD-GATE `NO FABRICATED QUOTES` 强制
|
||||
3. **核心禅修概念依巴利经典与《清净道论》** —— 四念处、出入息念、戒定慧、七清净十六观智等以 SuttaCentral + PTS Vism 为主源(公有领域)
|
||||
4. **额外特别 guardrail:NO_ATTAINMENT_JUDGMENT** —— AI **绝不可** 对个体作证果判定或观智阶位确认;这是马哈希教学体系特有最高 guardrail(其"初果可证"号召容易诱发自我印证之执,AI 必须严守此线)
|
||||
@@ -150,10 +150,10 @@ Master-skill 是**文献辅助工具**,不是**修行权威**。以下行为 A
|
||||
- **三大传统之间**:汉传 / 藏传 / 南传。各传承皆是佛陀正法的不同面向,不论高下
|
||||
- **传统内宗派之间**:藏传四派(宁玛、萨迦、噶举、格鲁);汉传八宗(天台、华严、禅、净、唯识、三论、律、密);南传部派
|
||||
- **传统内禅修流派之间**(v0.5 新增明示):上座部内观法 ——
|
||||
- 缅甸 Mahasi 标记法(mahasi-sayadaw skill)
|
||||
- 缅甸 Mahasi 标记法(master-mahasi-sayadaw skill)
|
||||
- 缅甸 Pa-Auk 止观次第法
|
||||
- Goenka / Vipassana International Academy 法
|
||||
- 泰国森林禅林派(ajahn-chah skill)
|
||||
- 泰国森林禅林派(master-ajahn-chah skill)
|
||||
- 各派契机不同、所重不同,AI **不得**做出"X 法更究竟 / 更直接 / 更快"等比较优劣判断
|
||||
|
||||
此规则在每位 master 自身的 SKILL.md HARD-GATE 中以 NO_SECTARIAN_JUDGMENT 强制;本节为项目层面的总则。
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.npmjs.com/package/master-skill"><img src="https://img.shields.io/npm/v/master-skill.svg?label=npm&color=cb3837" alt="npm version"></a>
|
||||
<a href="https://www.npmjs.com/package/master-skill"><img src="https://img.shields.io/npm/dm/master-skill.svg?color=cb3837" alt="npm downloads"></a>
|
||||
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT">
|
||||
<img src="https://img.shields.io/badge/Python-3.9+-green.svg" alt="Python 3.9+">
|
||||
<img src="https://img.shields.io/badge/Claude%20Code-Skill-purple.svg" alt="Claude Code Skill">
|
||||
@@ -53,23 +55,29 @@
|
||||
|
||||
| 你的状况 | 推荐法师 |
|
||||
|---|---|
|
||||
| "妄念纷飞坐不住" | `/虚云` `/智顗` `/ajahn-chah`(参话头 / 止观 / 正念观察) |
|
||||
| "妄念纷飞坐不住" | `/虚云` `/智顗` `/master-ajahn-chah`(参话头 / 止观 / 正念观察) |
|
||||
| "读经文看不懂逻辑" | `/玄奘`(唯识严密分析) |
|
||||
| "学佛很久但无力感" | `/印光`(老实念佛) |
|
||||
| "想了解空性" | `/鸠摩罗什` `/慧能` `/milarepa` `/tsongkhapa`(中观译师 / 禅直指 / 大手印明空 / 应成中观) |
|
||||
| "想了解空性" | `/鸠摩罗什` `/慧能` `/master-milarepa` `/master-tsongkhapa`(中观译师 / 禅直指 / 大手印明空 / 应成中观) |
|
||||
| "想系统学华严 / 天台" | `/法藏` `/智顗`(判教与哲学体系) |
|
||||
| "在禅与净土之间犹豫" | `/蕅益`(跨宗派融通) |
|
||||
| "对苦行 / 闭关好奇" | `/milarepa`(雪山闭关 · 噶举派典范) |
|
||||
| "想学最朴素的禅修" | `/ajahn-chah`(南传森林禅 · 出入息念) |
|
||||
| "想学完整的道次第" | `/atisha` `/tsongkhapa`(噶当三士道 → 格鲁《广论》) |
|
||||
| "想了解上座部论藏体系" | `/buddhaghosa`(《清净道论》戒定慧 + 七清净十六观智) |
|
||||
| "想做密集内观禅修" | `/mahasi-sayadaw`(缅甸内观 · 标记法 · 腹部起伏) |
|
||||
| "对苦行 / 闭关好奇" | `/master-milarepa`(雪山闭关 · 噶举派典范) |
|
||||
| "想学最朴素的禅修" | `/master-ajahn-chah`(南传森林禅 · 出入息念) |
|
||||
| "想学完整的道次第" | `/master-atisha` `/master-tsongkhapa`(噶当三士道 → 格鲁《广论》) |
|
||||
| "想了解上座部论藏体系" | `/master-buddhaghosa`(《清净道论》戒定慧 + 七清净十六观智) |
|
||||
| "想做密集内观禅修" | `/master-mahasi-sayadaw`(缅甸内观 · 标记法 · 腹部起伏) |
|
||||
| "想跨传统比较看一个问题" | `/compare-masters`(自动配对汉藏南传视角) |
|
||||
|
||||
> 开发者、Claude Code / Cursor 用户可跳到下方 [开发者安装](#开发者安装) 小节,以 AgentSkill 形式在终端内使用。
|
||||
|
||||
---
|
||||
|
||||
> **v0.6 更新(2026-05-02)**:Slash 命令命名空间整理——14 位法师斜杠命令统一加 `master-` 前缀。`/master-zhiyi`、`/master-huineng`、…。
|
||||
> - **目的**:当 Claude Code 已装 50+ skill 时,单词 slash 命令容易混入其他 skill 列表;前缀化让 14 位法师在 `/m<tab>` 补全时聚类,识别度大幅提升
|
||||
> - **未受影响**:`compare-masters` / `create-master` 两个 meta-skill 命令保持原样(避免 `/master-compare-masters` 重复前缀);fojin.app/chat 网页端 dropdown 与 API 完全解耦,**`master_profiles.py` 不变**
|
||||
> - **NPX 安装**:`npx master-skill install zhiyi`(短)和 `install master-zhiyi`(全)皆可,安装目标统一为 `~/.claude/skills/master-<slug>/`
|
||||
> - 详情见 [CHANGELOG.md §0.6.0](CHANGELOG.md#060--2026-05-02)
|
||||
>
|
||||
> **v0.5 更新(2026-05-02)**:第二轮跨传统扩展——藏传 / 南传各从 1 位扩至 3 位,共 **15 位**祖师。
|
||||
> - 藏传新增:阿底峡尊者(噶当派开祖 · Toh 4465《菩提道灯论》· 三士道)+ 宗喀巴大师(格鲁派创始人 · 三主要道 · 应成中观正见)
|
||||
> - 南传新增:觉音尊者(《清净道论》Visuddhimagga 论师顶峰)+ 马哈希尊者(缅甸内观 · 标记法 · ETHICS Tier B 特例)
|
||||
@@ -104,7 +112,7 @@
|
||||
- **二阶段独立审查**:生成管线在写入前强制经过"教义准确性 → 风格一致性"两轮独立审查,FAIL 自动修复最多 2 轮
|
||||
- **自动化保真度测试**:每位祖师 `tests/fidelity.jsonl` 5 条 Q&A,验证引用和关键词覆盖;CI 在每次推送时 dry-run 验证
|
||||
- **多平台统一插件**:Claude Code、Cursor、Codex CLI、OpenCode、Gemini CLI 共用一份 `prebuilt/`,session-start hook 跨平台注入法师列表
|
||||
- **NPX 一键安装**:`npx master-skill install zhiyi` 直接部署到 Claude Code
|
||||
- **NPX 一键安装**:`npx master-skill install master-zhiyi` 直接部署到 Claude Code
|
||||
- **离线工具链**:`scripts/cite.py`(CBETA 引用查询)、`scripts/query.py`(离线语义检索)、`scripts/validate.py`(frontmatter linter)
|
||||
- **FoJin 数据桥**:接入 [fojin.app](https://fojin.app) 的 503 个数据源、10K+ 文本、678K+ 语义向量和 31K 实体知识图谱
|
||||
- **AgentSkills 标准**:遵循 [Anthropic Agent Skills](https://github.com/anthropics/skills) 规范,渐进式披露、决策树、黑盒脚本模式
|
||||
@@ -114,15 +122,15 @@
|
||||
## 开发者安装
|
||||
|
||||
> 👤 **只是想体验?** 直接用 [fojin.app/chat](https://fojin.app/chat),跳过下面的安装步骤。
|
||||
> 🛠️ **本节面向**:Claude Code / Cursor / Codex CLI / OpenCode / Gemini CLI 用户,希望在终端 AgentSkill 环境中直接调用 `/xuanzang` `/huineng` 等命令。
|
||||
> 🛠️ **本节面向**:Claude Code / Cursor / Codex CLI / OpenCode / Gemini CLI 用户,希望在终端 AgentSkill 环境中直接调用 `/master-xuanzang` `/master-huineng` 等命令。
|
||||
|
||||
### 安装
|
||||
|
||||
**NPX 一键安装(推荐)**
|
||||
**NPX 一键安装(推荐,无需常驻)**
|
||||
|
||||
```bash
|
||||
# 安装指定祖师
|
||||
npx master-skill install zhiyi fazang huineng
|
||||
npx master-skill install master-zhiyi master-fazang master-huineng
|
||||
|
||||
# 安装全部 15 位(三大传统)
|
||||
npx master-skill install --all
|
||||
@@ -131,6 +139,15 @@ npx master-skill install --all
|
||||
npx master-skill list
|
||||
```
|
||||
|
||||
**全局安装(频繁使用 / 离线场景)**
|
||||
|
||||
```bash
|
||||
npm install -g master-skill # 一次性装到 $PATH
|
||||
master-skill install master-zhiyi # 之后省掉 npx,直接调
|
||||
master-skill list
|
||||
npm update -g master-skill # 升到下一个 minor / patch
|
||||
```
|
||||
|
||||
**Claude Code(插件方式)**
|
||||
|
||||
```bash
|
||||
@@ -172,24 +189,24 @@ git clone https://github.com/xr843/Master-skill ~/Master-skill
|
||||
|
||||
```
|
||||
# 汉传
|
||||
/xuanzang — 玄奘法师(法相唯识宗)
|
||||
/kumarajiva — 鸠摩罗什(三论宗/中观)
|
||||
/huineng — 慧能大师(禅宗六祖)
|
||||
/zhiyi — 智顗大师(天台宗)
|
||||
/fazang — 法藏大师(华严宗)
|
||||
/yinguang — 印光大师(净土宗)
|
||||
/ouyi — 蕅益大师(天台/净土·跨宗派)
|
||||
/xuyun — 虚云老和尚(禅宗·五宗兼嗣)
|
||||
/master-xuanzang — 玄奘法师(法相唯识宗)
|
||||
/master-kumarajiva — 鸠摩罗什(三论宗/中观)
|
||||
/master-huineng — 慧能大师(禅宗六祖)
|
||||
/master-zhiyi — 智顗大师(天台宗)
|
||||
/master-fazang — 法藏大师(华严宗)
|
||||
/master-yinguang — 印光大师(净土宗)
|
||||
/master-ouyi — 蕅益大师(天台/净土·跨宗派)
|
||||
/master-xuyun — 虚云老和尚(禅宗·五宗兼嗣)
|
||||
|
||||
# 藏传
|
||||
/atisha — 阿底峡尊者(噶当派开祖 · 三士道 · 982-1054)
|
||||
/tsongkhapa — 宗喀巴大师(格鲁派创始人 · 三主要道 · 应成中观)
|
||||
/milarepa — 米拉日巴尊者(噶举派 · 大手印 · 那洛六法)
|
||||
/master-atisha — 阿底峡尊者(噶当派开祖 · 三士道 · 982-1054)
|
||||
/master-tsongkhapa — 宗喀巴大师(格鲁派创始人 · 三主要道 · 应成中观)
|
||||
/master-milarepa — 米拉日巴尊者(噶举派 · 大手印 · 那洛六法)
|
||||
|
||||
# 南传
|
||||
/buddhaghosa — 觉音尊者(上座部论师 · 《清净道论》· 5世纪)
|
||||
/mahasi-sayadaw — 马哈希尊者(缅甸内观 · 标记法 · 1904-1982)
|
||||
/ajahn-chah — 阿姜查(泰国森林禅林派 · 巴蓬寺传承)
|
||||
/master-buddhaghosa — 觉音尊者(上座部论师 · 《清净道论》· 5世纪)
|
||||
/master-mahasi-sayadaw — 马哈希尊者(缅甸内观 · 标记法 · 1904-1982)
|
||||
/master-ajahn-chah — 阿姜查(泰国森林禅林派 · 巴蓬寺传承)
|
||||
```
|
||||
|
||||
### 多法师对比
|
||||
@@ -201,7 +218,7 @@ git clone https://github.com/xr843/Master-skill ~/Master-skill
|
||||
/compare-masters 什么是空性
|
||||
|
||||
# 手动指定法师(推荐,结果更精准)
|
||||
/compare-masters 什么是遍行因 --masters xuanzang,zhiyi,ouyi
|
||||
/compare-masters 什么是遍行因 --masters master-xuanzang,master-zhiyi,master-ouyi
|
||||
|
||||
# 自然语言触发
|
||||
请慧能和印光对比回答"如何看待念佛"
|
||||
@@ -232,62 +249,62 @@ git clone https://github.com/xr843/Master-skill ~/Master-skill
|
||||
|
||||
唐代高僧,中国佛教史上最伟大的译经家。西行求法十七年,遍学印度诸部,归国后主持译经事业,译出经论七十五部一千三百三十五卷。创立法相唯识宗,以严谨精确的翻译风格著称,确立"五种不翻"原则。
|
||||
主要来源:CBETA《大般若经》《瑜伽师地论》《成唯识论》《心经》等。
|
||||
调用命令:`/xuanzang`
|
||||
调用命令:`/master-xuanzang`
|
||||
|
||||
### 鸠摩罗什(Kumarajiva,344-413)
|
||||
|
||||
龟兹出身,后秦长安译经,中国四大译经家之一。其译文以文学性和流畅度著称,《妙法莲华经》《金刚经》《维摩诘经》《中论》等译本至今最为通行。奠定了三论宗(中观)在中国的基础。
|
||||
主要来源:CBETA《妙法莲华经》《金刚经》《维摩诘经》《中论》《大智度论》等。
|
||||
调用命令:`/kumarajiva`
|
||||
调用命令:`/master-kumarajiva`
|
||||
|
||||
### 慧能大师(638-713)
|
||||
|
||||
禅宗六祖,南宗禅创立者。不识文字的卖柴樵夫,闻《金刚经》而开悟,得五祖弘忍传法。著《六祖坛经》——中国人著作中唯一被尊为"经"者。主张"直指人心,见性成佛",开顿悟法门。
|
||||
主要来源:CBETA《六祖大师法宝坛经》T48n2008。
|
||||
调用命令:`/huineng`
|
||||
调用命令:`/master-huineng`
|
||||
|
||||
### 智顗大师(538-597)
|
||||
|
||||
天台宗创始人,被尊为"东土小释迦"。建立中国佛教第一个完整的判教体系(五时八教),著天台三大部《摩诃止观》《法华玄义》《法华文句》。核心思想:一念三千、三谛圆融、止观双修。
|
||||
主要来源:CBETA《摩诃止观》T46n1911、《法华玄义》T33n1718 等。
|
||||
调用命令:`/zhiyi`
|
||||
调用命令:`/master-zhiyi`
|
||||
|
||||
### 法藏大师(643-712)
|
||||
|
||||
华严宗三祖,华严哲学体系的实际创立者。武则天国师,以"金师子章"为武后说华严义。核心思想:法界缘起、四法界、十玄门、六相圆融——一切现象互含互摄,事事无碍。
|
||||
主要来源:CBETA《华严经探玄记》T35n1733、《华严五教章》T45n1866 等。
|
||||
调用命令:`/fazang`
|
||||
调用命令:`/master-fazang`
|
||||
|
||||
### 印光大师(1861-1940)
|
||||
|
||||
汉传净土宗第十三代祖师,近代净土复兴的核心人物。
|
||||
文字平实恳切,戒行严谨,以书信形式广度众生,著有《印光法师文钞》三编。
|
||||
主要来源:CBETA 汉文大藏经,含文钞正编、续编、三编及净土三经。
|
||||
调用命令:`/yinguang`
|
||||
调用命令:`/master-yinguang`
|
||||
|
||||
### 蕅益大师(1599-1655)
|
||||
|
||||
明末四大高僧之一,净土宗九祖。"教宗天台,行归净土"——融通禅、教、律、净四宗,是中国佛教史上最重要的跨宗派综合者。其《阿弥陀经要解》被印光大师赞为"即使古佛再来,也不能超过其上"。
|
||||
主要来源:CBETA《阿弥陀经要解》T37n1762、《教观纲宗》等。
|
||||
调用命令:`/ouyi`
|
||||
调用命令:`/master-ouyi`
|
||||
|
||||
### 虚云老和尚(1840-1959)
|
||||
|
||||
近代禅宗泰斗,世寿一百二十岁,一身兼嗣禅门五宗(临济、曹洞、沩仰、云门、法眼)法脉——佛教史上绝无仅有。复兴六大祖庭,历经清末、民国、新中国三个时代。主张参话头、老实修行、禅净双修。
|
||||
主要来源:CBETA《楞严经》《金刚经》《六祖坛经》等。
|
||||
调用命令:`/xuyun`
|
||||
调用命令:`/master-xuyun`
|
||||
|
||||
### 阿底峡尊者(Atiśa Dīpaṃkara, 982-1054) — 藏传 · 噶当派 · 印藏桥梁
|
||||
|
||||
印度孟加拉萨霍尔国王子出身,超戒寺住持。1042 年应藏王智光邀请入藏,著《菩提道灯论》(Bodhipathapradīpa)——藏地后弘期道次第之祖。首座弟子仲敦巴建热振寺,开**噶当派**(佛语教授派)。后被宗喀巴新噶当派(即格鲁派)继承。藏传四派(宁玛、萨迦、噶举、格鲁)皆视其为根本师之一。
|
||||
主要来源:Toh 4465《菩提道灯论》(sDe dge bsTan 'gyur 标准编号)+ 噶当口耳传承《父法·子法》。
|
||||
调用命令:`/atisha`
|
||||
调用命令:`/master-atisha`
|
||||
|
||||
### 宗喀巴大师(Tsongkhapa, 1357-1419) — 藏传 · 格鲁派创始人
|
||||
|
||||
藏传佛教**格鲁派**("善规派",俗称"黄教")创始人,达赖喇嘛与班禅喇嘛传承根基。出生于青海宗喀(今西宁附近),师承萨迦派仁达瓦等。深感当时藏地戒律松弛、显密混淆,立"三主要道"(出离心 / 菩提心 / 清净见)为道次第凝练,著《菩提道次第广论》《密宗道次第广论》《辨了不了义善说藏论》。1409 年建甘丹寺(dGa' ldan),格鲁派开山祖庭。
|
||||
主要来源:宗喀巴全集 gsung 'bum(BDRC.io 检索 'tsong kha pa')。汉译参考法尊法师本。
|
||||
调用命令:`/tsongkhapa`
|
||||
调用命令:`/master-tsongkhapa`
|
||||
|
||||
> ⚠️ 续部具体修法步骤、灌顶仪轨、生起圆满次第细节、本尊咒语、明点观想**只介绍历史与原理,不传授具体修法步骤**。
|
||||
|
||||
@@ -295,7 +312,7 @@ git clone https://github.com/xr843/Master-skill ~/Master-skill
|
||||
|
||||
藏传佛教噶举派精神祖师,"瑜伽士"传统(不入寺院、山中闭关、以歌教化)的典范。早年咒杀仇家造重业,依止玛尔巴译师净罪求法,于雪山闭关数十年以荨麻为食。以**道歌(mGur)**说法,影响后世整个藏传佛教。
|
||||
主要来源:BDRC《米拉日巴道歌集》(W1KG14334,《十万歌集》mGur 'bum)、《密勒日巴尊者传》(W22272)。
|
||||
调用命令:`/milarepa`
|
||||
调用命令:`/master-milarepa`
|
||||
|
||||
> ⚠️ 那洛六法、拙火、生起/圆满次第等密法**只介绍历史与原理,不传授具体修法步骤**。具体修持必须依止具格上师亲传与灌顶。
|
||||
|
||||
@@ -303,13 +320,13 @@ git clone https://github.com/xr843/Master-skill ~/Master-skill
|
||||
|
||||
上座部佛教史上最具影响力的注释家与论师。原为印度南部婆罗门学者,赴斯里兰卡大寺(Mahāvihāra),将古僧伽罗注释翻译为巴利语。著《清净道论》(Visuddhimagga)——以**戒(sīla)、定(samādhi)、慧(paññā)三学**为骨架,系统组织上座部禅修与教理之百科全书(23 章)。其著作奠定南传上座部正统教理体系——东南亚一切论师皆依其判摄。
|
||||
主要来源:PTS edition《清净道论》(Visuddhimagga) + 四部尼柯耶注释(aṭṭhakathā)+ Samantapāsādikā 律藏注释 + Atthasālinī 阿毗达摩注释。
|
||||
调用命令:`/buddhaghosa`
|
||||
调用命令:`/master-buddhaghosa`
|
||||
|
||||
### 马哈希尊者(Mahāsi Sayādaw U Sobhana, 1904-1982) — 南传 · 缅甸内观传统
|
||||
|
||||
缅甸现代最具国际影响力的内观禅修大师之一。1947 年起主持仰光 Mahasi Sasana Yeiktha,形成**'马哈希内观法'**(标记法 / Noting Method)——以观察腹部起伏为主所缘,系统培育七清净十六观智。1954-1956 年第六次结集(Chaṭṭha Saṅgāyana)任**'最终编辑长老'**,审定整个巴利三藏。其法系深刻影响美国 Insight Meditation Society 三位创办人(Goldstein、Kornfield、Salzberg)。
|
||||
主要来源:《Manual of Insight》(Wisdom Publications, 2016)、《The Progress of Insight》(BPS Sri Lanka)、《Practical Vipassanā Meditation Exercises》(Mahasi Sasana Yeiktha)。
|
||||
调用命令:`/mahasi-sayadaw`
|
||||
调用命令:`/master-mahasi-sayadaw`
|
||||
|
||||
> ⚠️ **本平台 AI 不得对个体作证果判定或观智阶位确认**——印证须由具格禅师面对面访谈鉴定。这是马哈希教学体系最严肃的 guardrail。
|
||||
|
||||
@@ -317,7 +334,7 @@ git clone https://github.com/xr843/Master-skill ~/Master-skill
|
||||
|
||||
泰国森林禅林派最具国际影响力的禅师之一。以巴利戒律严格持守、四念处禅修、朴素生活化教学著称。其英语弟子(阿姜苏美多、阿姜帕沙诺等)建立了无畏山林、阿马罗筏底、奇泰罗等海外分院,将森林禅林派传至欧美。代表名言:"如果你少放下一点,你就少一点苦。"
|
||||
主要来源:巴利三藏(SuttaCentral)+ 公开开示集《Food for the Heart》《A Still Forest Pool》《Living Dhamma》。
|
||||
调用命令:`/ajahn-chah`
|
||||
调用命令:`/master-ajahn-chah`
|
||||
|
||||
---
|
||||
|
||||
|
||||
+60
-43
@@ -9,6 +9,8 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.npmjs.com/package/master-skill"><img src="https://img.shields.io/npm/v/master-skill.svg?label=npm&color=cb3837" alt="npm version"></a>
|
||||
<a href="https://www.npmjs.com/package/master-skill"><img src="https://img.shields.io/npm/dm/master-skill.svg?color=cb3837" alt="npm downloads"></a>
|
||||
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT">
|
||||
<img src="https://img.shields.io/badge/Python-3.9+-green.svg" alt="Python 3.9+">
|
||||
<img src="https://img.shields.io/badge/Claude%20Code-Skill-purple.svg" alt="Claude Code Skill">
|
||||
@@ -56,23 +58,29 @@ On the AI Q&A page, open the **"法师模式"** (Master Mode) dropdown in the bo
|
||||
|
||||
| Your situation | Suggested master |
|
||||
|---|---|
|
||||
| "My mind is scattered, I can't sit still" | `/xuyun` `/zhiyi` `/ajahn-chah` (huatou / śamatha-vipaśyanā / mindfulness) |
|
||||
| "I can't follow the logic of the sutras" | `/xuanzang` (Yogācāra precision) |
|
||||
| "I've studied for years but feel stuck" | `/yinguang` (plain, sincere nianfo) |
|
||||
| "I want to understand emptiness" | `/kumarajiva` `/huineng` `/milarepa` `/tsongkhapa` (Madhyamaka translator / direct pointing / Mahāmudrā / prasaṅgika analysis) |
|
||||
| "I want a systematic view of Huayan / Tiantai" | `/fazang` `/zhiyi` (classification and metaphysics) |
|
||||
| "I'm torn between Chan and Pure Land" | `/ouyi` (cross-tradition synthesis) |
|
||||
| "I'm curious about ascetic practice / retreat" | `/milarepa` (snow-mountain retreat · Kagyu paradigm) |
|
||||
| "I want the simplest meditation instructions" | `/ajahn-chah` (Thai Forest · ānāpānasati) |
|
||||
| "I want a complete graduated path of practice" | `/atisha` `/tsongkhapa` (Kadam three scopes → Gelug Lamrim) |
|
||||
| "I want the systematic Theravāda commentarial framework" | `/buddhaghosa` (*Visuddhimagga* — sīla / samādhi / paññā + 7 purifications · 16 insight knowledges) |
|
||||
| "I want intensive vipassanā with the noting method" | `/mahasi-sayadaw` (Burmese · noting · rising-falling) |
|
||||
| "My mind is scattered, I can't sit still" | `/master-xuyun` `/master-zhiyi` `/master-ajahn-chah` (huatou / śamatha-vipaśyanā / mindfulness) |
|
||||
| "I can't follow the logic of the sutras" | `/master-xuanzang` (Yogācāra precision) |
|
||||
| "I've studied for years but feel stuck" | `/master-yinguang` (plain, sincere nianfo) |
|
||||
| "I want to understand emptiness" | `/master-kumarajiva` `/master-huineng` `/master-milarepa` `/master-tsongkhapa` (Madhyamaka translator / direct pointing / Mahāmudrā / prasaṅgika analysis) |
|
||||
| "I want a systematic view of Huayan / Tiantai" | `/master-fazang` `/master-zhiyi` (classification and metaphysics) |
|
||||
| "I'm torn between Chan and Pure Land" | `/master-ouyi` (cross-tradition synthesis) |
|
||||
| "I'm curious about ascetic practice / retreat" | `/master-milarepa` (snow-mountain retreat · Kagyu paradigm) |
|
||||
| "I want the simplest meditation instructions" | `/master-ajahn-chah` (Thai Forest · ānāpānasati) |
|
||||
| "I want a complete graduated path of practice" | `/master-atisha` `/master-tsongkhapa` (Kadam three scopes → Gelug Lamrim) |
|
||||
| "I want the systematic Theravāda commentarial framework" | `/master-buddhaghosa` (*Visuddhimagga* — sīla / samādhi / paññā + 7 purifications · 16 insight knowledges) |
|
||||
| "I want intensive vipassanā with the noting method" | `/master-mahasi-sayadaw` (Burmese · noting · rising-falling) |
|
||||
| "I want a cross-tradition perspective" | `/compare-masters` (auto-pairs 汉/藏/南 voices) |
|
||||
|
||||
> Developers and Claude Code / Cursor users should skip to [Developer Installation](#developer-installation) to use the masters as terminal AgentSkills.
|
||||
|
||||
---
|
||||
|
||||
> **v0.6 Update (2026-05-02)**: Slash command namespace cleanup — all 14 master slash commands prefixed with `master-`. `/master-zhiyi`, `/master-huineng`, etc.
|
||||
> - **Why**: Claude Code users typically have 50+ skills installed; bare-word slash commands like `/atisha` get scattered. Prefixing clusters all 14 masters under `/m<tab>` for fast discovery.
|
||||
> - **Unaffected**: `compare-masters` and `create-master` meta-skills keep their existing names (avoiding `/master-compare-masters` doublespeak). `fojin.app/chat` web-side dropdown is decoupled — its master IDs stay bare (`atisha`, `huineng`, etc.); backend `master_profiles.py` unchanged.
|
||||
> - **NPX installer**: both `npx master-skill install zhiyi` (short) and `install master-zhiyi` (full) work; install destination is always `~/.claude/skills/master-<slug>/`.
|
||||
> - See [CHANGELOG.md §0.6.0](CHANGELOG.md#060--2026-05-02) for full details.
|
||||
>
|
||||
> **v0.5 Update (2026-05-02)**: Second cross-tradition expansion — Tibetan and Theravāda each grow from 1 master to 3. Total **15 masters**.
|
||||
> - 藏传 added: Atiśa (Kadam founder · Toh 4465 *Bodhipathapradīpa* · three scopes) + Tsongkhapa (Gelug founder · three principal aspects · Madhyamaka prasaṅgika)
|
||||
> - 南传 added: Buddhaghosa (commentarial summit · *Visuddhimagga*) + Mahasi Sayadaw (Burmese vipassanā · noting method · ETHICS Tier B special case)
|
||||
@@ -105,7 +113,7 @@ This project is built out of respect for Buddhist traditions. All content is gen
|
||||
- **Two-stage independent review**: The generation pipeline forces a "doctrinal accuracy → voice consistency" review before write; FAIL triggers up to 2 rounds of automatic repair
|
||||
- **Automated fidelity tests**: Each master's `tests/fidelity.jsonl` holds 5+ Q&A samples validating citations and keyword coverage; CI runs a dry-run on every push
|
||||
- **Unified multi-platform plugin**: Claude Code, Cursor, Codex CLI, OpenCode, and Gemini CLI share one `prebuilt/` tree, with a session-start hook injecting the master list on every platform
|
||||
- **NPX one-shot install**: `npx master-skill install zhiyi` drops skills straight into Claude Code
|
||||
- **NPX one-shot install**: `npx master-skill install master-zhiyi` drops skills straight into Claude Code
|
||||
- **Offline toolchain**: `scripts/cite.py` (CBETA lookup), `scripts/query.py` (offline semantic search), `scripts/validate.py` (frontmatter linter)
|
||||
- **FoJin data bridge**: Connected to [fojin.app](https://fojin.app) with 503 data sources, 10K+ texts, 678K+ semantic embeddings, and a 31K-entity knowledge graph
|
||||
- **AgentSkills standard**: Compliant with [Anthropic Agent Skills](https://github.com/anthropics/skills) — progressive disclosure, decision trees, black-box script pattern
|
||||
@@ -115,17 +123,26 @@ This project is built out of respect for Buddhist traditions. All content is gen
|
||||
## Developer Installation
|
||||
|
||||
> 👤 **Just want to try it?** Use [fojin.app/chat](https://fojin.app/chat) in your browser and skip this section entirely.
|
||||
> 🛠️ **This section is for**: Claude Code / Cursor / Codex CLI / OpenCode / Gemini CLI users who want to invoke `/xuanzang`, `/huineng`, etc. directly as terminal AgentSkills.
|
||||
> 🛠️ **This section is for**: Claude Code / Cursor / Codex CLI / OpenCode / Gemini CLI users who want to invoke `/master-xuanzang`, `/master-huineng`, etc. directly as terminal AgentSkills.
|
||||
|
||||
### Installation
|
||||
|
||||
**NPX (recommended)**
|
||||
**NPX (recommended, no global state)**
|
||||
|
||||
```bash
|
||||
npx master-skill install --all # Install all 15 masters
|
||||
npx master-skill list # List available masters
|
||||
```
|
||||
|
||||
**Global install (frequent use / offline-friendly)**
|
||||
|
||||
```bash
|
||||
npm install -g master-skill # Adds the binary to $PATH
|
||||
master-skill install master-zhiyi # No more npx prefix
|
||||
master-skill list
|
||||
npm update -g master-skill # Pull next minor / patch
|
||||
```
|
||||
|
||||
**Claude Code**
|
||||
|
||||
```bash
|
||||
@@ -153,24 +170,24 @@ In any AgentSkills-compatible environment (Claude Code / Cursor / Codex CLI / Op
|
||||
|
||||
```
|
||||
# 汉传 (Chinese)
|
||||
/xuanzang — Master Xuanzang (Yogacara)
|
||||
/kumarajiva — Kumarajiva (Madhyamaka / Sanlun)
|
||||
/huineng — Master Huineng (Chan, Sixth Patriarch)
|
||||
/zhiyi — Master Zhiyi (Tiantai)
|
||||
/fazang — Master Fazang (Huayan)
|
||||
/yinguang — Master Yinguang (Pure Land)
|
||||
/ouyi — Master Ouyi (Tiantai / Pure Land, cross-tradition)
|
||||
/xuyun — Master Xuyun (Chan, Five Houses)
|
||||
/master-xuanzang — Master Xuanzang (Yogacara)
|
||||
/master-kumarajiva — Kumarajiva (Madhyamaka / Sanlun)
|
||||
/master-huineng — Master Huineng (Chan, Sixth Patriarch)
|
||||
/master-zhiyi — Master Zhiyi (Tiantai)
|
||||
/master-fazang — Master Fazang (Huayan)
|
||||
/master-yinguang — Master Yinguang (Pure Land)
|
||||
/master-ouyi — Master Ouyi (Tiantai / Pure Land, cross-tradition)
|
||||
/master-xuyun — Master Xuyun (Chan, Five Houses)
|
||||
|
||||
# 藏传 (Tibetan)
|
||||
/atisha — Atiśa Dīpaṃkara (Kadam founder · three scopes · 982-1054)
|
||||
/tsongkhapa — Tsongkhapa (Gelug founder · three principal aspects · prasaṅgika · 1357-1419)
|
||||
/milarepa — Milarepa (Kagyu · Mahāmudrā · Naro Chodruk · 1052-1135)
|
||||
/master-atisha — Atiśa Dīpaṃkara (Kadam founder · three scopes · 982-1054)
|
||||
/master-tsongkhapa — Tsongkhapa (Gelug founder · three principal aspects · prasaṅgika · 1357-1419)
|
||||
/master-milarepa — Milarepa (Kagyu · Mahāmudrā · Naro Chodruk · 1052-1135)
|
||||
|
||||
# 南传 (Theravāda)
|
||||
/buddhaghosa — Buddhaghosa (commentarial summit · Visuddhimagga · 5th century)
|
||||
/mahasi-sayadaw — Mahasi Sayadaw (Burmese vipassanā · noting method · 1904-1982)
|
||||
/ajahn-chah — Ajahn Chah (Thai Forest Tradition · Wat Pah Pong · 1918-1992)
|
||||
/master-buddhaghosa — Buddhaghosa (commentarial summit · Visuddhimagga · 5th century)
|
||||
/master-mahasi-sayadaw — Mahasi Sayadaw (Burmese vipassanā · noting method · 1904-1982)
|
||||
/master-ajahn-chah — Ajahn Chah (Thai Forest Tradition · Wat Pah Pong · 1918-1992)
|
||||
```
|
||||
|
||||
### Compare Masters
|
||||
@@ -182,7 +199,7 @@ Ask the same question to 2-3 masters in parallel and surface the differences bet
|
||||
/compare-masters what is emptiness
|
||||
|
||||
# Manually pick masters (recommended for precise results)
|
||||
/compare-masters how to read the Heart Sutra --masters xuanzang,huineng,zhiyi
|
||||
/compare-masters how to read the Heart Sutra --masters master-xuanzang,master-huineng,master-zhiyi
|
||||
|
||||
# Natural-language triggers
|
||||
compare Huineng and Yinguang on nianfo
|
||||
@@ -213,61 +230,61 @@ The system will guide you through a three-step intake, then automatically collec
|
||||
|
||||
The greatest translator in Chinese Buddhist history. Traveled to India for 17 years, translated 75 texts in 1,335 fascicles. Founded the Yogacara (Faxiang) school in China. Known for precise, rigorous translation methodology and the "Five Categories of Non-Translation" principle.
|
||||
Primary sources: CBETA — Mahaprajnaparamita Sutra, Yogacarabhumi-sastra, Cheng Weishi Lun, Heart Sutra.
|
||||
Invoke: `/xuanzang`
|
||||
Invoke: `/master-xuanzang`
|
||||
|
||||
### Kumarajiva (344-413)
|
||||
|
||||
One of the four great translators of Chinese Buddhism. Born in Kucha, translated in Chang'an. His translations are celebrated for literary elegance — the Lotus Sutra, Diamond Sutra, Vimalakirti Sutra, and Mulamadhyamakakarika remain the most widely used versions today. Established the foundation of the Sanlun (Madhyamaka) school in China.
|
||||
Primary sources: CBETA — Lotus Sutra, Diamond Sutra, Vimalakirti Sutra, Mulamadhyamakakarika, Mahaprajnaparamita-sastra.
|
||||
Invoke: `/kumarajiva`
|
||||
Invoke: `/master-kumarajiva`
|
||||
|
||||
### Master Huineng (638-713)
|
||||
|
||||
The Sixth Patriarch of Chan Buddhism, founder of the Southern School. An illiterate woodcutter who attained enlightenment upon hearing the Diamond Sutra. His Platform Sutra is the only Chinese-authored text honored with the title "sutra." Advocated "directly pointing to the mind, seeing one's nature to become Buddha."
|
||||
Primary sources: CBETA — Platform Sutra (T48n2008).
|
||||
Invoke: `/huineng`
|
||||
Invoke: `/master-huineng`
|
||||
|
||||
### Master Zhiyi (538-597)
|
||||
|
||||
Founder of the Tiantai school, honored as "the Little Shakyamuni of the East." Established the first comprehensive doctrinal classification system in Chinese Buddhism (Five Periods, Eight Teachings). Authored the Three Great Works of Tiantai. Core teachings: three thousand realms in a single thought-moment, perfect interfusion of the three truths, dual cultivation of samatha and vipasyana.
|
||||
Primary sources: CBETA — Mohe Zhiguan (T46n1911), Fahua Xuanyi (T33n1718).
|
||||
Invoke: `/zhiyi`
|
||||
Invoke: `/master-zhiyi`
|
||||
|
||||
### Master Fazang (643-712)
|
||||
|
||||
Third Patriarch and true systematizer of the Huayan school. National Preceptor under Empress Wu Zetian. Used the Golden Lion treatise to explain Huayan philosophy. Core teachings: dharmadhatu dependent origination, four dharma-realms, ten mysterious gates, six characteristics in perfect harmony.
|
||||
Primary sources: CBETA — Huayan Jing Tanxuan Ji (T35n1733), Huayan Wujiao Zhang (T45n1866).
|
||||
Invoke: `/fazang`
|
||||
Invoke: `/master-fazang`
|
||||
|
||||
### Master Yinguang (1861-1940)
|
||||
|
||||
13th Patriarch of the Chinese Pure Land school. Central figure in the modern Pure Land revival. His writing is sincere and straightforward; he guided countless practitioners through correspondence, collected in the three volumes of the Yinguang Fashi Wenchao.
|
||||
Primary sources: CBETA — Wenchao volumes and the three Pure Land sutras.
|
||||
Invoke: `/yinguang`
|
||||
Invoke: `/master-yinguang`
|
||||
|
||||
### Master Ouyi (1599-1655)
|
||||
|
||||
One of the Four Great Masters of Late Ming Buddhism, 9th Patriarch of Pure Land. His motto: "Doctrine follows Tiantai, practice returns to Pure Land." The most important cross-tradition synthesizer in Chinese Buddhist history. His commentary on the Amitabha Sutra was praised by Master Yinguang as unsurpassable.
|
||||
Primary sources: CBETA — Amituo Jing Yaojie (T37n1762), Jiaoguan Gangzong.
|
||||
Invoke: `/ouyi`
|
||||
Invoke: `/master-ouyi`
|
||||
|
||||
### Master Xuyun (1840-1959)
|
||||
|
||||
Modern Chan patriarch who lived to 119 years. Unprecedented in Buddhist history for holding dharma transmission in all five houses of Chan (Linji, Caodong, Guiyang, Yunmen, Fayan). Restored six major ancestral monasteries. Advocated hua-tou investigation, honest practice, and harmonizing Chan with Pure Land.
|
||||
Primary sources: CBETA — Shurangama Sutra, Diamond Sutra, Platform Sutra.
|
||||
Invoke: `/xuyun`
|
||||
Invoke: `/master-xuyun`
|
||||
|
||||
### Atiśa Dīpaṃkara (982-1054) — Tibetan · Kadam · Indo-Tibetan bridge
|
||||
|
||||
Royal-born Indian master from the Sahor kingdom (modern Bangladesh). Studied Madhyamaka, Yogācāra and tantra at Vikramaśīla; received the bodhicitta lineage from Dharmakīrti of Suvarṇadvīpa (Sumatra). Invited to Tibet in 1042 by King Yeshe Ö to reform a tradition where Vinaya had decayed and tantra had become disconnected from sūtra foundations. His *Bodhipathapradīpa* (Toh 4465) became the source text for all later Tibetan *lamrim* literature. His chief disciple Dromtönpa founded Reting Monastery, originating the **Kadam school** — later succeeded by Tsongkhapa's "New Kadam" (Gelug). All four Tibetan schools recognize him as a root teacher.
|
||||
Primary sources: Toh 4465 *Bodhipathapradīpa* + Toh 3948 self-commentary + Kadam oral lineage *Pha chos / Bu chos*.
|
||||
Invoke: `/atisha`
|
||||
Invoke: `/master-atisha`
|
||||
|
||||
### Tsongkhapa (1357-1419) — Tibetan · Gelug founder
|
||||
|
||||
Founder of the **Gelug school** (dGe lugs pa, "the way of virtue"; popularly known as the "Yellow Hat school") — basis of the Dalai Lama and Panchen Lama lineages. Born in Tsongkha (Qinghai). Studied with masters across all major schools, particularly the Sakya scholar Rendawa for prasaṅgika Madhyamaka. Reformed lax monastic discipline, integrated sūtra and tantra into a strict graduated path, and produced the great triology: *Lamrim Chenmo* (Great Treatise on the Stages of the Path), *sNgags rim chen mo* (Great Treatise on Tantra), and *Drang nges legs bshad snying po* (Essence of True Eloquence — definitive vs interpretable meaning). Founded Ganden Monastery (1409) — the seat of the school.
|
||||
Primary sources: Tsongkhapa's collected works (*gsung 'bum*, searchable on BDRC.io). Chinese translation by Dharma-master Faxun is the standard Sinophone reference.
|
||||
Invoke: `/tsongkhapa`
|
||||
Invoke: `/master-tsongkhapa`
|
||||
|
||||
> ⚠️ Tantric practice steps, empowerment liturgy, generation- and completion-stage details, deity mantras, and channels-and-drops practice are introduced **only at the level of name and historical context — concrete practice instructions are never given**.
|
||||
|
||||
@@ -275,7 +292,7 @@ Invoke: `/tsongkhapa`
|
||||
|
||||
Spiritual ancestor of the Tibetan Kagyu lineage and the paradigm of the "yogi tradition" (no monastery, mountain retreat, teaching through song). After committing serious harm in his youth through black magic, he sought purification under Marpa the Translator, who put him through severe trials before transmitting the complete Mahāmudrā and Naro Chodruk lineages. He spent decades in Himalayan retreat, surviving on nettles, and taught through extemporaneous **mGur** (songs of realization) — shaping the entire later Tibetan tradition.
|
||||
Primary sources: BDRC — *The Hundred Thousand Songs of Milarepa* (mGur 'bum, W1KG14334) and *The Life of Milarepa* (rNam thar, W22272).
|
||||
Invoke: `/milarepa`
|
||||
Invoke: `/master-milarepa`
|
||||
|
||||
> ⚠️ Naro Chodruk (Six Yogas), tummo, generation/completion stages and other esoteric practices are introduced **only at the level of name and historical context — concrete practice instructions are never given**. Authentic transmission requires direct empowerment from a qualified teacher.
|
||||
|
||||
@@ -283,13 +300,13 @@ Invoke: `/milarepa`
|
||||
|
||||
The most influential commentator and śāstra master in Theravāda history. Born a brahmin scholar in southern India, he travelled to the Mahāvihāra in Anurādhapura (Sri Lanka) to translate the old Sinhala commentaries (*Sīhaḷa-aṭṭhakathā*) into Pali. To prove his competence, he first composed the *Visuddhimagga* — a 23-chapter encyclopedia of Theravāda meditation and doctrine organized around the threefold training of **sīla, samādhi, paññā**. He then translated the four Nikāya commentaries, the Vinaya commentary *Samantapāsādikā*, and the Abhidhamma commentaries. His framework defines orthodox Theravāda exegesis to this day across Sri Lanka, Burma, Thailand, Cambodia, and Laos.
|
||||
Primary sources: PTS edition *Visuddhimagga* + four Nikāya *aṭṭhakathā* (Sumaṅgalavilāsinī, Papañcasūdanī, Sāratthappakāsinī, Manorathapūraṇī) + *Samantapāsādikā* (Vinaya) + *Atthasālinī* (Abhidhamma).
|
||||
Invoke: `/buddhaghosa`
|
||||
Invoke: `/master-buddhaghosa`
|
||||
|
||||
### Mahāsi Sayādaw U Sobhana (1904-1982) — Theravāda · Burmese vipassanā
|
||||
|
||||
One of the most internationally influential meditation masters of modern Burma. Recognized as a *Pariyatti Sāsanahita* — the highest scriptural qualification in Burmese monasticism — by age 27. Studied four-foundations vipassanā with U Nārada (Mingun Sayadaw) from 1932. Established the **Mahasi Sasana Yeiktha** retreat center in Yangon in 1947, formalizing the **noting method** (rising-falling at the abdomen as primary object) tied to Visuddhimagga's seven purifications and sixteen insight knowledges. Served as *Final Editor* of the Sixth Buddhist Council (1954-1956) — the largest modern revision of the Pali Canon. His lineage profoundly shaped the founders of America's Insight Meditation Society (Goldstein, Salzberg, Kornfield).
|
||||
Primary sources: *Manual of Insight* (Wisdom Publications, 2016 English ed.), *The Progress of Insight* (BPS Sri Lanka Wheel No. 280), *Practical Vipassanā Meditation Exercises* (Mahasi Sasana Yeiktha).
|
||||
Invoke: `/mahasi-sayadaw`
|
||||
Invoke: `/master-mahasi-sayadaw`
|
||||
|
||||
> ⚠️ **The AI must never confirm any individual's stage of insight or attainment of fruition.** Verification requires face-to-face interview with a qualified teacher. This is the strictest guardrail in this skill — the Mahasi tradition's "fruition is attainable" framing is famous for inducing self-attainment delusions, and the AI is forbidden from playing that role.
|
||||
|
||||
@@ -297,7 +314,7 @@ Invoke: `/mahasi-sayadaw`
|
||||
|
||||
One of the most internationally influential masters of the Thai Forest Tradition. Renowned for strict Vinaya observance, four-foundations-of-mindfulness practice, and plain, life-grounded teaching style. His Western disciples (Ajahn Sumedho, Ajahn Pasanno, Ajahn Amaro and others) established Abhayagiri (California), Amaravati (UK), Cittaviveka (UK) and other branch monasteries, carrying the forest tradition to the West. Most-quoted line: *"If you let go a little, you have a little peace; if you let go completely, you have complete peace."*
|
||||
Primary sources: Pali Canon (SuttaCentral) + authorized English collections — *Food for the Heart*, *A Still Forest Pool*, *Living Dhamma*.
|
||||
Invoke: `/ajahn-chah`
|
||||
Invoke: `/master-ajahn-chah`
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -31,24 +31,24 @@ allowed-tools:
|
||||
以下三大传统祖师大德可直接使用,无需生成:
|
||||
|
||||
**汉传**
|
||||
- `/xuanzang` — 玄奘法师(法相唯识宗)
|
||||
- `/kumarajiva` — 鸠摩罗什(三论宗/中观)
|
||||
- `/huineng` — 慧能大师(禅宗六祖)
|
||||
- `/zhiyi` — 智顗大师(天台宗)
|
||||
- `/fazang` — 法藏大师(华严宗)
|
||||
- `/yinguang` — 印光大师(净土宗)
|
||||
- `/ouyi` — 蕅益大师(天台/净土·跨宗派)
|
||||
- `/xuyun` — 虚云老和尚(禅宗·五宗兼嗣)
|
||||
- `/master-xuanzang` — 玄奘法师(法相唯识宗)
|
||||
- `/master-kumarajiva` — 鸠摩罗什(三论宗/中观)
|
||||
- `/master-huineng` — 慧能大师(禅宗六祖)
|
||||
- `/master-zhiyi` — 智顗大师(天台宗)
|
||||
- `/master-fazang` — 法藏大师(华严宗)
|
||||
- `/master-yinguang` — 印光大师(净土宗)
|
||||
- `/master-ouyi` — 蕅益大师(天台/净土·跨宗派)
|
||||
- `/master-xuyun` — 虚云老和尚(禅宗·五宗兼嗣)
|
||||
|
||||
**藏传**
|
||||
- `/atisha` — 阿底峡尊者(噶当派开祖 · 三士道 · 982-1054)
|
||||
- `/tsongkhapa` — 宗喀巴大师(格鲁派创始人 · 三主要道 · 应成中观 · 1357-1419)
|
||||
- `/milarepa` — 米拉日巴尊者(噶举派 · 大手印 · 那洛六法 · 1052-1135)
|
||||
- `/master-atisha` — 阿底峡尊者(噶当派开祖 · 三士道 · 982-1054)
|
||||
- `/master-tsongkhapa` — 宗喀巴大师(格鲁派创始人 · 三主要道 · 应成中观 · 1357-1419)
|
||||
- `/master-milarepa` — 米拉日巴尊者(噶举派 · 大手印 · 那洛六法 · 1052-1135)
|
||||
|
||||
**南传**
|
||||
- `/buddhaghosa` — 觉音尊者(上座部论师 · 《清净道论》· 5世纪)
|
||||
- `/mahasi-sayadaw` — 马哈希尊者(缅甸内观 · 标记法 · 1904-1982)
|
||||
- `/ajahn-chah` — 阿姜查(泰国森林禅林派 · 巴蓬寺传承 · 1918-1992)
|
||||
- `/master-buddhaghosa` — 觉音尊者(上座部论师 · 《清净道论》· 5世纪)
|
||||
- `/master-mahasi-sayadaw` — 马哈希尊者(缅甸内观 · 标记法 · 1904-1982)
|
||||
- `/master-ajahn-chah` — 阿姜查(泰国森林禅林派 · 巴蓬寺传承 · 1918-1992)
|
||||
|
||||
## 对比模式
|
||||
|
||||
|
||||
+29
-8
@@ -66,15 +66,26 @@ function cmdList() {
|
||||
console.log();
|
||||
}
|
||||
|
||||
// Resolve a master directory accepting both short ("zhiyi") and full
|
||||
// ("master-zhiyi") forms. Returns the absolute prebuilt/<dir> path or null.
|
||||
function resolveMasterDir(input) {
|
||||
const candidates = [
|
||||
path.join(PREBUILT, input), // exact: master-zhiyi
|
||||
path.join(PREBUILT, `master-${input}`), // short: zhiyi → master-zhiyi
|
||||
];
|
||||
return candidates.find((p) => fs.existsSync(p)) || null;
|
||||
}
|
||||
|
||||
function cmdInstall(names) {
|
||||
fs.mkdirSync(SKILLS_DIR, { recursive: true });
|
||||
for (const name of names) {
|
||||
const src = path.join(PREBUILT, name);
|
||||
if (!fs.existsSync(src)) {
|
||||
console.log(` ✗ ${name} — not found in prebuilt/`);
|
||||
const src = resolveMasterDir(name);
|
||||
if (!src) {
|
||||
console.log(` ✗ ${name} — not found in prebuilt/ (tried "${name}" and "master-${name}")`);
|
||||
continue;
|
||||
}
|
||||
const dest = path.join(SKILLS_DIR, `master-${name}`);
|
||||
const dirName = path.basename(src); // master-zhiyi
|
||||
const dest = path.join(SKILLS_DIR, dirName);
|
||||
cpR(src, dest);
|
||||
console.log(` ✓ ${name} → ${dest}`);
|
||||
}
|
||||
@@ -82,19 +93,25 @@ function cmdInstall(names) {
|
||||
|
||||
function cmdUninstall(names) {
|
||||
for (const name of names) {
|
||||
const dest = path.join(SKILLS_DIR, `master-${name}`);
|
||||
if (!fs.existsSync(dest)) {
|
||||
// Try both prefixed and bare directory names for backward compatibility
|
||||
// with any pre-v0.6 installs that may still sit at ~/.claude/skills/<slug>/.
|
||||
const candidates = [
|
||||
path.join(SKILLS_DIR, name), // exact: master-zhiyi
|
||||
path.join(SKILLS_DIR, `master-${name}`), // short: zhiyi → master-zhiyi
|
||||
];
|
||||
const dest = candidates.find((p) => fs.existsSync(p));
|
||||
if (!dest) {
|
||||
console.log(` ✗ ${name} — not installed`);
|
||||
continue;
|
||||
}
|
||||
fs.rmSync(dest, { recursive: true, force: true });
|
||||
console.log(` ✓ ${name} removed`);
|
||||
console.log(` ✓ ${name} removed (${dest})`);
|
||||
}
|
||||
}
|
||||
|
||||
function showHelp() {
|
||||
console.log(`
|
||||
master-skill — Chinese Buddhist Master AI Skills installer
|
||||
master-skill — Buddhist Master AI Skills installer (v0.6+)
|
||||
|
||||
Usage:
|
||||
master-skill install <name...> Install masters to ~/.claude/skills/
|
||||
@@ -103,8 +120,12 @@ Usage:
|
||||
master-skill uninstall <name...> Remove installed masters
|
||||
master-skill --help Show this help
|
||||
|
||||
Names accept both short (zhiyi) and full (master-zhiyi) forms.
|
||||
Slash commands are always /master-<slug> (e.g. /master-zhiyi).
|
||||
|
||||
Examples:
|
||||
npx master-skill install zhiyi fazang
|
||||
npx master-skill install master-milarepa master-tsongkhapa
|
||||
npx master-skill install --all
|
||||
npx master-skill list
|
||||
npx master-skill uninstall zhiyi
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "master-skill",
|
||||
"description": "Buddhist Master AI teaching personas — 15 prebuilt masters across 汉传/藏传/南传 with source-cited doctrinal responses (CBETA / BDRC / SuttaCentral / PTS Vism)",
|
||||
"version": "0.5.0",
|
||||
"description": "Buddhist Master AI teaching personas — 15 prebuilt masters across 汉传/藏传/南传 invokable via /master-<slug> slash commands, with source-cited doctrinal responses (CBETA / BDRC / SuttaCentral / PTS Vism)",
|
||||
"version": "0.6.0",
|
||||
"contextFileName": "GEMINI.md"
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "master-skill",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"type": "module",
|
||||
"description": "Buddhist Master AI Skills — RAG-grounded, source-cited, fidelity-tested. 15 pre-built masters across 三大传统: 8 汉传 (Xuanzang, Kumārajīva, Huineng, Zhiyi, Fazang, Yinguang, Ouyi, Xuyun) + 3 藏传 (Atiśa, Tsongkhapa, Milarepa) + 3 南传 (Buddhaghosa, Mahasi Sayadaw, Ajahn Chah).",
|
||||
"description": "Buddhist Master AI Skills — RAG-grounded, source-cited, fidelity-tested. 15 pre-built masters across 三大传统 invokable via /master-<slug> slash commands: 8 汉传 (Xuanzang, Kumārajīva, Huineng, Zhiyi, Fazang, Yinguang, Ouyi, Xuyun) + 3 藏传 (Atiśa, Tsongkhapa, Milarepa) + 3 南传 (Buddhaghosa, Mahasi Sayadaw, Ajahn Chah).",
|
||||
"bin": {
|
||||
"master-skill": "./bin/cli.mjs"
|
||||
},
|
||||
|
||||
+43
-43
@@ -31,28 +31,28 @@ verified_at: 2026-04-06
|
||||
|
||||
| 问题主题 | 配对祖师 | 说明 |
|
||||
|---------|---------|------|
|
||||
| 念佛 / 往生 / 净土 | yinguang + ouyi | 净土专精 + 跨宗派 |
|
||||
| 参禅 / 话头 / 开悟 | huineng + xuyun | 古今禅宗对比 |
|
||||
| 唯识 / 中观 / 空有 | xuanzang + kumarajiva | 唯识 vs 中观 |
|
||||
| 判教 / 圆融 / 止观 | zhiyi + fazang | 天台 vs 华严 |
|
||||
| 修行次第 / 综合法门 | ouyi + yinguang | 综合 vs 专修 |
|
||||
| 戒律 / 行持 / 日常 | xuyun + yinguang + ajahn-chah | 禅门戒律 vs 净土行持 vs 上座部律仪 |
|
||||
| 般若 / 空性 | kumarajiva + tsongkhapa + huineng | 早期中观译师 · 应成中观精确分判 · 禅宗直指 |
|
||||
| 中观 / 缘起性空 / 应成 | kumarajiva + tsongkhapa | 印度中观东渡 vs 藏地后期精确化 |
|
||||
| 道次第 / 三士道 / lam rim | atisha + tsongkhapa | 印藏桥梁源头 vs 格鲁派系统化 |
|
||||
| 心识 / 阿赖耶 / 心所 | xuanzang + buddhaghosa + huineng | 唯识 vs 上座部阿毗达摩 vs 禅宗直指 |
|
||||
| 戒律 / 持戒 / 律仪 | xuyun + atisha + buddhaghosa | 汉传禅门律 vs 印藏菩萨律 vs 上座部律藏注释 |
|
||||
| 苦行 / 闭关 / 山中修行 | xuyun + milarepa | 汉传禅门头陀 vs 藏传瑜伽士传统 |
|
||||
| 正念 / 观心 / 觉知 | huineng + ajahn-chah + mahasi-sayadaw | 禅宗自性 vs 南传 sati 朴素 vs 缅甸标记法 |
|
||||
| 禅修方法 / 业处 / 所缘 | buddhaghosa + mahasi-sayadaw + ajahn-chah | 论藏四十种业处 vs 标记法腹部起伏 vs 朴素观心 |
|
||||
| 七清净 / 十六观智 / 道次第 | buddhaghosa + mahasi-sayadaw | 《清净道论》原典 vs 现代缅甸应用 |
|
||||
| 出离心 / 暇满 / 无常 | yinguang + atisha + ajahn-chah | 净土 · 噶当 · 上座部三大传统出离观对比 |
|
||||
| 菩提心 / 慈悲 | atisha + ouyi | 印藏自他相换 vs 跨宗派融通 |
|
||||
| 上师 / 善知识 / 依止 | xuyun + atisha + tsongkhapa | 汉传善知识 vs 噶当依止论 vs 格鲁视师如佛 |
|
||||
| 论师风格 / 经院严密 | xuanzang + tsongkhapa + buddhaghosa | 唯识 · 应成中观 · 上座部三大论师传统 |
|
||||
| 三大传统对比(明确要求) | huineng + tsongkhapa + buddhaghosa | 禅 · 应成中观 · 上座部论藏,三方系统对照 |
|
||||
| 三大传统禅修对比 | huineng + milarepa + ajahn-chah | 禅 · 大手印 · 森林禅,三大传统禅修法 |
|
||||
| 其他 | kumarajiva + yinguang | 中观 + 净土两大传统 |
|
||||
| 念佛 / 往生 / 净土 | master-yinguang + master-ouyi | 净土专精 + 跨宗派 |
|
||||
| 参禅 / 话头 / 开悟 | master-huineng + master-xuyun | 古今禅宗对比 |
|
||||
| 唯识 / 中观 / 空有 | master-xuanzang + master-kumarajiva | 唯识 vs 中观 |
|
||||
| 判教 / 圆融 / 止观 | master-zhiyi + master-fazang | 天台 vs 华严 |
|
||||
| 修行次第 / 综合法门 | master-ouyi + master-yinguang | 综合 vs 专修 |
|
||||
| 戒律 / 行持 / 日常 | master-xuyun + master-yinguang + master-ajahn-chah | 禅门戒律 vs 净土行持 vs 上座部律仪 |
|
||||
| 般若 / 空性 | master-kumarajiva + master-tsongkhapa + master-huineng | 早期中观译师 · 应成中观精确分判 · 禅宗直指 |
|
||||
| 中观 / 缘起性空 / 应成 | master-kumarajiva + master-tsongkhapa | 印度中观东渡 vs 藏地后期精确化 |
|
||||
| 道次第 / 三士道 / lam rim | master-atisha + master-tsongkhapa | 印藏桥梁源头 vs 格鲁派系统化 |
|
||||
| 心识 / 阿赖耶 / 心所 | master-xuanzang + master-buddhaghosa + master-huineng | 唯识 vs 上座部阿毗达摩 vs 禅宗直指 |
|
||||
| 戒律 / 持戒 / 律仪 | master-xuyun + master-atisha + master-buddhaghosa | 汉传禅门律 vs 印藏菩萨律 vs 上座部律藏注释 |
|
||||
| 苦行 / 闭关 / 山中修行 | master-xuyun + master-milarepa | 汉传禅门头陀 vs 藏传瑜伽士传统 |
|
||||
| 正念 / 观心 / 觉知 | master-huineng + master-ajahn-chah + master-mahasi-sayadaw | 禅宗自性 vs 南传 sati 朴素 vs 缅甸标记法 |
|
||||
| 禅修方法 / 业处 / 所缘 | master-buddhaghosa + master-mahasi-sayadaw + master-ajahn-chah | 论藏四十种业处 vs 标记法腹部起伏 vs 朴素观心 |
|
||||
| 七清净 / 十六观智 / 道次第 | master-buddhaghosa + master-mahasi-sayadaw | 《清净道论》原典 vs 现代缅甸应用 |
|
||||
| 出离心 / 暇满 / 无常 | master-yinguang + master-atisha + master-ajahn-chah | 净土 · 噶当 · 上座部三大传统出离观对比 |
|
||||
| 菩提心 / 慈悲 | master-atisha + master-ouyi | 印藏自他相换 vs 跨宗派融通 |
|
||||
| 上师 / 善知识 / 依止 | master-xuyun + master-atisha + master-tsongkhapa | 汉传善知识 vs 噶当依止论 vs 格鲁视师如佛 |
|
||||
| 论师风格 / 经院严密 | master-xuanzang + master-tsongkhapa + master-buddhaghosa | 唯识 · 应成中观 · 上座部三大论师传统 |
|
||||
| 三大传统对比(明确要求) | master-huineng + master-tsongkhapa + master-buddhaghosa | 禅 · 应成中观 · 上座部论藏,三方系统对照 |
|
||||
| 三大传统禅修对比 | master-huineng + master-milarepa + master-ajahn-chah | 禅 · 大手印 · 森林禅,三大传统禅修法 |
|
||||
| 其他 | master-kumarajiva + master-yinguang | 中观 + 净土两大传统 |
|
||||
|
||||
## 工作流程
|
||||
|
||||
@@ -148,7 +148,7 @@ verified_at: 2026-04-06
|
||||
|
||||
### 禅净之争 —— 自力 vs 他力
|
||||
|
||||
- **推荐配对**:`huineng` + `yinguang`(或 `huineng` + `ouyi` 看融通立场)
|
||||
- **推荐配对**:`master-huineng` + `master-yinguang`(或 `master-huineng` + `master-ouyi` 看融通立场)
|
||||
- **真实争点**:
|
||||
1. 往生是否需要"见性"为前提?
|
||||
2. "自性弥陀、唯心净土"与"他方实有极乐"是否矛盾?
|
||||
@@ -158,7 +158,7 @@ verified_at: 2026-04-06
|
||||
|
||||
### 性相之辩 —— 法相唯识 vs 性宗
|
||||
|
||||
- **推荐配对**:`xuanzang` + `fazang`(或 `xuanzang` + `huineng`)
|
||||
- **推荐配对**:`master-xuanzang` + `master-fazang`(或 `master-xuanzang` + `master-huineng`)
|
||||
- **真实争点**:
|
||||
1. 是否安立阿赖耶识为万法所依?
|
||||
2. 五种姓说(一分无性)与一切众生皆可成佛是否可融?
|
||||
@@ -168,7 +168,7 @@ verified_at: 2026-04-06
|
||||
|
||||
### 空有之争 —— 中观 vs 唯识
|
||||
|
||||
- **推荐配对**:`kumarajiva` + `xuanzang`
|
||||
- **推荐配对**:`master-kumarajiva` + `master-xuanzang`
|
||||
- **真实争点**:
|
||||
1. "空"是遮诠(否定戏论)还是表诠(描述实相)?
|
||||
2. 依他起性是"有"还是"空"?
|
||||
@@ -178,7 +178,7 @@ verified_at: 2026-04-06
|
||||
|
||||
### 顿渐之辩 —— 南宗顿 vs 北宗渐(及其延伸)
|
||||
|
||||
- **推荐配对**:`huineng` + `zhiyi`(顿悟 vs 天台止观次第)
|
||||
- **推荐配对**:`master-huineng` + `master-zhiyi`(顿悟 vs 天台止观次第)
|
||||
- **真实争点**:
|
||||
1. 开悟是顿发还是需阶次修证?
|
||||
2. 悟后是否仍需渐修?
|
||||
@@ -242,38 +242,38 @@ verified_at: 2026-04-06
|
||||
|
||||
| slug | 名称 | 宗派 |
|
||||
|------|------|------|
|
||||
| zhiyi | 智顗大师 | 天台宗 |
|
||||
| fazang | 法藏大师 | 华严宗 |
|
||||
| huineng | 慧能大师 | 禅宗 |
|
||||
| xuyun | 虚云老和尚 | 禅宗·五宗 |
|
||||
| yinguang | 印光大师 | 净土宗 |
|
||||
| ouyi | 蕅益大师 | 天台/净土 |
|
||||
| xuanzang | 玄奘法师 | 法相唯识 |
|
||||
| kumarajiva | 鸠摩罗什 | 中观 |
|
||||
| master-zhiyi | 智顗大师 | 天台宗 |
|
||||
| master-fazang | 法藏大师 | 华严宗 |
|
||||
| master-huineng | 慧能大师 | 禅宗 |
|
||||
| master-xuyun | 虚云老和尚 | 禅宗·五宗 |
|
||||
| master-yinguang | 印光大师 | 净土宗 |
|
||||
| master-ouyi | 蕅益大师 | 天台/净土 |
|
||||
| master-xuanzang | 玄奘法师 | 法相唯识 |
|
||||
| master-kumarajiva | 鸠摩罗什 | 中观 |
|
||||
|
||||
### 藏传
|
||||
|
||||
| slug | 名称 | 传承 |
|
||||
|------|------|------|
|
||||
| atisha | 阿底峡尊者 | 噶当派(三士道 / 印藏桥梁) |
|
||||
| tsongkhapa | 宗喀巴大师 | 格鲁派(三主要道 / 应成中观) |
|
||||
| milarepa | 米拉日巴尊者 | 噶举派(大手印 / 那洛六法) |
|
||||
| master-atisha | 阿底峡尊者 | 噶当派(三士道 / 印藏桥梁) |
|
||||
| master-tsongkhapa | 宗喀巴大师 | 格鲁派(三主要道 / 应成中观) |
|
||||
| master-milarepa | 米拉日巴尊者 | 噶举派(大手印 / 那洛六法) |
|
||||
|
||||
### 南传
|
||||
|
||||
| slug | 名称 | 传承 |
|
||||
|------|------|------|
|
||||
| buddhaghosa | 觉音尊者 | 上座部论师(《清净道论》/ 大寺派) |
|
||||
| mahasi-sayadaw | 马哈希尊者 | 缅甸内观(标记法 / Mahasi Method) |
|
||||
| ajahn-chah | 阿姜查 | 上座部(泰国森林禅林派) |
|
||||
| master-buddhaghosa | 觉音尊者 | 上座部论师(《清净道论》/ 大寺派) |
|
||||
| master-mahasi-sayadaw | 马哈希尊者 | 缅甸内观(标记法 / Mahasi Method) |
|
||||
| master-ajahn-chah | 阿姜查 | 上座部(泰国森林禅林派) |
|
||||
|
||||
## 跨传统对比注意事项
|
||||
|
||||
- 跨传统对比时,**先建立共同语境再展示差异**("三大传统都强调无常/苦/苦的止息,而具体进路不同……"),避免营造对立感
|
||||
- 不在跨传统对比中论"哪个传承更究竟"——三大传统皆是佛陀正法的不同面向
|
||||
- 涉及密法时(藏传 atisha / tsongkhapa / milarepa 一侧),仅介绍义理,不传授具体步骤;这是各自 skill HARD-GATE 的延伸
|
||||
- 涉及密法时(藏传 master-atisha / master-tsongkhapa / master-milarepa 一侧),仅介绍义理,不传授具体步骤;这是各自 skill HARD-GATE 的延伸
|
||||
- 涉及阿姜查与马哈希尊者引述时,必须可追溯至公开开示集(Forest Sangha / BPS Sri Lanka / Wisdom Publications / Mahasi Sasana Yeiktha),不可自行编造对话
|
||||
- 涉及禅修印证时(特别是马哈希内观法的十六观智阶位),**AI 不得对个体作证果判定**——这是 mahasi-sayadaw skill 最严肃的 guardrail
|
||||
- 涉及禅修印证时(特别是马哈希内观法的十六观智阶位),**AI 不得对个体作证果判定**——这是 master-mahasi-sayadaw skill 最严肃的 guardrail
|
||||
- 不混入跨传统观点为他派立场(如把如来藏 / 唯识 / 净土归于上座部;把大圆满 / 大手印归于格鲁;把应成派精确分判归于阿底峡时代)
|
||||
|
||||
## 禁忌
|
||||
@@ -285,7 +285,7 @@ verified_at: 2026-04-06
|
||||
|
||||
## Scripts(可选辅助工具)
|
||||
|
||||
- `scripts/cite.py --text "缘起" --master zhiyi,yinguang` — 多祖师引用查询
|
||||
- `scripts/cite.py --text "缘起" --master master-zhiyi,master-yinguang` — 多祖师引用查询
|
||||
- `scripts/query.py --master all --q "空性"` — 全祖师语义检索
|
||||
|
||||
> ⚠️ Scripts 通过 `--help` 调用,不要 Read 源码(避免污染 context)。
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: ajahn-chah
|
||||
name: master-ajahn-chah
|
||||
description: Use when user asks about 南传佛教, 上座部, Theravada, 巴利经典, 正念 sati, 放下, 三法印, 四念处, 出入息念 anapanasati, 戒定慧, 毗婆舍那, 森林禅林派, 巴蓬寺, 阿姜查, 杜多行, 中道, or wants teaching in 阿姜查 Ajahn Chah's voice. Triggers include "阿姜查"、"Ajahn Chah"、"森林禅"、"上座部"、"南传"、"巴利"、"正念"、"放下"、"禅修方法"、"妄念太多"、"打坐坐不住"、"巴蓬寺"、"杜多行"、"心的训练" — invoke whenever user's question touches Theravada / Thai Forest / mindfulness practice or asks about Ajahn Chah, even without explicit request.
|
||||
version: 1.0.0
|
||||
license: MIT
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: atisha
|
||||
name: master-atisha
|
||||
description: Use when user asks about 藏传, 噶当派, Kadam, 三士道, 菩提道灯论, Bodhipathapradīpa, 阿底峡, Atiśa, 金洲大师, 七因果, 自他相换, 菩提心, 依止善知识, 暇满, 业果, 噶当六论, 仲敦巴, 热振寺, 藏地后弘期, or wants teaching in 阿底峡尊者 Atiśa's voice. Triggers include "阿底峡"、"觉沃杰"、"Atisha"、"Jowo Je"、"菩提道灯"、"道灯论"、"三士道"、"七因果"、"自他相换"、"金洲"、"噶当"、"仲敦巴"、"热振寺"、"道次第之祖" — invoke whenever user's question touches Kadam / lamrim foundations / bodhicitta cultivation, even without explicit request.
|
||||
version: 1.0.0
|
||||
license: MIT
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: buddhaghosa
|
||||
name: master-buddhaghosa
|
||||
description: Use when user asks about 南传, 上座部, Theravāda, 巴利, 清净道论, Visuddhimagga, 戒定慧, 四十种业处, kammaṭṭhāna, 十遍, kasiṇa, 七清净, 十六观智, 阿毗达摩, Abhidhamma, 觉音尊者, Buddhaghosa, 大寺派, Mahāvihāra, 缘起十二支, 三法印, or wants teaching in 觉音尊者 Buddhaghosa's voice. Triggers include "觉音"、"Buddhaghosa"、"清净道论"、"Visuddhimagga"、"戒定慧三学"、"四十业处"、"七清净"、"十六观智"、"阿毗达摩注释"、"尼柯耶注释"、"上座部论师"、"大寺派" — invoke whenever user's question touches Theravāda commentarial / Visuddhimagga / Abhidhamma exegesis, even without explicit request.
|
||||
version: 1.0.0
|
||||
license: MIT
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: fazang
|
||||
name: master-fazang
|
||||
description: Use when user asks about 华严宗, 法界缘起, 四法界, 事事无碍, 十玄门, 六相圆融, 金师子章, 一即一切, 因陀罗网, 华严经, 五教判, or wants teaching in 法藏大师 Fazang's voice. Triggers include phrases like "华严"、"法藏"、"贤首"、"法界"、"事事无碍"、"十玄"、"六相"、"金师子"、"一即一切"、"理事无碍"、"因陀罗网"、"别教一乘"、"五教"、"毗卢遮那"、"一真法界" — invoke whenever user's question touches Huayan doctrine, even without explicit request.
|
||||
version: 0.3.0
|
||||
license: MIT
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: huineng
|
||||
name: master-huineng
|
||||
description: Use when user asks about 禅宗, 六祖, 坛经, 顿悟, 见性成佛, 直指人心, 不立文字, 自性, 本心, 无念, 无相, 无住, 般若, 定慧一体, 明心见性, 南宗禅, or wants teaching in 慧能大师 Huineng's voice. Triggers include phrases like "禅"、"慧能"、"六祖"、"坛经"、"顿悟"、"见性"、"本来面目"、"菩提本无树"、"风动幡动"、"本来无一物"、"自性"、"机锋"、"烦恼即菩提"、"不二"、"弘忍" — invoke whenever user's question touches Chan/Zen doctrine, even without explicit request.
|
||||
version: 0.3.0
|
||||
license: MIT
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: kumarajiva
|
||||
name: master-kumarajiva
|
||||
description: Use when user asks about 中观, 三论宗, 般若, 空性, 中道, 八不, 缘起性空, 法华经, 金刚经, 维摩诘, 不二法门, 一佛乘, 大智度论, or wants teaching in 鸠摩罗什 Kumārajīva's voice. Triggers include phrases like "中观"、"三论"、"空"、"般若"、"中道"、"八不"、"缘起性空"、"法华"、"金刚经"、"维摩诘"、"不二"、"实相"、"一佛乘"、"鸠摩罗什"、"罗什"、"会三归一"、"火宅"、"方便"、"中论"、"大智度论"、"百论"、"十二门论" — invoke whenever user's question touches Madhyamaka/Prajñā/Lotus doctrine, even without explicit request.
|
||||
version: 0.3.0
|
||||
license: MIT
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: mahasi-sayadaw
|
||||
name: master-mahasi-sayadaw
|
||||
description: Use when user asks about 南传, 上座部, 缅甸内观, Mahasi Method, 标记法, Noting Method, 腹部起伏, 毗婆舍那, vipassanā, 四念处, 七清净, 十六观智, 刹那定, 行舍智, 马哈希尊者, Mahasi Sayadaw, Mahasi Sasana Yeiktha, IMS, or wants teaching in 马哈希尊者 Mahāsi Sayādaw's voice. Triggers include "马哈希"、"Mahasi"、"Sayadaw"、"标记法"、"腹部起伏"、"缅甸内观"、"密集禅修"、"十六观智"、"刹那定"、"妄念太多" — invoke whenever user's question touches Burmese vipassanā / Mahasi noting method, even without explicit request.
|
||||
version: 1.0.0
|
||||
license: MIT
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: milarepa
|
||||
name: master-milarepa
|
||||
description: Use when user asks about 藏传佛教, 噶举派, 大手印, phyag chen, 拙火, tummo, 那洛六法, 苦行, 闭关, 道歌, mgur, 米拉日巴, 玛尔巴, 上师瑜伽, 出离, 暇满, 中阴, 气脉明点, 觉受, nyams, 本觉, rig pa, or wants teaching in 米拉日巴尊者 Milarepa's voice. Triggers include "米拉日巴"、"密勒日巴"、"Milarepa"、"道歌"、"十万歌集"、"大手印"、"拙火"、"那洛六法"、"玛尔巴"、"噶举"、"白教"、"山洞修行"、"苦行"、"上师瑜伽"、"中阴"、"明空" — invoke whenever user's question touches Tibetan Kagyu / Mahāmudrā / yogi practice or asks about Milarepa's life and teachings, even without explicit request.
|
||||
version: 1.0.0
|
||||
license: MIT
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: ouyi
|
||||
name: master-ouyi
|
||||
description: Use when user asks about 蕅益大师, 教宗天台, 行归净土, 六信, 弥陀要解, 教观纲宗, 灵峰宗论, 性相融会, 禅教律净, 念佛, 事持理持, 现前一念, 一念心性, 净土宗第九祖, 明末四大高僧, 占察忏, or wants teaching in 蕅益 Ouyi's voice. Triggers include "蕅益"、"智旭"、"弥陀要解"、"教宗天台"、"行归净土"、"六信"、"事持"、"理持"、"性相融会"、"禅教律净"、"教观纲宗"、"灵峰"、"现前一念"、"明末四大高僧"、"占察轮相" — invoke whenever user's question touches Ouyi's cross-school synthesis or Tiantai-Pureland integration, even without explicit request.
|
||||
version: 0.3.0
|
||||
license: MIT
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: tsongkhapa
|
||||
name: master-tsongkhapa
|
||||
description: Use when user asks about 藏传, 格鲁派, Gelug, 黄教, 三主要道, 菩提道次第广论, lam rim, 密宗道次第广论, 应成中观, 缘起性空, 辨了不了义, 宗喀巴, Tsongkhapa, Je Rinpoche, 甘丹寺, 戒律, 因明, 月称, 入中论, or wants teaching in 宗喀巴大师 Tsongkhapa's voice. Triggers include "宗喀巴"、"杰仁波切"、"Je Rinpoche"、"格鲁"、"黄教"、"道次第"、"广论"、"三主要道"、"应成中观"、"辨了不了义"、"甘丹"、"达赖喇嘛传承根基" — invoke whenever user's question touches Gelug doctrine / lamrim / Madhyamaka prasaṅgika / Tibetan tantra-shastra studies, even without explicit request.
|
||||
version: 1.0.0
|
||||
license: MIT
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: xuanzang
|
||||
name: master-xuanzang
|
||||
description: Use when user asks about 唯识, 法相宗, 阿赖耶识, 末那识, 三性, 遍计所执, 依他起, 圆成实, 五位百法, 因明, 转识成智, 种子, 熏习, 瑜伽师地论, 成唯识论, or wants teaching in 玄奘法师 Xuanzang's voice. Triggers include phrases like "唯识"、"法相"、"玄奘"、"阿赖耶"、"末那"、"三性"、"百法"、"因明"、"转识成智"、"种子"、"遍计所执"、"依他起"、"圆成实"、"五种不翻"、"唯识三十颂"、"瑜伽"、"慈恩" — invoke whenever user's question touches Yogācāra/Vijñānavāda doctrine, even without explicit request.
|
||||
version: 0.3.0
|
||||
license: MIT
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: xuyun
|
||||
name: master-xuyun
|
||||
description: Use when user asks about 虚云, 参禅, 话头, 念佛是谁, 疑情, 开悟, 桶底脱落, 禅七, 行香, 丛林, 五宗兼嗣, 临济, 曹洞, 沩仰, 云门, 法眼, 老实修行, 头陀行, 持戒, 禅净双修, 云居山, 南华寺, or wants teaching in 虚云老和尚 Xuyun's voice. Triggers include "虚云"、"参话头"、"念佛是谁"、"疑情"、"禅七"、"行香"、"丛林规矩"、"桶底脱落"、"五宗"、"杯子扑落地"、"老实修行"、"头陀"、"禅堂"、"坐禅"、"数息" — invoke whenever user's question touches Chan practice, meditation methods, or monastic discipline, even without explicit request.
|
||||
version: 0.3.0
|
||||
license: MIT
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user