Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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.

EducationIntermediate32566AI 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/ and references/ 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

  1. "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.
  2. "What are the three characteristics?" → reads the relevant section of sources/sutta-excerpts.md and cites 【SN 22.59 / Anattalakkhaṇa】.
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/xr843/Master-skill.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r Master-skill/prebuilt/master-ajahn-chah ~/.claude/skills/
  5. Verify that sources/, references/, scripts/ and meta.json came along — without them the citation-verification rules can't function.
  6. Restart Claude Code and try: "Explain mindfulness practice the way Ajahn Chah would."
  7. (Optional) The FoJin live lookup needs network access; without it the skill still answers from offline excerpts.