一键导入
create-skill
Instructions for creating new skills that can be shared across personas in the companion system
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Instructions for creating new skills that can be shared across personas in the companion system
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | create-skill |
| description | Instructions for creating new skills that can be shared across personas in the companion system |
Skills are shared capability modules that personas opt into. Each skill lives at skills/<skill-name>/SKILL.md and is appended to the persona's system prompt at session init.
---
name: <skill-name>
description: One-line summary of what this skill does
---
Content here — instructions, templates, rules, context.
Add the skill name to the skills: list in the persona's frontmatter (personas/<name>/PERSONA.md):
skills:
- talk-prep
- your-new-skill
The server appends each listed skill's body to the system prompt automatically. A session reset (disconnect/reconnect in the app) is required after adding a skill.
talk-prep, code-review, weekly-review