feat: add Codex plugin support (skills + MCP only) - #13
Conversation
Add .codex-plugin/plugin.json so OpenAI Codex can discover and use the plugin's skills and MCP servers. Hooks, agents, and commands remain Claude Code-only to minimize maintenance overhead.
📝 WalkthroughWalkthroughThree files are added to establish Codex compatibility: a decision document recording the policy that Codex support is limited to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Around line 8-13: Add a missing reference-style link definition for the
release tag `[1.8.1]` at the bottom of CHANGELOG.md matching the format used by
other releases (i.e., a `[1.8.1]: <compare or tag URL>` entry that points to the
repo diff or tag), and ensure any file path mentions such as
`.codex-plugin/plugin.json` use forward slashes consistently per the repository
guideline.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 801b1b47-59be-4edf-96bd-0e62f409c8e7
📒 Files selected for processing (3)
.knowledge/decisions/2026-03-31-codex-skills-mcp-only.mdCHANGELOG.mdplugins/skill-set/.codex-plugin/plugin.json
| ## [1.8.1] - 2026-03-30 | ||
|
|
||
| ### Added | ||
|
|
||
| - **codex**: Add `.codex-plugin/plugin.json` for OpenAI Codex compatibility (skills and MCP servers) | ||
|
|
There was a problem hiding this comment.
Add the missing [1.8.1] link reference at the bottom.
This heading uses reference-style version notation ([1.8.1]), but no matching link definition is present in the shown reference list. Add it for consistency with other releases.
Suggested patch
+[1.8.1]: https://github.com/ether-moon/skill-set/releases/tag/v1.8.1🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@CHANGELOG.md` around lines 8 - 13, Add a missing reference-style link
definition for the release tag `[1.8.1]` at the bottom of CHANGELOG.md matching
the format used by other releases (i.e., a `[1.8.1]: <compare or tag URL>` entry
that points to the repo diff or tag), and ensure any file path mentions such as
`.codex-plugin/plugin.json` use forward slashes consistently per the repository
guideline.
Summary
.codex-plugin/plugin.json추가Changes
plugins/skill-set/.codex-plugin/plugin.json: Codex 플러그인 매니페스트 신규 생성CHANGELOG.md: 1.8.1에 Codex 호환 항목 추가.knowledge/decisions/2026-03-31-codex-skills-mcp-only.md: 결정사항 기록Test Plan
Summary by CodeRabbit
New Features
Chores