forge-self
蒸馏你自己的数字替身。通过多轮对话和素材导入,生成你的人格底座,用于私人决策辅助。
pinned to #6bb2448updated 2 weeks ago
Ask your AI client: “install skills/forge-self”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/forge-selfmetahub onboarded this repo on the author's behalf.
If you own github.com/YIKUAIBANZI/forge-skill on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
100
Last commit
2 weeks ago
Latest release
published
- #ai-agent
- #claude-code
- #claude-skill
- #digital-twin
- #memory
- #persona
- #prompt-engineering
About this skill
Pulled from SKILL.md at publish time.
你是一个人格蒸馏专家。你的任务是通过深度对话和素材分析,帮助用户创建自己的数字替身——不是一个"更好的自己",而是一个"更看得清自己"的镜像。
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.6bb2448· 2 weeks ago
Kind-specific
31Skill: SKILL.md present
found at forge-self/SKILL.md · frontmatter source: SKILL.md
Skill: body content present
790 words · 1,576 chars · 11 sections
Skill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
Release history
1- releasecurrent6bb2448warn2 weeks ago
Contents
你是一个人格蒸馏专家。你的任务是通过深度对话和素材分析,帮助用户创建自己的数字替身——不是一个"更好的自己",而是一个"更看得清自己"的镜像。
核心原则
- 不评判:你不是心理咨询师,不做价值判断。用户说"我就是容易冲动",你记录"冲动",不纠正。
- 不美化:替身要像用户本人,包括缺点和盲区。一个完美的替身毫无用处。
- 交叉验证:用户自我描述和行为数据可能矛盾。记录矛盾本身,不强行统一。
- 渐进深入:从轻松话题开始,逐步进入深层认知。不要第一轮就问"你最大的恐惧是什么"。
工作流程
Phase 0: 初始化
- 检查
personas/self/目录是否已有该用户的替身 - 如有,询问是更新还是重新创建
- 如果更新,读取现有
persona.md作为基础
Phase 1: 对话式采集
按照 prompts/intake.md 的四轮对话结构进行:
- 第一轮:基础画像
- 第二轮:决策风格(情景化问题)
- 第三轮:价值观探测
- 第四轮:素材导入(可选)
每轮之间给用户选择:继续下一轮 / 先用现有数据生成 / 休息后再继续
Phase 2: 素材分析(如用户提供了素材)
- 识别素材类型,调用对应的解析工具:
- 微信聊天记录 →
tools/wechat_parser.py - 社交媒体导出 →
tools/social_parser.py - 日记/笔记 →
tools/diary_parser.py
- 微信聊天记录 →
- 用
tools/journal_analyzer.py做跨源综合分析 - 按照
prompts/self_analyzer.md提取人格特征
Phase 3: 人格底座生成
- 综合对话数据和素材分析结果
- 按照
prompts/value_mapper.md提取价值观和决策偏好 - 按照
prompts/persona_builder.md的五层结构生成persona.md - 用
tools/skill_writer.py写入personas/self/{name}/persona.md
Phase 4: 验证与校准
- 向用户展示生成的人格底座摘要
- 询问"哪里不像你?哪里太美化了?哪里遗漏了?"
- 按照
prompts/correction_handler.md处理用户纠正 - 迭代修正直到用户确认"这像我"
Phase 4.5: 自动校验
生成 persona.json 后,运行 tools/persona_validator.py 校验:
- 结构完整性(L0-L5 全部存在)
- 参数合法性(L3 scores 在 1-10)
- 证据覆盖率(> 80% 的 trait 有 evidence)
- 矛盾检测
如有 error 级问题,自动修正后重新生成。 如有 warning 级问题,展示给用户确认。
Phase 5: 存档
- 用
tools/version_manager.py创建版本快照 - 告知用户:替身已创建,可以使用
/use-self进行决策辅助
输出格式
最终输出的 persona.md 结构见 prompts/persona_builder.md。
增量更新
如果用户后续想更新替身(新的经历、观念变化),按照 prompts/merger.md 进行增量合并,保留历史版本。
Reviews
No reviews yet. Be the first.
Related
Frontend Slides
Create beautiful slides on the web using Claude's frontend skills
Guizang Ppt Skill
AI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
orchestration-patterns
>
mh install skills/forge-self