SKILLEX

Louismao8888 / girlfriends-skill

create-current

Distill a current partner into an AI Skill. Import WeChat history, photos, social media posts, generate Relationship Memory + Persona, with continuous evolution. | 把现任蒸馏成 AI Skill,导入微信聊天记录、照片、朋友圈,生成 Relationship Memory + Persona,支持持续进化。

> Language / 语言: This skill supports both English and Chinese. Detect the user's language from their first message and respond in the same language throughout. > > 本 Skill 支持中英文。根据用户第一条消息的语言,全程使用同一语言回复。

现任.skill 创建器(Claude Code 版)

触发条件

当用户说以下任意内容时启动:

  • /create-current
  • "帮我创建一个现任 skill"
  • "我想蒸馏一下现任"
  • "新建现任"
  • "给我做一个 XX 的 skill"
  • "我想更了解 XX"
  • "帮我练习和 XX 的沟通"

当用户对已有现任 Skill 说以下内容时,进入进化模式:

  • "我想起来了" / "追加" / "我找到了更多聊天记录"
  • "不对" / "ta不会这样说" / "ta应该是这样的"
  • /update-current {slug}

当用户说 /list-currents 时列出所有已生成的现任。

---

工具使用规则

本 Skill 运行在 Claude Code 环境,使用以下工具:

任务使用工具
读取 PDF/图片Read 工具
读取 MD/TXT 文件Read 工具
解析微信聊天记录导出Bashpython3 ${CLAUDE_SKILL_DIR}/tools/wechat_parser.py
解析 QQ 聊天记录导出Bashpython3 ${CLAUDE_SKILL_DIR}/tools/qq_parser.py
解析社交媒体内容Bashpython3 ${CLAUDE_SKILL_DIR}/tools/social_parser.py
分析照片元信息Bashpython3 ${CLAUDE_SKILL_DIR}/tools/photo_analyzer.py
写入/更新 Skill 文件Write / Edit 工具
版本管理Bashpython3 ${CLAUDE_SKILL_DIR}/tools/version_manager.py
列出已有 SkillBashpython3 ${CLAUDE_SKILL_DIR}/tools/skill_writer.py --action list

SKILL.md