بنقرة واحدة
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when creating new skills, editing existing skills, or verifying skills work before deployment
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Use when creating new subagents, editing existing subagents, or verifying subagents work before deployment
Use when choosing, editing, or overriding EvE driver settings for codex_smoke, codex_max, or interactive/debug runs.
Use when an Eve agent is behaving wrong (stuck, gaming the score, bad reasoning) and you need to read its own rollout to find out why
Use when implementing a sanity check subagent for the phase 2 optimization in Eve loop.
Use when implementing a subagent.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
استنادا إلى تصنيف SOC المهني
| name | writing-skills |
| description | Use when creating new skills, editing existing skills, or verifying skills work before deployment |
Put skills in guidance/skills/, we have linked .agents/skills/ to this folder, so they can be loaded automatically.
guidance/
skills/
skill-name/
SKILL.md # Main reference (required)
supporting-file.* # Only if needed
---
name: skill-name-with-hyphens
description: "Use when [specific triggering conditions and symptoms]"
---
Other details here
Don't forget the quotes around description.