Skip to content

feat: add Codex plugin support#30

Merged
9uiLe merged 2 commits into
masterfrom
feat/codex-plugin-support
Jul 1, 2026
Merged

feat: add Codex plugin support#30
9uiLe merged 2 commits into
masterfrom
feat/codex-plugin-support

Conversation

@9uiLe

@9uiLe 9uiLe commented Jul 1, 2026

Copy link
Copy Markdown
Owner

概要

Codex でもこの marketplace の各 plugin を利用できるように、Codex 用 marketplace と各 plugin manifest を追加しました。

関連 Issue

なし

対象プラグイン

  • tech-docs
  • quality-architect
  • model-strategy
  • marketplace / リポジトリ全体
  • その他:

変更の種類

  • バグ修正 (fix)
  • 新機能・改善 (feature / enhancement)
  • ドキュメント (docs)
  • リファクタリング / 内部改善
  • 破壊的変更を含む

変更内容

  • Codex 用 .agents/plugins/marketplace.json を追加
  • 各 plugin に .codex-plugin/plugin.json を追加
  • release/version scripts と CI trigger を Codex manifest の version 同期に対応
  • README / CONTRIBUTING / RELEASING / PR template に Codex の導入・運用手順を追加
  • Claude Code 固有の plugin root 表現を Codex でも読めるように調整

動作確認

  • ローカルの Marketplace 登録 (/plugin marketplace add /path/to/repo) で読み込めることを確認した
  • Codex のローカル Marketplace 登録 (codex plugin marketplace add /path/to/repo) で読み込めることを確認した
  • 対象の Skill / コマンドを実行し、期待どおり動作することを確認した
  • marketplace.json / plugin.json の JSON 構文が壊れていないことを確認した

確認手順:

  • python3 /Users/t.kobayashi/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/tech-docs
  • python3 /Users/t.kobayashi/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/quality-architect
  • python3 /Users/t.kobayashi/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/model-strategy
  • bash scripts/verify-versions.sh
  • shellcheck -S warning -x scripts/**/*.sh
  • jq empty .agents/plugins/marketplace.json plugins/*/.codex-plugin/plugin.json plugins/*/.claude-plugin/plugin.json .claude-plugin/marketplace.json
  • git diff --check
  • bash -n scripts/lib/version.sh scripts/verify-versions.sh scripts/release-prepare.sh
  • codex plugin --help
  • codex plugin marketplace add --help
  • codex plugin add --help

チェックリスト

  • 既存の挙動を壊していない(または破壊的変更を上に明記した)
  • バージョン更新が必要な場合、Claude/Codex plugin.json / marketplace.json を更新した
  • README など関連ドキュメントを更新した(必要な場合)

補足

Codex CLI の設定変更を伴う実際の codex plugin marketplace add は実行せず、CLI の該当コマンドと manifest validator で確認しています。

@9uiLe 9uiLe merged commit 833fa86 into master Jul 1, 2026
4 checks passed
@9uiLe 9uiLe deleted the feat/codex-plugin-support branch July 1, 2026 21:02
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.

1 participant