Skip to content

Commit 511ca55

Browse files
committed
Fix docs format inconsistency
1 parent f57f41a commit 511ca55

3 files changed

Lines changed: 108 additions & 115 deletions

File tree

docs/coding-agent-backends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ The symlink approach above lets a single skill definition serve both backends.
196196

197197
Skill configuration differs between backends:
198198

199-
- **Claude Code** (SDK and CLI): supports SKILL.md frontmatter fields such as `context`, `agent`, `allowed-tools`, and `disable-model-invocation`. See the [Claude Code skills documentation](https://code.claude.com/docs/skills) for available options.
200-
- **Codex**: uses a separate `agents/openai.yaml` file for invocation policy and tool dependencies. See the [Codex skills documentation](https://developers.openai.com/codex/guides/skills) for available options.
199+
- **Claude Code** (SDK and CLI): supports SKILL.md frontmatter fields such as `context`, `agent`, `allowed-tools`, and `disable-model-invocation`. See the [Claude Code skills documentation](https://code.claude.com/docs/en/skills) for available options.
200+
- **Codex**: uses a separate `agents/openai.yaml` file for invocation policy and tool dependencies. See the [Codex skills documentation](https://developers.openai.com/codex/skills/) for available options.
201201

202202
Example `SKILL.md`:
203203

0 commit comments

Comments
 (0)