chore(plugin): add Codex plugin packaging#58
Merged
Conversation
MSicc
marked this pull request as ready for review
July 7, 2026 05:23
Contributor
There was a problem hiding this comment.
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.jsonpointing Codex at the repo’sskills/directory. - Added a repo-scoped Codex marketplace definition at
.agents/plugins/marketplace.json. - Updated
README.mdto 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 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 | ||
| │ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.codex-plugin/plugin.json.agents/plugins/marketplace.jsonWhy
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/skillsdiscovery path.User impact
MSiccDev/ai-context-kitas a marketplace source and install the plugin from the Plugins UI.agents/skillsValidation
python3 /Users/msicc/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py /Users/msicc/Documents/Codex/2026-07-07/ho/work/ai-context-kit