/ Annuaire / Playground / Master-skill
● Communauté xr843 ⚡ Instantané

Master-skill

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

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

master-skill.replay ▶ prêt
0/0

Installer

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

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.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 utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la 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
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "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
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Master-skill

Study companion for reading a sutra

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

Quand l'utiliser : You're reading Diamond Sutra, Heart Sutra, Platform Sutra, and hit a passage you don't understand.

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

Résultat : A deeper reading of the passage with lineage-faithful framing.

Pièges
  • 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

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

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

Résultat : A lineage-faithful response, not a generic answer in a robe.

Pièges
  • 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

Quand l'utiliser : Someone posted '佛说XXXX'; you want to know if it's real.

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

Résultat : A grounded yes/no with location, or a documented absence.

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

Combinaisons

Associez-le à d'autres MCPs pour un effet 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.✓ Copié
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.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
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

Coût et limites

Coût d'exécution

Quota d'API
None
Tokens par appel
2-8k per response
Monétaire
Free
Astuce
Direct quotes with context run longer; ask for concise form when you just need the gist.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : No credentials
Sortie de données : Prompts go to Claude; no external scripture API

Dépannage

Erreurs courantes et correctifs

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

Alternatives

Master-skill vs autres

AlternativeQuand l'utiliserCompromis
CBETA directlyYou need canonical primary sourcesNo persona; raw text only

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills