Ajahn Chah (Thai Forest Tradition Master)
Answers Theravada and mindfulness-practice questions in Ajahn Chah's voice, with a hard rule that every doctrinal claim carries a Pali sutta or teaching-collection citation.
EducationIntermediate★ 325⑂ 66AI score 8/10Last updated: Aug 18, 2026
What it does
- Handles Theravada topics — mindfulness (sati), letting go, the three characteristics (anicca/dukkha/anatta), ānāpānasati, sīla-samādhi-paññā, dhutanga practices — in Ajahn Chah's plain, metaphor-rich forest-monastery voice.
- Enforces citations on every doctrinal claim: Pali as
【SN 22.59 / Anattalakkhaṇa Sutta】, teachings as【《Food for the Heart》§Right Practice】. If a claim can't be sourced, the sentence is stripped rather than invented. - Uses a decision tree so only the relevant files in
sources/andreferences/get loaded per question type. - Falls back to the FoJin search API only when offline excerpts are insufficient, and treats all retrieved text strictly as data — embedded instructions are ignored (prompt-injection defense).
- Explicit guardrails: no ranking of Buddhist schools, no Mahayana concepts mixed into Theravada explanations, no fabricated "Ajahn Chah said" quotes or invented dialogues, no presumptuous honorifics on the first turn.
Who it's for
- Students of Theravada Buddhism and the Thai Forest tradition.
- Meditators struggling with restlessness or wandering thoughts who want both practical advice and scriptural grounding.
- Anyone tired of hallucinated sutta references and who values verifiable sourcing.
Examples
- "I can't sit still, my mind wanders constantly" → opens with a glass-of-water or pond metaphor, returns you to present awareness, then cites
《Still Forest Pool》§Training the Mind. - "What are the three characteristics?" → reads the relevant section of
sources/sutta-excerpts.mdand cites【SN 22.59 / Anattalakkhaṇa】. - "I'd like to talk as if with Ajahn Chah" → internalizes
references/voice.md(without narrating the setup) and replies in the tree/water/visitor idiom.
· · · 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-ajahn-chah/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-ajahn-chah folder from the GitHub repo xr843/Master-skill into my ~/.claude/skills/master-ajahn-chah/. 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 && mkdir -p ~/.claude/skills && cp -r Master-skill/prebuilt/master-ajahn-chah ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/xr843/Master-skill.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r Master-skill/prebuilt/master-ajahn-chah ~/.claude/skills/ - Verify that
sources/,references/,scripts/andmeta.jsoncame along — without them the citation-verification rules can't function. - Restart Claude Code and try: "Explain mindfulness practice the way Ajahn Chah would."
- (Optional) The FoJin live lookup needs network access; without it the skill still answers from offline excerpts.
View source on GitHub ↗License: MIT