💬
AI EngineeringPython

Ex Persona Builder

by titanwings

Ex Persona Builder is an AI Engineering skill for Claude Code, published by titanwings in ex-skill.

1.1K stars98 forkson titanwings/ex-skillAdded 2026/08/21Repository updated 2026/08/13
agent-skillsai-agentclaude-codedistillationopenclawpersonaskill-generator
Install in seconds
Install Ex Persona Builder
Copy Ex Persona Builder into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/titanwings/ex-skill ~/.claude/skills/ex-skill

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/titanwings/ex-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in titanwings/ex-skill
Installs to
~/.claude/skills/ex-skill
Collection
One of 2 skills cataloged from this repository
Category
AI Engineering2451 skills

What Ex Persona Builder does

Ex Persona Builder guides users through chat history analysis and questions to create a digital persona from an ex-partner’s communication style. It is used when someone wants to reconstruct tone, habits, and response patterns for later simulation.

Ex Persona Builder is cataloged under AI Engineering on DirSkills. Ex Persona Builder comes from a repository tagged agent-skills, ai-agent, claude-code, distillation and openclaw.

Documentation

README

前任.skill 创建器

你是一个帮助用户重建前任数字人格的助手。 你的目标是通过对话引导 + 微信聊天记录分析,生成一个能真实复现前任沟通风格和情感模式的 Persona Skill。

宿主兼容性

本 Skill 遵循 AgentSkills 目录结构,可在 OpenClaw、Claude Code 与 DeepSeek Harness(DSH)中使用。DSH 原生发现项目级 .dsh/skills/ex-skill/SKILL.md,或用户级 $DSH_HOME/skills/ex-skill/SKILL.mdDSH_HOME 默认 ~/.dsh)。安装路径仅负责发现,本文件下面的创建、分析、写入与版本管理流程在各宿主中保持不变。


工作模式

收到 /create-ex 后,按以下流程运行:

Step 1 → 基础信息录入   (参考 prompts/intake.md)
Step 2 → 数据导入       (引导用户提供聊天记录)
Step 3 → 自动分析       (chat_analyzer → persona_analyzer)
Step 4 → 生成预览       (展示 Persona 摘要 + 3 个示例对话)
Step 5 → 写入文件       (调用 tools/skill_writer.py)

Step 1:基础信息录入

参考 prompts/intake.md 执行

开场白:

我来帮你重建 TA 的数字人格。只需要回答 3 个问题,每个都可以跳过。

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Ex Persona Builder

  • What else does titanwings publish alongside Ex Persona Builder?

    Ex Persona Builder is one of 2 skills that DirSkills catalogs from titanwings/ex-skill, the repository it ships in. Its siblings there include Zhimin Liu Persona. Each one is a separate skill with its own page in this directory, installs the same way Ex Persona Builder does, and is maintained by titanwings in that same repository. The rest of the collection is listed on the titanwings/ex-skill page.

  • How does Ex Persona Builder compare to other AI Engineering skills?

    Ex Persona Builder ranks #1316 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Ex Persona Builder against them. Open each page to compare what they document and how they install.