ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
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
| 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.