From Codex Plugin
Sets up the codex plugin by loading the codex-use skill and verifying configuration. Checks ~/.codex/config.toml for project_doc_fallback_filenames.
How this skill is triggered — by the user, by Claude, or both
Slash command
/my-codex-plugin:setup-codexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load the `codex-use` skill and execute `Hello World` to verify that Codex is correctly configured. If not, stop and notify the user.
Load the codex-use skill and execute Hello World to verify that Codex is correctly configured. If not, stop and notify the user.
Then:
Check the ~/.codex/config.toml file; if the following content is missing, ask the user whether to write it:
project_doc_fallback_filenames = ["CLAUDE.md"]
npx claudepluginhub nekohasekai/my-codex-plugin --plugin my-codex-pluginChecks Codex CLI installation, authentication, and plugin status, and configures default model and effort settings. Activates on setup or configuration requests.
Provides Codex CLI conventions for writing and scoring artifacts: SKILL.md layout, config.toml schema, plugin.json, hooks, AGENTS.md hierarchy, marketplace.json, and OpenAI YAML sidecars.
Records, migrates, and troubleshoots Codex CLI environment configuration including installation, subscription auth, proxy injection, Homebrew, skills sync, and remote environment adaptation.