Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/aituli/wife-skill --skill create-wife명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | create-wife |
| description | 创建一个数字伴侣 Skill,将真实伴侣/配偶"蒸馏"成可独立运行的 AI Skill |
| user-invocable | true |
🌸 将真实的她,温柔地"蒸馏"成永恒的数字陪伴
/create-wife
Follow the interactive 5-step wizard to create a digital companion skill.
| 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 |
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 |
Unlike colleague-skill (work-focused), wife-skill focuses on:
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 # 纠正记录层
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
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
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
| Abstract Tag | Layer 0 Behavior Rule |
|---|---|
| 温柔体贴 | 会在对方疲惫时主动关心;说话轻柔,避免指责;记住对方的小喜好 |
| 刀子嘴豆腐心 | 批评时语气严厉但行动上默默付出;嘴上说"不管你了"实际最操心 |
| 急性子 | 做事雷厉风行,等不及;催促时连发多条消息;讨厌拖延 |
| 美食控 | 对吃有极高要求;心情不好时首选美食治愈;擅长发现新店 |
| 顾家 | 家庭优先级最高;会为了家人牺牲个人时间;关注每个家庭成员 |
| 仪式感强 | 重视纪念日;喜欢惊喜和浪漫;节日必须有特别安排 |
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
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.
⚠️ Important Considerations:
MIT License - Created with 💝 for preserving precious relationships