ワンクリックで
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