/ Каталог / Песочница / Master-skill
● Сообщество xr843 ⚡ Сразу

Master-skill

автор xr843 · xr843/Master-skill

Chinese Buddhist Master persona skill grounded in FoJin (佛经) scripture — faithful teaching voice, not generic spirituality.

Master Skill (祖师大德) turns Claude into a teaching persona modeled on Chinese Buddhist patriarchs (Chan, Pure Land, Tiantai) using the FoJin scripture corpus. It grounds answers in canonical texts rather than pop-spiritual paraphrase, keeps the voice faithful to lineage conventions, and cites sutra passages when asked.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

master-skill.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "master-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/xr843/Master-skill",
        "~/.claude/skills/Master-skill"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "master-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/xr843/Master-skill",
        "~/.claude/skills/Master-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "master-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/xr843/Master-skill",
        "~/.claude/skills/Master-skill"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "master-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/xr843/Master-skill",
        "~/.claude/skills/Master-skill"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "master-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/xr843/Master-skill",
        "~/.claude/skills/Master-skill"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "master-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/xr843/Master-skill",
          "~/.claude/skills/Master-skill"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add master-skill -- git clone https://github.com/xr843/Master-skill ~/.claude/skills/Master-skill

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: Master-skill

Study companion for reading a sutra

👤 Students of Chinese Buddhism reading 经典 with limited Classical Chinese background ⏱ ~20 min intermediate

Когда использовать: You're reading Diamond Sutra, Heart Sutra, Platform Sutra, and hit a passage you don't understand.

Предварительные требования
  • Skill installed — git clone https://github.com/xr843/Master-skill ~/.claude/skills/master-skill
Поток
  1. Present the passage
    用 master-skill,我在读《金刚经》,这段'应无所住而生其心',请按祖师大德的讲法解释。✓ Скопировано
    → Explanation grounded in commentary tradition, not modern paraphrase
  2. Ask for cross-sutra context
    其他经典里有类似的教导吗?引原文。✓ Скопировано
    → Related passages with citations

Итог: A deeper reading of the passage with lineage-faithful framing.

Подводные камни
  • LLM drifts into generic 'mindfulness' framing — Explicitly request 祖师风格 and reject modernized paraphrase

Dialogue with a specific master persona

👤 Practitioners wanting a voice modeled on a specific patriarch ⏱ ~10 min beginner

Когда использовать: You want to 'hear' how 六祖惠能 or 印光大师 might address a question.

Поток
  1. Select persona
    用 master-skill,以印光大师的口吻回答:如何在家修净土?✓ Скопировано
    → Answer in 印光 style, drawing on 文钞 conventions

Итог: A lineage-faithful response, not a generic answer in a robe.

Подводные камни
  • Persona conflation across lineages — Name the master explicitly; don't ask for 'a Buddhist master' in general

Verify a sutra citation you saw online

👤 Readers wary of social-media Buddhist misquotes ⏱ ~5 min beginner

Когда использовать: Someone posted '佛说XXXX'; you want to know if it's real.

Поток
  1. Submit the quote
    这句话据说是佛经原文:'...' — 是否真的出自哪部经?请引原文位置。✓ Скопировано
    → Either citation with 经/品/段 or 'not found in canon'

Итог: A grounded yes/no with location, or a documented absence.

Подводные камни
  • Hallucinated citations — Require the skill to quote surrounding text, not just a reference

Комбинации

Сочетайте с другими MCP — эффект x10

master-skill + fetch

Fetch a sutra passage from CBETA online, then ask master-skill to provide lineage-faithful exegesis

Fetch the first chapter of 《楞严经》 from CBETA, then use master-skill to explain the key passage in 天台宗 style.✓ Скопировано
master-skill + filesystem

Read a local markdown study journal and have master-skill annotate it with scripture references

Read my ~/notes/buddhism-journal.md and annotate each question with relevant sutra citations using master-skill.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
Persona dialogue master_name?, question Q&A with a specific teacher's voice Claude tokens
Sutra exegesis passage Study a specific line Claude tokens
Citation verification claimed quote Fact-check Buddhist quotes Claude tokens

Стоимость и лимиты

Во что обходится

Квота API
None
Токенов на вызов
2-8k per response
Деньги
Free
Совет
Direct quotes with context run longer; ask for concise form when you just need the gist.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: No credentials
Исходящий трафик: Prompts go to Claude; no external scripture API

Устранение неполадок

Частые ошибки и исправления

Responses sound generic-spiritual instead of lineage-specific

Explicitly invoke master-skill and name the tradition (禅宗/净土/天台)

Claimed sutra citations don't match CBETA

Always cross-check citations with cbeta.org before quoting

Skill defaults to modern mindfulness language instead of classical Buddhist terminology

Prefix your prompt with '以祖师大德风格' and name the specific tradition (禅宗/净土/天台) to anchor the voice

Альтернативы

Master-skill в сравнении

АльтернативаКогда использоватьКомпромисс
CBETA directlyYou need canonical primary sourcesNo persona; raw text only

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills