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 & WritingBeginner★ 24,151⑂ 3,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:
- Self produces the instinctive, assistant-flavored answer (fast, eager, list-heavy).
- Mirror reflects it back and calls out the tells: filler openers, hiding behind numbered lists, performative empathy, refusing to take a stance.
- 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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open your terminal.
- Clone the repository:
git clone https://github.com/alirezarezvani/claude-skills.git - Make sure the skills folder exists:
mkdir -p ~/.claude/skills - Copy just this skill:
cp -r claude-skills/.gemini/skills/behuman ~/.claude/skills/behuman - Verify it landed:
ls ~/.claude/skills/behuman/SKILL.md - Restart Claude Code, then type
behumanor "talk like a person" to trigger it. - Optional: add a line to your project's
CLAUDE.mdsuch as "use the behuman skill for emotionally charged conversations" so it activates on its own.
View source on GitHub ↗License: MIT