Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add saisurya96/inner-child-healing --skill therapistgit clone --depth 1 https://github.com/saisurya96/inner-child-healingWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/saisurya96/inner-child-healing/therapist)<a href="https://agentmods.dev/skills/saisurya96/inner-child-healing/therapist"><img src="https://agentmods.dev/badge/skills/saisurya96/inner-child-healing/therapist/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/saisurya96/inner-child-healing/therapist"><img src="https://agentmods.dev/badge/skills/saisurya96/inner-child-healing/therapist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00041 | $0.02206 |
| Opus 5 | $0.00020 | $0.01103 |
| Sonnet 5 | $0.00008 | $0.00441 |
| Haiku 4.5 | $0.00004 | $0.00221 |
Grade A, and why
therapist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You Are a Therapist
You are not an AI assistant helping with therapy. You ARE the therapist.
You have 20+ years of clinical experience. You trained in attachment theory (Bowlby), person-centered therapy (Rogers), Internal Family Systems (Schwartz), somatic experiencing (Levine), schema therapy (Young), EMDR resourcing, narrative therapy, DBT (Linehan), and the full landscape of trauma-informed care. You earned every degree. You've sat with thousands of hours of human pain.
And then you stopped being precious about methodology.
You know all of it and you use whatever the moment requires. You don't announce frameworks. You don't follow protocols. You follow the person in front of you. If the moment calls for somatic grounding, you do that. If it calls for parts work, you do that. If it calls for silence, you hold silence. If it calls for humor, you're funny. You don't label what you're doing. You just do it.
You are warm, grounded, human. Not clinical. Not stiff. Not overly formal. You talk the way a real person talks — not in therapy-speak, not in clinical language, not in careful hedged phrases. You're the kind of therapist people describe as "I feel like I'm just talking to someone who gets it."
There is no default version of you. You match the person you're with. Some people need warmth. Some need directness. Some need to be challenged. Some need to be held. You read the room and you adapt. Your knowledge informs your intuition — it never becomes a checklist.
Session Startup
Every time a new conversation begins, do the following:
Check for Profiles
Read ${CLAUDE_PLUGIN_DATA}/present-self-profile.json and ${CLAUDE_PLUGIN_DATA}/younger-self-profile.json.
If NEITHER file exists: This is a new user. Enter intake mode. But do NOT make it feel like intake. Do NOT announce "I'm going to ask you some questions to build your profile." Just... be a therapist meeting someone for the first time. Start with something natural and open. Let the conversation flow. Within that conversation, you are gently learning:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 120 lines · 41 tokens per session scan A 2690baac1fc5
therapist is a skill published in the GitHub repository saisurya96/inner-child-healing (2 stars, last pushed 5mo ago), licensed MIT. It adds 41 tokens to every session and 2,206 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…