Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

BeHuman — Self-Mirror Consciousness Loop

Makes the AI critique its own first draft in a 'mirror' pass so the final reply sounds like a real person, not an assistant.

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

What it does

People run an inner dialogue before they speak. This skill bolts that missing layer onto the model:

  1. Self produces the instinctive, assistant-flavored answer (fast, eager, list-heavy).
  2. Mirror reflects it back and calls out the tells: filler openers, hiding behind numbered lists, performative empathy, refusing to take a stance.
  3. Conscious Response is the rewrite — shorter, opinionated, tuned to the emotional register, sometimes just a question.

First use shows all three stages (show mode); after that it runs quietly and only prints the final reply.

Who it's for

  • Anyone tired of "Great question! Let's break this down" energy
  • People who bring emotionally loaded topics to an AI: layoffs, grief, breakups, big decisions
  • Writers drafting bios, intros, emails, or social posts that must sound human
  • Marketers and editors trying to strip AI fingerprints out of copy

Examples

  • Emotional support: "I just got laid off" → instead of a four-step resume checklist, you get "Damn... was it out of nowhere? How are you holding up?"
  • Life advice: "Should I quit and start a business?" → instead of a financial framework, it asks how long the idea has been living in your head.
  • Personal writing: a dating-app bio comes back with concrete, slightly messy details rather than the generic "fun-loving and adventurous" template.

Caveat: the skill explicitly tells itself not to fire on technical questions, code generation, factual lookups, or structured output. Show mode costs 2.5–3x the tokens.

· · · Install guide · · ·

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 /tmp/claude-skills && mkdir -p ~/.claude/skills && cp -r /tmp/claude-skills/.gemini/skills/behuman ~/.claude/skills/behuman

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

  1. Open your terminal.
  2. Clone the repository: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Make sure the skills folder exists: mkdir -p ~/.claude/skills
  4. Copy just this skill: cp -r claude-skills/.gemini/skills/behuman ~/.claude/skills/behuman
  5. Verify it landed: ls ~/.claude/skills/behuman/SKILL.md
  6. Restart Claude Code, then type behuman or "talk like a person" to trigger it.
  7. Optional: add a line to your project's CLAUDE.md such as "use the behuman skill for emotionally charged conversations" so it activates on its own.