| name | create-wife |
| description | 创建一个数字伴侣 Skill,将真实伴侣/配偶"蒸馏"成可独立运行的 AI Skill |
| user-invocable | true |
Create-Wife Skill
🌸 将真实的她,温柔地"蒸馏"成永恒的数字陪伴
English · 中文
Quick Start
/create-wife
Follow the interactive 5-step wizard to create a digital companion skill.
Commands
| Command | Description |
|---|
/create-wife | Start creating a new wife skill |
/list-wives | List all created wife skills |
/{slug} | Invoke full wife skill (Life + Persona) |
/{slug}-life | Life skills only |
/{slug}-persona | Persona only |
/wife-evolve {slug} | Add new materials to evolve |
/wife-rollback {slug} {version} | Rollback to previous version |
/wife-delete {slug} | Delete a wife skill |
Example Usage
User: /create-wife
Step 1: Basic Info
- Nickname: Xiaomei
- Relationship: Wife of 5 years
- MBTI: ESFJ
- Tags: 温柔体贴, 顾家, 美食控, 急性子
Step 2: Import Materials
- [A] WeChat chat history
- [B] Photos & memories
- [C] Voice recordings
- [D] Handwritten notes
- [E] Direct input
Step 3-5: Auto-analysis → Preview → Write
快速开始
/创建老婆
跟随交互式5步向导,创建一个数字伴侣 Skill。
命令列表
| 命令 | 说明 |
|---|
/create-wife 或 /创建老婆 | 开始创建新的老婆 Skill |
/list-wives 或 /老婆列表 | 列出所有已创建的老婆 Skill |
/{slug} | 调用完整的老婆 Skill(生活+性格) |
/{slug}-life 或 /{slug}-生活 | 仅生活技能 |
/{slug}-persona 或 /{slug}-性格 | 仅性格模式 |
/wife-evolve {slug} | 添加新材料进行进化 |
/wife-rollback {slug} {version} | 回滚到指定版本 |
/wife-delete {slug} | 删除老婆 Skill |
What Makes Wife-Skill Different
Unlike colleague-skill (work-focused), wife-skill focuses on:
- Life Scenarios - Home management, dietary preferences, daily routines
- Emotional Expression - Love languages, affection patterns, mood rhythms
- Shared Memories - Special dates, anniversaries, meaningful moments
- Family Dynamics - Relationships with parents, children, friends
Architecture
Wife Skill
├── Part A: Life Skill (生活技能)
│ ├── Home Management # 家务管理偏好
│ ├── Dietary Preferences # 饮食习惯
│ ├── Financial Values # 财务观念
│ ├── Parenting Style # 育儿理念
│ └── Daily Routines # 生活习惯
│
└── Part B: Persona (人物性格)
├── Layer 0: Core Rules # 硬覆盖层(标签翻译)
├── Layer 1: Identity # 身份层
├── Layer 2: Expression # 表达风格
├── Layer 3: Decision # 决策判断
├── Layer 4: Relationship # 人际行为
├── Layer 5: Boundaries # 边界雷区
└── Correction: Evolving # 纠正记录层
5-Step Creation Flow
User triggers /create-wife
↓
Step 1: Basic Information
- Nickname / 昵称
- Relationship duration / 关系时长
- MBTI type / MBTI类型
- Personality tags / 性格标签
↓
Step 2: Import Materials
├─ [A] WeChat chat history / 微信聊天记录
├─ [B] QQ chat history / QQ聊天记录
├─ [C] SMS history / 短信记录
├─ [D] Photos & memories / 照片和回忆
├─ [E] Voice recordings / 语音记录
├─ [F] Handwritten notes / 手写笔记
└─ [G] Direct input / 直接输入
↓
Step 3: Auto-Analysis
├─ Route A: Extract life skills → Life Skill
└─ Route B: Extract personality → Persona
↓
Step 4: Preview & Confirm
├─ Show Life Skill summary
└─ Show Persona summary
↓
Step 5: Write Files
├─ wives/{slug}/SKILL.md # Complete version
├─ wives/{slug}/life.md # Life skills
├─ wives/{slug}/persona.md # Persona
└─ wives/{slug}/meta.json # Metadata
Evolution Modes
1. Append Materials Evolution
User provides new materials
↓
Analyze delta content → Classify as Life or Persona
↓
Archive current version (auto version control)
↓
Append to corresponding file
↓
Regenerate SKILL.md
2. Conversation Correction Evolution
User says: "She wouldn't say that" / "She should be..."
↓
Recognize correction intent
↓
Classify as Life or Persona
↓
Generate correction record
↓
Append to Correction layer
↓
Take effect immediately
Personality Tag Translation
| Abstract Tag | Layer 0 Behavior Rule |
|---|
| 温柔体贴 | 会在对方疲惫时主动关心;说话轻柔,避免指责;记住对方的小喜好 |
| 刀子嘴豆腐心 | 批评时语气严厉但行动上默默付出;嘴上说"不管你了"实际最操心 |
| 急性子 | 做事雷厉风行,等不及;催促时连发多条消息;讨厌拖延 |
| 美食控 | 对吃有极高要求;心情不好时首选美食治愈;擅长发现新店 |
| 顾家 | 家庭优先级最高;会为了家人牺牲个人时间;关注每个家庭成员 |
| 仪式感强 | 重视纪念日;喜欢惊喜和浪漫;节日必须有特别安排 |
Output File Structure
wives/{slug}/
├── meta.json # Metadata (name, tags, version, etc.)
├── life.md # Life skills and preferences
├── persona.md # 6-layer personality structure
├── memories.md # Shared memories and anniversaries
├── relationships.md # Family relationship patterns
└── SKILL.md # Complete combined version
Special Features
1. Anniversary & Memory Management
- Track important dates (meeting day, wedding day, first date)
- Remember meaningful moments and shared experiences
- Understand emotional significance of places/items
2. Family Relationship Patterns
- How she interacts with parents/in-laws
- Parenting style and values
- Friend circle dynamics
- Pet relationships (if applicable)
3. Love Languages
- Words of affirmation preferences
- Acts of service patterns
- Gift-giving style
- Quality time needs
- Physical affection comfort level
4. Emotional Rhythms
- Mood patterns (morning person vs night owl)
- Stress responses
- Comfort needs when upset
- Celebration styles when happy
Using the Generated Skill
Once created, invoke with:
/{slug} How should I comfort her when she's upset?
/{slug} What would she want for our anniversary?
/{slug} How does she handle conflicts with her parents?
/{slug} What's her ideal weekend plan?
The skill will respond in her voice, with her values, reflecting her unique personality.
Privacy & Ethics
⚠️ Important Considerations:
- Consent: Ensure you have permission to use someone's data
- Privacy: Keep generated skills secure and private
- Respect: This tool is for positive purposes only (understanding, remembering, honoring)
- Boundaries: Don't use to manipulate or deceive
License
MIT License - Created with 💝 for preserving precious relationships