بنقرة واحدة
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