ai-agents/skills/agent-codex-convert/SKILL.md
Convert Claude/Cursor markdown subagent files to Codex CLI TOML format. Parses YAML frontmatter and body, applies model/permission/tool mappings, and outputs to agents/codex/<name>.toml.
npx skillsauth add hodanov/my-pde agent-codex-convertInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert one or more Claude/Cursor agent markdown files (in agents/)
to Codex CLI TOML format (in agents/codex/) using the helper script.
Default conversion helper script:
skills/agent-codex-convert/scripts/convert_agent_to_codex.shmemory: field, review the body for remaining
memory-related instructions that may need manual removal.codex-agents-copy
case statement if a new agent name was added.Single file:
skills/agent-codex-convert/scripts/convert_agent_to_codex.sh agents/my-agent.md
Multiple files:
skills/agent-codex-convert/scripts/convert_agent_to_codex.sh agents/*.md
With options:
skills/agent-codex-convert/scripts/convert_agent_to_codex.sh \
--reasoning-effort high \
--output-dir agents/codex \
--force \
agents/investigation-diver.md
Preview without writing:
skills/agent-codex-convert/scripts/convert_agent_to_codex.sh \
--dry-run agents/my-agent.md
.md file paths (required)--reasoning-effort <low|medium|high>: Override default medium--output-dir <dir>: Override default agents/codex--force: Overwrite existing TOML without prompting--dry-run: Print to stdout instead of writing files-h, --help: Show usage| Source (frontmatter) | Target (TOML) | Notes |
| -------------------------------- | ----------------------------------- | ------------------------------ |
| model: sonnet/opus/haiku/inherit | model = "gpt-5.3-codex" | All map to same model |
| (default) | model_reasoning_effort = "medium" | Overridable via CLI |
| permissionMode: plan | sandbox_mode = "read-only" | Other modes omitted |
| tools | Constraints section in body | Injected before first heading |
| memory | Comment + WARNING | Codex unsupported; review body |
| description | Header comment | Truncated to first sentence |
| maxTurns, background | Comment only | Codex unsupported |
developer_instructions reads naturallycodex-agents-copy targetdocumentation
SV リーグの試合詳細ページから REPORT-A / REPORT-B(任意で LiveScore)を取得し、応援チーム / 両チーム対比 / 注目選手ズームの 3 視点で 1 試合分のレビュー Markdown を `docs/svleague-match-review/` 配下に出力する。
data-ai
GitHub Actions の SHA ピン留め(pinact 必須)と Dependabot・Renovate のクールダウン設定(14日間)をリポジトリに適用し、サプライチェーン攻撃対策を実施する。ユーザーが「サプライチェーン対策」「GHA ピン留め」「Dependabot クールダウン」「pinact」「supply chain hardening」に言及した場合に使用する。
tools
スキル使用後の observation(結果・問題・フィードバック)を記録する。 スキルの改善サイクル(Observe → Inspect → Amend → Evaluate)の起点。 使用後に `/skill-observe <スキル名> <結果> [問題/フィードバック]` で呼び出す。
tools
蓄積された observations を分析し、SKILL.md への改善提案を生成する。 Observe → Inspect → Amend → Evaluate ループの Inspect/Amend フェーズ。 `--apply` フラグで承認後の適用も可能。