Create and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, and baseline placeholders you can…
Plugin Creator Quick Start Run the scaffold script: # Plugin names are normalized to lower-case hyphen-case and must be <= 64 chars. # The generated folder and plugin.json name are always the same. # Run from repo root (or replace .agents/... with the absolute path to this SKILL). # By default creates in <repo_root>/plugins/<plugin-name>. python3 .agents/skills/plugin-creator/scripts/create_basic_plugin.py <plugin-name> Open <plugin-path>/.codex-plugin/plugin.json and replace [TODO: ...] placeholders. Generate or update the repo marketplace entry when the plugin should appear in Codex UI ordering:
don't have the plugin yet? install it then click "run inline in claude" again.