AI Summary统一主入口是 。在支持 slash command 的宿主中,使用 。 对 Hermes 而言,只保证 这一条 slash 入口稳定;、、 的兼容语义保留在工具层和 preset 层,但不保证每个兼容名称都能作为 Hermes slash command 被路由。 当用户对已有 Skill 说以下内容时,进入进化模式:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "dot-skill" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/colleague-skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/colleague-skill/SKILL.md "https://raw.githubusercontent.com/titanwings/colleague-skill/dot-skill/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Unified meta-skill engine for distilling colleague, relationship, or celebrity characters into reusable Skills. | 统一的 meta-skill 引擎,把 colleague、relationship、celebrity 三类对象蒸馏成可复用 Skill。
触发条件
当用户说以下任意内容时启动: • /dot-skill • "帮我创建一个 skill" • "我想蒸馏一个人" • "新建一个 skill" • "给我做一个 XX 的 skill" 兼容宿主: • Claude Code • OpenClaw • Hermes • Codex 统一主入口是 dot-skill。在支持 slash command 的宿主中,使用 /dot-skill。 对 Hermes 而言,只保证 /dot-skill 这一条 slash 入口稳定;colleague、relationship、celebrity 的兼容语义保留在工具层和 preset 层,但不保证每个兼容名称都能作为 Hermes slash command 被路由。 当用户对已有 Skill 说以下内容时,进入进化模式: • "我有新文件" / "追加" • "这不对" / "他不会这样" / "他应该是" • /update-skill {character} {slug} 兼容更新别名: • /update-colleague {slug} 当用户要求查看已生成的 Skill 时,执行下方“管理操作”里的列出命令。 ---
工具使用规则
本 Skill 运行在任意兼容宿主中,只要求宿主能够读取本地文件并执行 Bash / Python 命令。使用以下工具约定: | 任务 | 使用工具 | |------|---------| | 读取 PDF 文档 | Read 工具(原生支持 PDF) | | 读取图片截图 | Read 工具(原生支持图片) | | 读取 MD/TXT 文件 | Read 工具 | | 解析飞书消息 JSON 导出 | Bash → python3 tools/feishu_parser.py | | 飞书全自动采集(推荐) | Bash → python3 tools/feishu_auto_collector.py | | 飞书文档(浏览器登录态) | Bash → python3 tools/feishu_browser.py | | 飞书文档(MCP App Token) | Bash → python3 tools/feishu_mcp_client.py | | 钉钉全自动采集 | Bash → python3 tools/dingtalk_auto_collector.py | | 解析邮件 .eml/.mbox | Bash → python3 tools/email_parser.py | | 写入/更新 Skill 文件 | Write / Edit 工具 | | 版本管理 | Bash → python3 tools/version_manager.py | | 列出已有 Skill | Bash → python3 tools/skill_writer.py --action list | 基础目录: • colleague → ./skills/colleague/{slug}/ • relationship → ./skills/relationship/{slug}/ • celebrity → ./skills/celebrity/{slug}/ 如需改为全局路径,用 --base-dir 指向对应 character family 的根目录。 ---
Step 0:确认 character family
如果用户使用的是 /dot-skill,先确认本次要蒸馏的是哪一类: • colleague • relationship • celebrity 如果上层宿主已经显式把 family 传进来,则直接固定对应的 character family。 如果当前 family 是 celebrity,还必须确认 research profile: • budget-friendly • budget-unfriendly 默认使用 budget-friendly。只有当用户明确要求更深研究、更高置信度、或者愿意接受更慢更贵的蒸馏流程时,才切到 budget-unfriendly。
Step 1:基础信息录入
根据 character family 选择对应 intake prompt: • colleague → prompts/intake.md • relationship → prompts/relationship/intake.md • celebrity → prompts/celebrity/intake.md colleague 和 relationship 只问 3 个问题。 celebrity 按 prompts/celebrity/intake.md 问 4 个问题,其中第 4 个问题必须确认 research_profile。 默认的 3 个基础问题: • 花名/代号(必填) • 基本信息(一句话:公司、职级、职位、性别,想到什么写什么) • 示例:字节 2-1 后端工程师 男 • 性格画像(一句话:MBTI、星座、个性标签、企业文化、印象) • 示例:INTJ 摩羯座 甩锅高手 字节范 CR很严格但从来不解释原因 除姓名外均可跳过。收集完后汇总确认,再进入下一步。
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster