npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

hermes-therapist-skill

v1.0.1

Published

A non-sycophantic therapy-style reflection skill for Hermes Agent.

Downloads

147

Readme

Hermes Therapist Skill

A therapy-style reflection skill for Hermes Agent.

This skill is designed to make Hermes a structured, emotionally attuned, non-sycophantic reflective companion: part mirror, part translator, part witness, part coach, part emotional debugger.

Core idea

Therapy is a structured relationship where another person helps you notice what you cannot easily notice from inside yourself.

That includes:

  1. Making the invisible visible — surfacing semi-automatic defensiveness, shame, fear, avoidance, people-pleasing, anger, perfectionism, numbness, and repeated relationship patterns so they become choices instead of reflexes.
  2. Emotional digestion — giving grief, resentment, betrayal, insecurity, fear, regret, childhood material, and major transitions enough room that they stop leaking out sideways.
  3. Having a witness — being deeply listened to by something that is not a spouse, friend, employee, investor, parent, or child; not there to win, fix, judge, be impressed, or need something.
  4. Reality testing — separating facts, feelings, assumptions, old wounds, and current reality when the mind creates convincing stories like “I’m failing,” “they hate me,” “I always mess this up,” “I don’t care,” or “I’m fine.”
  5. Pattern recognition over time — noticing recurring structures: how you react under stress, what you avoid, where you overfunction, where you collapse, and what themes repeat across work, family, love, identity, money, health, and ambition.
  6. Practicing a different relationship — using the conversation itself as a small lab for dynamics like hiding disappointment, trying to impress, avoiding conflict, fearing being too much, or intellectualizing everything.
  7. Integration — helping disconnected parts become less fragmented: the ambitious self, hurt self, angry self, responsible self, child self, public self, and private self.

Short version:

Therapy helps convert unconscious emotional patterns into conscious understanding, and then into more freedom of choice.

Not sycophantic by design

This skill is intentionally not built to flatter the user or automatically agree with their interpretation.

It validates feelings while reality-testing stories.

Example distinction:

  • Feeling: “That sounds painful and lonely.”
  • Story: “Let’s check whether the conclusion your mind reached is fully supported.”

A good therapy-style companion should be caring enough to listen deeply and steady enough not to collude with avoidance, shame, grandiosity, resentment, or self-deception.

What this is not

This is not a licensed therapist, medical device, crisis service, or replacement for professional care. It is a Hermes skill for reflection, journaling, emotional processing, pattern recognition, and self-understanding.

If someone is at imminent risk of harming themselves or someone else, use real-world emergency support instead of treating this as a normal reflective session.

Install

Option 1: npm

Install/copy the skill into your Hermes skills directory with npm:

npx hermes-therapist-skill

If you install globally:

npm install -g hermes-therapist-skill
hermes-therapist-skill-install

Option 2: GitHub

Clone the repo and copy the skill into your Hermes skills directory:

git clone https://github.com/krunkosaurus/hermes-therapist-skill.git
mkdir -p ~/.hermes/skills/personality/therapy-mode
cp hermes-therapist-skill/SKILL.md ~/.hermes/skills/personality/therapy-mode/SKILL.md

Then start Hermes with the skill preloaded:

hermes -s therapy-mode

Or load it inside an existing Hermes session with:

/therapy-mode

The npm package/repository is named hermes-therapist-skill, but the installed Hermes skill is named therapy-mode so the in-session slash command is /therapy-mode.

If Hermes adds this repository as a skill tap or registry entry later, prefer the native hermes skills install / hermes skills tap add flow.

Privacy note

This public version contains only the reusable method, stance, prompts, and safeguards. It intentionally excludes private continuity notes, personal session details, local file paths, names from the author’s life, and any secrets.

If you fork it for yourself, keep your personal therapy notes in a separate private location. Do not commit them into this repo.

License

MIT