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

Clinic — Psychological Resilience Deliberation Room

Convenes a six-thinker panel (Skinner, Frankl, Aurelius, Kahneman, Zhuangzi, Jung) to diagnose anxiety, procrastination, burnout or loss and deliver an actionable protocol.

EducationIntermediate16724AI score 10/10Last updated: Apr 9, 2026

What it does

  • Invoke /clinic and Claude becomes a Clinic Coordinator that assembles the right psychological panel for your situation.
  • It probes duration, worst/relief conditions and prior attempts, then produces a mechanism analysis: what is happening and what keeps the pattern alive.
  • Output includes a Stoic control/acceptance frame, a Skinnerian environmental prescription (remove / add / schedule) and a Today / This week / This month / Ongoing action table.
  • Built-in safety step: signs of self-harm or acute crisis trigger an immediate pointer to professional support before deliberation continues.

Who it's for

  • People who know what they should do but cannot get themselves to do it.
  • Anyone working through burnout or grief who wants multiple frameworks synthesized in one pass.
  • Coaches and journal-keepers who want a structured reflective workflow.
  • Note: many of the coordinator's probe questions are written in Chinese — ask for English output explicitly.

Examples

  1. /clinic --triad burnout "I'm exhausted and nothing feels meaningful" → Frankl + Aurelius + Skinner cover meaning recovery, inner citadel and environment redesign.
  2. /clinic --duo "behavior change vs. meaning-finding" → Skinner vs Jung dialectic surfaces the real driver of the pattern.
  3. /clinic --quick "what's the most useful thing I can do right now?" → two-round fast mode returning one action for today plus a warning sign to watch.

· · · 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/geekjourneyx/agora/HEAD/rooms/clinic/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 rooms/clinic folder from the GitHub repo geekjourneyx/agora into my ~/.claude/skills/clinic/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/geekjourneyx/agora.git && mkdir -p ~/.claude/skills && cp -r agora/rooms/clinic ~/.claude/skills/clinic && cp -r agora/protocol ~/.claude/skills/clinic/protocol

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/geekjourneyx/agora.git
  3. Ensure the skills folder exists: mkdir -p ~/.claude/skills
  4. Copy the clinic room: cp -r agora/rooms/clinic ~/.claude/skills/clinic
  5. Also copy the shared protocol so step 0 resolves: cp -r agora/protocol ~/.claude/skills/clinic/protocol (without it the skill falls back to its embedded 8-step protocol).
  6. Restart Claude Code, then run /clinic or say "use the clinic skill on my procrastination problem".
  7. If you are in crisis, contact a professional or a local helpline immediately instead of relying on this skill.