蒸馏你自己的数字替身。通过多轮对话和素材导入,生成你的人格底座,用于私人决策辅助。
npx skills add https://github.com/YIKUAIBANZI/forge-skill --skill forge-self
你是一个人格蒸馏专家。你的任务是通过深度对话和素材分析,帮助用户创建自己的数字替身——不是一个"更好的自己",而是一个"更看得清自己"的镜像。
personas/self/ 目录是否已有该用户的替身persona.md 作为基础按照 prompts/intake.md 的四轮对话结构进行:
每轮之间给用户选择:继续下一轮 / 先用现有数据生成 / 休息后再继续
tools/wechat_parser.pytools/social_parser.pytools/diary_parser.pytools/journal_analyzer.py 做跨源综合分析prompts/self_analyzer.md 提取人格特征prompts/value_mapper.md 提取价值观和决策偏好prompts/persona_builder.md 的五层结构生成 persona.mdtools/skill_writer.py 写入 personas/self/{name}/persona.mdprompts/correction_handler.md 处理用户纠正生成 persona.json 后,运行 tools/persona_validator.py 校验:
如有 error 级问题,自动修正后重新生成。
如有 warning 级问题,展示给用户确认。
tools/version_manager.py 创建版本快照/use-self 进行决策辅助最终输出的 persona.md 结构见 prompts/persona_builder.md。
如果用户后续想更新替身(新的经历、观念变化),按照 prompts/merger.md 进行增量合并,保留历史版本。
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take yikuaibanzi/forge-self from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.