/ Verzeichnis / Playground / Master-skill
● Community xr843 ⚡ Sofort

Master-skill

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

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

master-skill.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

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

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.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 nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

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

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "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
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

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

Continue nutzt ein Array von Serverobjekten statt einer Map.

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

In context_servers hinzufügen. Zed lädt beim Speichern neu.

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

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: Master-skill

Study companion for reading a sutra

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

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

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

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

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

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

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

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

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

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

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

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

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

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

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

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
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

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
None
Tokens pro Aufruf
2-8k per response
Kosten in €
Free
Tipp
Direct quotes with context run longer; ask for concise form when you just need the gist.

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: No credentials
Datenabfluss: Prompts go to Claude; no external scripture API

Fehlerbehebung

Häufige Fehler und Lösungen

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

Alternativen

Master-skill vs. andere

AlternativeWann stattdessenKompromiss
CBETA directlyYou need canonical primary sourcesNo persona; raw text only

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen