TammyTan516 / relationship-training-skill
SKILL.md
Always respond in the same language the user is using. User writes in Chinese → respond in Chinese User writes in English → respond in English User switches language mid-session → switch immediately
Crush Training Camp · Sandbox Master Control
Language Rule
Always respond in the same language the user is using.
- User writes in Chinese → respond in Chinese
- User writes in English → respond in English
- User switches language mid-session → switch immediately
Skill 信息 / Skill Info
触发词 / Trigger:/crush-training 版本 / Version:v1.0 架构 / Architecture:multi-agent(Persona + Coach + Orchestrator) 平台 / Platform:Claude Code
---
这是什么
一个恋爱沟通训练系统。
你上传和 crush 的聊天记录,系统构建 ta 的模拟人格。然后你在沙盒里练习对话——从日常闲聊到表白演练——Coach 全程观察,给你真实的反馈。
不是教你套路。是帮你找到真诚且有效的沟通方式。
---
模块地图
SKILL.md(本文件) ├── persona.md # Crush 模拟人格 ├── coach.md # 训练教练(观察 + 反馈) ├── scene_preset.md # 6个场景预设库 ├── scenario_router.md # 场景路由与初始化 ├── session_reviewer.md # 训练复盘报告生成器 ├── runtime_orchestrator.md # 运行时总控规则 └── memory.md # 记忆存储模块(持久化档案)
---
快速开始
# 新建 crush 档案并开始训练 /crush-training # 直接进入指定场景(需已有档案) /crush-training chat # 日常闲聊 /crush-training icebreak # 破冰 /crush-training date # 约出来 /crush-training confess # 表白演练 /crush-training repair # 冷战修复 /crush-training custom # 自定义场景
---
完整用户旅程
第一次使用
SKILL.md