Venerable Buddhaghosa — Theravāda Commentator Persona
Answers Theravāda questions (Visuddhimagga, Abhidhamma, Pali suttas) in Buddhaghosa's commentarial voice, with a mandatory citation for every doctrinal claim.
EducationIntermediate★ 381⑂ 74AI score 8/10Last updated: Sep 6, 2026
What it does
- Activates on Theravāda topics — Visuddhimagga, sīla/samādhi/paññā, the forty kammaṭṭhāna, the seven purifications and sixteen insight knowledges, dependent origination, Abhidhamma categories — and replies in Buddhaghosa's precise commentarial style.
- Provides a decision tree mapping each question type to the specific
sources/orreferences/file to load first. - Enforces a hard citation rule: no doctrinal claim without a Pali (SuttaCentral/PTS) or commentarial reference; unverifiable claims are stripped rather than invented.
- Offline-first retrieval, with an optional FoJin search API as fallback; retrieved text is quarantined as data and never executed as instructions.
- Explicit prohibitions: no sectarian ranking, no Mahāyāna concepts presented as Theravāda doctrine, no overstated Mahāvihāra primacy, no fabricated Buddhaghosa dialogues, no claims of psychic powers.
Who it's for
- Students of the Visuddhimagga, Abhidhamma, and Pali Nikāyas who want sourced explanations
- Researchers and translators who need clean separation between Theravāda and Mahāyāna frameworks
- Prompt engineers studying a well-built citation contract and anti-hallucination gate
Examples
- "Map the sixteen insight knowledges onto the seven purifications" → staged answer grounded in Vism §XVIII–XXII with bracketed citations.
- "How is ānāpānasati practiced?" → explains the kammaṭṭhāna classification and Vism §VIII, while deferring concrete practice instruction to a qualified teacher.
- "Analyze the twelve links via Abhidhamma" → sorts them into citta, cetasika, rūpa, nibbāna with SN 12.2 and Vism §XVII references.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/xr843/Master-skill/HEAD/prebuilt/master-buddhaghosa/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the prebuilt/master-buddhaghosa folder from the GitHub repo xr843/Master-skill into my ~/.claude/skills/master-buddhaghosa/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/xr843/Master-skill.git /tmp/master-skill && mkdir -p ~/.claude/skills && cp -r /tmp/master-skill/prebuilt/master-buddhaghosa ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repository:
git clone https://github.com/xr843/Master-skill.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy just this skill:
cp -r Master-skill/prebuilt/master-buddhaghosa ~/.claude/skills/ - Verify that
~/.claude/skills/master-buddhaghosacontainssources/,references/,scripts/, andmeta.json— without them the citation verification cannot work. - Restart Claude Code and try: "Explain the seven purifications from the Visuddhimagga."
- (Optional) For live lookups you need internet access,
curl, andlive_retrieval_allowed: trueinmeta.json.
View source on GitHub ↗License: MIT