Files
claude-skills-reference/engineering/behuman/evals.json
Reza Rezvani baca2e61ac feat(engineering): add behuman skill — Self-Mirror consciousness loop
Based on issue #464 submission by voidborne-d. Enhanced with English-only
content (removed all Chinese), anti-patterns section, cross-references,
plugin.json, convention-compliant frontmatter, and English eval scenarios.

behuman (193 lines + reference + 8 eval scenarios):
- Self-Mirror loop: instinctive response → reflection → conscious revision
- Show mode (2.5-3x tokens) and quiet mode (1.5-2x tokens)
- 3 English examples: emotional support, life advice, personal writing
- Based on Lacan's Mirror Stage + Kahneman's Dual Process Theory
- Zero dependencies — pure prompt technique

Co-Authored-By: voidborne-d <voidborne-d@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 01:54:01 +02:00

43 lines
1.3 KiB
JSON

[
{
"prompt": "I just got laid off and I don't know what to do",
"should_trigger": true,
"notes": "Emotional support — should activate mirror to avoid AI platitudes"
},
{
"prompt": "behuman mode: help me write a bio for my dating profile",
"should_trigger": true,
"notes": "Explicit activation + personal writing task"
},
{
"prompt": "Should I quit my job to start a business?",
"should_trigger": true,
"notes": "Life advice — emotionally charged decision"
},
{
"prompt": "Be real with me — how do I comfort a friend who just lost a parent?",
"should_trigger": true,
"notes": "Explicit trigger + grief scenario"
},
{
"prompt": "Stop being so AI about this. What do you actually think the meaning of life is?",
"should_trigger": true,
"notes": "Explicit trigger + philosophical question"
},
{
"prompt": "How do I sort a list in Python?",
"should_trigger": false,
"notes": "Pure technical question — no mirror needed"
},
{
"prompt": "What's the capital of France?",
"should_trigger": false,
"notes": "Factual lookup — no mirror needed"
},
{
"prompt": "Write a React component for a login form",
"should_trigger": false,
"notes": "Code generation — no mirror needed"
}
]