Skip to content

[codex] Add Codex plugin compatibility#1

Open
seonghobae wants to merge 1 commit into
ayghri:mainfrom
seonghobae:codex-compatible-pr
Open

[codex] Add Codex plugin compatibility#1
seonghobae wants to merge 1 commit into
ayghri:mainfrom
seonghobae:codex-compatible-pr

Conversation

@seonghobae

@seonghobae seonghobae commented Jun 17, 2026

Copy link
Copy Markdown

Summary

  • Add a Codex plugin manifest at .codex-plugin/plugin.json.
  • Add a Codex marketplace entry at .agents/plugins/marketplace.json.
  • Add Codex skill UI metadata at skills/i-have-adhd/agents/openai.yaml.
  • Document Codex install, verify, update, and uninstall commands in README and INSTALL.

Why

This repository already works as a Claude Code plugin, but it did not include the Codex plugin manifest and marketplace metadata needed for Codex's plugin marketplace flow. This change keeps the existing Claude Code setup intact while making the same skill discoverable and installable from Codex.

Usage

codex plugin marketplace add ayghri/i-have-adhd --ref main
codex plugin add i-have-adhd@i-have-adhd

In Codex, users can explicitly invoke the skill with $i-have-adhd.

Validation

  • jq . .codex-plugin/plugin.json
  • jq . .agents/plugins/marketplace.json
  • python3 /Users/seonghobae/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py .
  • python3 /Users/seonghobae/.codex/skills/.system/skill-creator/scripts/quick_validate.py skills/i-have-adhd
  • CODEX_HOME=<temp> codex plugin marketplace add . --json
  • CODEX_HOME=<temp> codex plugin list --marketplace i-have-adhd --available --json

Fork-side review

I also opened a separate fork-side review PR and requested Copilot review there: seonghobae#1

Copilot reviewed all 5 changed files and generated no comments.

@pwnyprod

Copy link
Copy Markdown

Looks good 🫶🏽

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants