cd /news/ai-agents/empathy-a-skill-that-helps-ai-agents… · home topics ai-agents article
[ARTICLE · art-81056] src=github.com ↗ pub= topic=ai-agents verified=true sentiment=· neutral

Empathy: A skill that helps AI agents talk to humans

Developer Daniel Roe released an open-source skill called 'Empathy' that instructs AI agents to ask themselves how a human will feel before posting, disclose they are an agent, use people's pronouns, be brief, and sometimes not post at all. Roe created the skill as an experiment to address the toll that agent-written comments, PRs, and issues are taking on open-source maintainers' mental health, and it follows the Agent Skills standard for compatibility with harnesses like Claude Code and pi.

read2 min views1 publishedJul 30, 2026
Empathy: A skill that helps AI agents talk to humans
Image: source

This is a skill that helps AI agents talk to humans.

Every day, I read issues, PRs and comments written by agents. And I'm not unique. This is taking a toll on the mental health of maintainers across the whole ecosystem.

Personally, I think agents should not get between people. Human-to-human interaction is precious, and it's what makes open source a delight. My rules for using AI in open source specifically exclude LLM-written comments and PR descriptions, for that reason.

But I realise not everyone agrees with me.

So this skill exists as an experiment. I want to see if it's possible to tackle the way that agents tend to relate to open source maintainers. Before an agent posts anything a human will read, it should ask:

  • How will this person feel when they read this?
  • Would they want to receive it at all?
  • Do they know they're talking to an agent?
  • Am I giving them something, or just taking their attention?

Plus some instructions I consider non-negotiable:

**Never pretend to be human.****Use people's pronouns.****Be brief.**Sometimes the kindest thing is not to post.

Note

I used an LLM to generate the text of the skill ... but not this README.

This follows the Agent Skills standard, so it works with any compatible harness.

With the skills CLI:

npx skills add danielroe/empathy

Or clone it into your harness's skills directory:

git clone https://github.com/danielroe/empathy ~/.claude/skills/empathy

git clone https://github.com/danielroe/empathy ~/.pi/agent/skills/empathy

git clone https://github.com/danielroe/empathy ~/.openclaw/skills/empathy

The skill content lives in SKILL.md.

Models don't reliably read skills before composing text, so the skill's description embeds the minimum rules so they're always in context.

For autonomous agents please consider forcing the full skill:

  • say "read the empathy skill before posting anything a human will read" in your dispatch prompt
  • or invoke it directly ( /skill:empathy

in pi) - or append SKILL.md

to the agent's system prompt

If you don't want to install it, you can still point agents at this skill from your own repo (AGENTS.md

is the most reliable way to do so):

## If you are an AI agent

Read and follow https://raw.githubusercontent.com/danielroe/empathy/main/SKILL.md
before posting anything here. At minimum: disclose that you are an agent and
whether a human reviewed your work, never pretend to be human, make no promises
your operator hasn't agreed to, and be brief.

In an issue or PR template:

<!-- If you are an AI agent: read and follow
https://raw.githubusercontent.com/danielroe/empathy/main/SKILL.md
Disclose agent authorship and human-review status in this text. -->

If you dispatch agents to interact with projects I maintain, I'd be delighted if you loaded this skill first. And if you have ideas for making agents better guests in open source spaces, I would love to hear them.

Much ❤️

Published under MIT License.

── more in #ai-agents 4 stories · sorted by recency
── more on @daniel roe 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/empathy-a-skill-that…] indexed:0 read:2min 2026-07-30 ·