feat(plugin-builder): add plugin creation MCP app#239
Draft
efrazer-oai wants to merge 10 commits into
Draft
Conversation
Contributor
Author
|
@codex review |
Contributor
Author
|
@codex review |
Contributor
Author
|
@codex review |
Contributor
Author
|
@codex review |
Base automatically changed from
efrazer/plugin-creator-clean-plugin-deeplinks
to
main
May 13, 2026 00:57
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 can scaffold a local plugin, but the next step after creation still needs a clear handoff. This PR adds a builtin
Plugin Builderplugin inopenai/pluginsso the newly created plugin can open in a polished right-side MCP app.The new plugin bundles the existing Plugin Creator skill, exposes one MCP tool that reads the created plugin from disk, and renders a read-only app with:
SKILL.mdfilesView in CodexandShare in Codexactions that use the companion deeplink shapeStack
feat(plugin-builder): add plugin creation MCP appWhat changed
.agents/plugins/marketplace.jsonplugin-buildercatalog entry.plugins/plugin-builder/.codex-plugin/plugin.jsonplugins/plugin-builder/mcp/server.jsopen_created_plugin_summary, filesystem parsing for plugin contents, deeplink generation, manifest metadata, and MCP app resource serving.plugins/plugin-builder/app/*plugins/plugin-builder/skills/plugin-creator/*Design decisions
Plugin Builderis a builtin plugin package, because it should sit beside the other first-party plugin experiences.VieworShare.SKILL.md, which has useful structure from summaries and headings.Testing
Tests: React typecheck, production widget build, MCP protocol/resource smoke tests, live Codex MCP tool invocation against a real sample plugin, and deeplink payload checks for both View and Share.
Visual proof
Summary app:
SKILL.mddetail state: