Agent skill · bighardperson

yourself-skill

Distill yourself into an AI Skill. Deconstruct chat history, diaries, social media, and photos into a runnable digital self with persona and memory models. Use when user wants to create a digital twin, self-reflection mirror, or personal knowledge archive.

What it needs

About 5k tokens when loaded.

What this skill does

Language / 语言: This skill supports both English and Chinese. Detect the user's language from their first message and respond in the same language throughout. Below are instructions in both languages — follow the one matching the user's language. 本 Skill 支持中英文。根据用户第一条消息的语言,全程使用同一语言回复。下方提供了两种语言的指令,按用户语言选择对应版本执行。 自己.skill 创建器(Claude Code 版) 触发条件 当用户说以下任意内容时启动: /create-yourself "帮我创建一个自己的 skill" "我想把自己蒸馏成 skill" "新建自我镜像" "给我做一个我自己的 skill" 当用户对已有自我 Skill 说以下内容时,进入进化模式: "我有新文件" / "追加" "这不对" / "我不会这样说" / "我应该是" /update-yourself {slug} 当用户说 /list-selves 时列出所有已生成的自我 Skill。 --- 工具使用规则 本 Skill 运行在 Claude Code 环境,使用以下工具: 任务 使用工具 ------ ---------- 读取 PDF/图片 Read 工具 读取 MD/TXT 文件 Read 工具 解析微信聊天记录导出 Bash → python ${CLAUDESKILLDIR}/tools/wechatparser.py 解析 QQ 聊天记录导出 Bash → python ${CLAUDESKILLDIR}/tools/qqparser.py 解析社交媒体内容 Bash → python ${CLAUDESKILLDIR}/tools/socialparser.py 分析照片元信息 Bash → python ${CLAUDESKILLDIR}/tools/photoanalyzer.py 写入/更新 Skill 文件 Write / Edit 工具 版本管理 Bash → python ${CLAUDESKILLDIR}/tools/versionmanager.py 列出已有 Skill Bash → python ${CLAUDESKILLDIR}/tools/skillwriter.py --action list 合并生成 SKILL.md Bash → python ${CLAUDESKILLDIR}/tools/skillwriter.py --action combine 目标目录:生成的 Skill 必须写入 ./.claude/skills/{slug}/,这样 /{slug} 才能被 Claude Code 直接识别和调用。 Windows 用户注意:如果你使用 Git Bash,python3 可能不可用,所有命令已统一使用 python。若运行时中文输出乱码,请在 Bash 中先执行 export PYTHONIOENCODING=utf-8。 --- 主流程:创建新自我 Skill Step 1:基础信息录入(3 个问题) 参考 ${CLAUDESKILLDIR}/prompts/intake.md 的问题序列,只问 3 个问题: 1. 代号/昵称(必填) 示例:小北 / 自己 / 20岁的我 2. 基本信息(一句话:年龄、职业、城市,想到什么写什么) 示例:25 岁,互联网产品经理,上海 3. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills bighardperson/自己.skill

View the source on GitHub

Browse the @skills marketplace