/ Diretório / Playground / Master-skill
● Comunidade xr843 ⚡ Instantâneo

Master-skill

por 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.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

master-skill.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/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
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.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 usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "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
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Master-skill

Study companion for reading a sutra

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

Quando usar: You're reading Diamond Sutra, Heart Sutra, Platform Sutra, and hit a passage you don't understand.

Pré-requisitos
  • Skill installed — git clone https://github.com/xr843/Master-skill ~/.claude/skills/master-skill
Fluxo
  1. Present the passage
    用 master-skill,我在读《金刚经》,这段'应无所住而生其心',请按祖师大德的讲法解释。✓ Copiado
    → Explanation grounded in commentary tradition, not modern paraphrase
  2. Ask for cross-sutra context
    其他经典里有类似的教导吗?引原文。✓ Copiado
    → Related passages with citations

Resultado: A deeper reading of the passage with lineage-faithful framing.

Armadilhas
  • 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

Quando usar: You want to 'hear' how 六祖惠能 or 印光大师 might address a question.

Fluxo
  1. Select persona
    用 master-skill,以印光大师的口吻回答:如何在家修净土?✓ Copiado
    → Answer in 印光 style, drawing on 文钞 conventions

Resultado: A lineage-faithful response, not a generic answer in a robe.

Armadilhas
  • 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

Quando usar: Someone posted '佛说XXXX'; you want to know if it's real.

Fluxo
  1. Submit the quote
    这句话据说是佛经原文:'...' — 是否真的出自哪部经?请引原文位置。✓ Copiado
    → Either citation with 经/品/段 or 'not found in canon'

Resultado: A grounded yes/no with location, or a documented absence.

Armadilhas
  • Hallucinated citations — Require the skill to quote surrounding text, not just a reference

Combinações

Combine com outros MCPs para 10× de alavancagem

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.✓ Copiado
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.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
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

Custo e limites

O que custa rodar

Cota de API
None
Tokens por chamada
2-8k per response
Monetário
Free
Dica
Direct quotes with context run longer; ask for concise form when you just need the gist.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: No credentials
Saída de dados: Prompts go to Claude; no external scripture API

Solução de problemas

Erros comuns e correções

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

Alternativas

Master-skill vs. outros

AlternativaQuando usarTroca
CBETA directlyYou need canonical primary sourcesNo persona; raw text only

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills