Skip to content

chore(plugin): add Codex plugin packaging#58

Merged
MSicc merged 1 commit into
developmentfrom
codex/codex-plugin-packaging
Jul 7, 2026
Merged

chore(plugin): add Codex plugin packaging#58
MSicc merged 1 commit into
developmentfrom
codex/codex-plugin-packaging

Conversation

@MSicc

@MSicc MSicc commented Jul 7, 2026

Copy link
Copy Markdown
Member

Summary

  • add a native Codex plugin manifest at .codex-plugin/plugin.json
  • add a repo-scoped Codex marketplace at .agents/plugins/marketplace.json
  • update the README to document Codex installation, repo-local skill discovery, and the correct skill count

Why

The repository already exposed the skill content, but it was missing native Codex plugin packaging. This change makes the repo installable from Codex as a plugin while keeping the existing repo-local .agents/skills discovery path.

User impact

  • Codex users can add MSiccDev/ai-context-kit as a marketplace source and install the plugin from the Plugins UI
  • developers opening the repo directly still get repo-scoped skill discovery through .agents/skills
  • the README now reflects the actual repository layout and the current Codex workflow

Validation

  • python3 /Users/msicc/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py /Users/msicc/Documents/Codex/2026-07-07/ho/work/ai-context-kit

@MSicc MSicc self-assigned this Jul 7, 2026
@MSicc
MSicc marked this pull request as ready for review July 7, 2026 05:23
Copilot AI review requested due to automatic review settings July 7, 2026 05:23
@MSicc
MSicc merged commit 8f51af0 into development Jul 7, 2026
1 check passed
@MSicc
MSicc deleted the codex/codex-plugin-packaging branch July 7, 2026 05:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds native OpenAI Codex plugin packaging to AI Context Kit while preserving existing repo-local Codex skill discovery, and updates documentation to reflect the new installation workflow and current skill count.

Changes:

  • Added a Codex plugin manifest at .codex-plugin/plugin.json pointing Codex at the repo’s skills/ directory.
  • Added a repo-scoped Codex marketplace definition at .agents/plugins/marketplace.json.
  • Updated README.md to document Codex marketplace installation, repo-scoped discovery via .agents/skills/, and the 11-skill inventory.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
README.md Documents Codex marketplace install flow, repo-scoped discovery, and updates skill count/details.
.codex-plugin/plugin.json Introduces Codex-native plugin manifest metadata and skill path wiring.
.agents/plugins/marketplace.json Adds a repo-local marketplace descriptor for Codex plugin installation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +70 to +76
├── .codex-plugin/
│ └── plugin.json # Codex plugin manifest
├── .agents/
│ ├── plugins/
│ │ └── marketplace.json # Repo-scoped Codex marketplace
│ └── skills/ # Codex skill discovery symlinks
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