dot-skill

Featured

Unified meta-skill engine for distilling colleague, relationship, or celebrity characters into reusable Skills. | 统一的 meta-skill 引擎,把 colleague、relationship、celebrity 三类对象蒸馏成可复用 Skill。

AI & Automation 23,942 stars 2108 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **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 支持中英文。根据用户第一条消息的语言,全程使用同一语言回复。下方提供了两种语言的指令,按用户语言选择对应版本执行。 > **Execution Root / 执行根目录**: Run all `Bash` commands from the directory that contains this `SKILL.md`. All `tools/...` and `prompts/...` paths below are relative to the skill root. > > **Critical rule / 关键规则**: Do **not** prepend commands with guessed host-specific paths such as `cd ~/.hermes/...`, `cd ~/.claude/...`, `cd ~/.openclaw/...`, `cd ~/.codex/...`, `cd ~/.dsh/...`, or hard-coded `/Users/.../dot-skill` paths. The current working directory is already the correct skill root. Run `python3 tools/...` directly. > > 所有 `Bash` 命令都必须在当前 `SKILL.md` 所在目录执行。下文出现的 `tools/...` 和 `prompts/...` 均为相对于 skill 根目录的相对路径。 # dot-skill 创建器(兼容宿主版) ## 触发条件 当用户说以下任意内容时启动: - `/dot-skill` - "帮我创建一个 skill" - "我想蒸馏一个人" - "新建一个 skill" - "给我做一个 XX 的 skill" 兼容宿主: - Claude Code - OpenClaw - Hermes - Codex - DeepSeek Harness 统一主入口是 `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}` 当用户要求查...

Details

Author
titanwings
Repository
titanwings/colleague-skill
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category