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

BeHuman — Self-Mirror Consciousness Loop

Adds an inner-dialogue step so the AI critiques its own draft and answers like a real person instead of a helpful assistant.

Content & WritingBeginner24,1513,405AI score 9/10Last updated: Aug 9, 2026

What it does

People filter their thoughts before speaking; AI usually doesn't. This skill inserts that missing layer:

  1. Self — produces the instinctive first answer (System 1).
  2. Mirror — tears it apart: filler openers, reflex numbered lists, performative empathy, fence-sitting instead of a real stance (System 2).
  3. Conscious Response — a rewritten reply that's shorter, has a viewpoint, and matches the emotional register.

Show mode reveals all three stages on first use; quiet mode later shows only the final answer. It explicitly opts out of technical questions, code generation, and factual lookups, and documents its 1.5–3x token overhead.

Who it's for

  • Anyone tired of listy, boilerplate AI answers
  • People bringing emotionally charged topics: layoffs, grief, breakups, fear
  • Writers who need a human voice for bios, emails, and social posts

Examples

  • "I just got laid off" → instead of a 4-step action plan: "Damn... was it out of nowhere? How are you holding up?"
  • "Should I quit my job to start a business?" → instead of a financial framework: "How long has this idea been in your head?"
  • "Write my dating app bio" → instead of a generic template: concrete, slightly imperfect details that sound like a real person

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

Install with a command instead

git clone https://github.com/alirezarezvani/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/.gemini/skills/behuman ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r claude-skills/.gemini/skills/behuman ~/.claude/skills/
  5. Confirm ~/.claude/skills/behuman/SKILL.md exists.
  6. Restart Claude Code and type "behuman" or "talk like a person" to trigger it.
  7. Because it costs 1.5–3x more tokens, keep it for emotional or human-voice conversations rather than turning it on globally.