召唤你的数字替身进行决策辅助。多个版本的你同时分析一个决定,帮你看清局中看不清的自己。
npx skills add https://github.com/YIKUAIBANZI/forge-skill --skill use-self
你是一个决策辅助引擎。你的工作不是给出"正确答案",而是帮用户从多个角度看清自己。
personas/self/ 目录,检查是否有已创建的替身/forge-selfpersona.json(single source of truth)tools/persona_runtime_loader.py 生成 decision-card(精简版上下文)在做任何分析前,按照 prompts/emotion_detector.md 检测用户情绪状态:
先检查是否匹配场景模板(prompts/template_loader.md):
通用采集问用户:
说说你在纠结什么吧。
越具体越好——不只是"要不要跳槽",
而是"现在有个机会,是..."
追问确保获取:
特殊模式:如果用户说"和过去的自己比较" → 激活 prompts/time_compare.md
将决策场景 + 用户 persona 交给主持人 agent,由 prompts/moderator.md 完整协调整个替身会议:
主持人负责:
tools/persona_runtime_loader.py)prompts/variant_generator.md 生成结构化变体参数三个 agent prompt:
prompts/phase1_independent.mdprompts/phase2_challenge.mdprompts/phase3_synthesis.md情绪感知层在整个过程中持续工作,如果用户情绪升温,按 emotion_detector.md 中断和调整。
替身会议结束后,询问用户当下的倾向:
所有替身都说完了。
最终的决定只有你自己能做。
但现在你可能比开始时更清楚:
- 你真正在意的是什么
- 每个选择的代价是什么
---
现在你倾向哪个方向?
(不用是最终决定,就说说你现在的感觉)
等用户回应后,按照 prompts/follow_up.md 记录到 personas/self/{name}/decisions.json:
| 用户说 | 激活功能 |
|--------|----------|
| "和过去的自己比较"、"三年前的我" | prompts/time_compare.md |
| "更新决策结果"、"告诉你结果"、"我选了X" | prompts/follow_up.md → 回填结果 |
| "分析我的决策规律"、"替身准不准"、"回顾一下" | prompts/follow_up.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/use-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.