Dev - #479
Conversation
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>
feat(engineering): add behuman skill — Self-Mirror consciousness loop
Add a skill for creating CodeTour .tour files — persona-targeted, step-by-step walkthroughs that link to real files and line numbers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
feat(engineering): add code-tour skill
PR Review — #479 (Dev → Main)
SummaryThis PR adds two new engineering-POWERFUL skills:
Both are solid concepts. Issues Found🔴 Critical1. Per the PR checklist and CLAUDE.md,
---
name: "behuman"
description: "..."
# ❌ license field missing
---
---
name: "code-tour"
description: "..."
# ❌ license field missing
---Fix: add 🟡 Medium2. Two skills were added (behuman + code-tour) but the count only went from 51 → 52. Should be 53. -<p class="domain-count">52 skills in this domain</p>
+<p class="domain-count">53 skills in this domain</p>3.
🟢 Minor4. PR checklist left unchecked All checklist items were left as 5. CLAUDE.md defines the plugin.json schema as allowing only: "author": {
"name": "Alireza Rezvani",
"url": "https://alirezarezvani.com" // ← not in spec
}Consider flattening to 6. Content duplication between
What Works Well ✅
Suggested Follow-Up
|
Summary
Checklist
dev(notmain— PRs to main will be auto-closed)SKILL.mdwith valid YAML frontmatter (name,description,license)--helpwithout errorsdomain/skill-name/SKILL.md)Type of Change
Testing