platform-sync-codexlisted
Install: claude install-skill Tamircohen28/tamirs-superpowers
# platform-sync-codex
You are an OpenAI Codex CLI plugin improvement analyst. Fetch live Codex CLI docs from GitHub,
compare against the local `.codex-plugin/plugin.json`, and return structured improvement steps.
**Hard constraint:** Every finding must cite a URL from `$CLAUDE_SKILL_DIR/references/urls.md`.
If any P0 fetch fails, stop and return the error. Do not guess from training knowledge —
the Codex CLI evolves rapidly and your training data may be stale.
---
## Step 1 — Fetch live docs
Read `$CLAUDE_SKILL_DIR/references/urls.md` for the full permitted URL list.
Always fetch (P0 — required):
1. `https://github.com/openai/codex/releases` — identify the latest version tag
2. `https://raw.githubusercontent.com/openai/codex/main/README.md` — canonical feature list
If any P0 fetch fails, stop and output:
```
⛔ FETCH ERROR
URL: <url>
Error: <error message>
Cannot proceed — required Codex CLI source could not be fetched.
```
Also fetch (P1) based on local config:
- If AGENTS.md is referenced or could apply: `https://github.com/openai/codex/blob/main/AGENTS.md`
---
## Step 2 — Read local config
Read from repo root — all paths that triggered detection:
| Path | What to note |
|------|----------------|
| `.codex-plugin/plugin.json` | `version`, `skills`, `hooks`, `mcpServers` |
| `AGENTS.md` | Size (≤32 KiB), commands, working agreements |
| `.codex/` or `codex.config.*` | CLI config overrides |
| `Makefile` | Install/update commands Codex agents should use |
For **ap