LoveLab: evidence-based couple dialogue analysis skills for AI agents
npx claudepluginhub thc1006/lovelab-skillsEvidence-based couple dialogue analysis. Detects Gottman Four Horsemen, attachment signals, NVC compliance, cognitive distortions, and communication dynamics in conversation transcripts. Culturally calibrated for Chinese/Mandarin and Western contexts.
Paste a couple's conversation. Get a structured analysis based on Gottman, attachment theory, NVC, and cognitive behavioral frameworks.
Not therapy. A mirror.
# Claude Code plugin (recommended)
/plugin marketplace add thc1006/lovelab-skills
/plugin install lovelab@lovelab-marketplace
# Or test locally
git clone https://github.com/thc1006/lovelab-skills.git
claude --plugin-dir ./lovelab-skills
Skills-only (no plugin):
git clone https://github.com/thc1006/lovelab-skills.git
cp -r lovelab-skills/skills/lovelab-* ~/.claude/skills/
Follows the Agent Skills open standard.
| Platform | Installation |
|---|---|
| Claude Code | Plugin or ~/.claude/skills/ |
| Codex CLI | ~/.codex/skills/ |
| Gemini CLI | Reference in GEMINI.md |
| Cursor | .cursor/rules/<name>.mdc |
| GitHub Copilot | .github/copilot-instructions.md |
| Windsurf | .windsurfrules.md |
> Analyze this couple dialogue: [paste transcript]
> Use lovelab-horsemen to detect the Four Horsemen in this transcript: [paste]
See examples/ for sample input, output, and the JSON schema for longitudinal tracking.
| Skill | Analyzes | Based on |
|---|---|---|
lovelab-analyze | Full analysis orchestrator | All |
lovelab-horsemen | Four Horsemen + repair attempts | Gottman |
lovelab-attachment | Anxiety/avoidance dimensions | ECR-R, EFT |
lovelab-nvc | NVC compliance scoring | Rosenberg |
lovelab-cognitive | 7 cognitive distortion types | CBCT |
lovelab-dynamics | Pursuer-withdrawer, power, pronouns, LSM | Gottman, Pennebaker |
lovelab-report | Report with strengths, growth tracking | All + cultural layer |
Results follow a standardized JSON schema so you can compare across sessions:
Session 1 (baseline) --> Session 2 --> Session 3
Anxiety: 6/10 Anxiety: 5/10 Anxiety: 4/10
Repair rate: 60% Repair rate: 75% Repair rate: 80%
Includes a calibration layer for Chinese/Mandarin communication. Examples:
| Pattern | Western default | Calibrated reading |
|---|---|---|
| Low emotional expression | Avoidant | May be culturally adaptive (Song et al. 2024) |
| Indirect communication | Passive-aggressive | May be face-saving with care signals |
| Silence | Stonewalling | May be reflective processing |
Generational differences noted. Post-1995 urban Taiwanese populations often diverge from traditional norms.
Not a therapist. Not a divorce predictor. Not a replacement for professional help. Not a judge of who is right.
Crisis resources: Taiwan 1925 / 1995 / 1980. International: https://findahelpline.com
Every skill discloses its limits. The big ones:
All analysis runs locally in the LLM context window. These are plain Markdown files. No external servers, no API keys, no telemetry.
Open an issue before submitting a PR. Help wanted: