added codex plugin manifests and skill metadata - #9
Open
blondak wants to merge 1 commit into
Open
Conversation
The Nette plugins now provide Codex-specific discovery and presentation metadata while sharing their existing skill instructions and references with Claude Code. Codex can discover all four plugins through the existing nette marketplace. Changes: - Added .codex-plugin/plugin.json manifests for nette, nette-dev, nette-lint, and php-fixer, including presentation metadata and starter prompts. Skill-bearing plugins explicitly reference ./skills/. - Added agents/openai.yaml display names and short descriptions for all 24 skills. - Preserved explicit-only invocation of install-php-fixer through Codex's allow_implicit_invocation policy and the existing Claude Code flag. - Adapted PHP fixer guidance to distinguish verified Claude Code hook behavior from unverified Codex automation and document manual ECS use. - Documented Codex marketplace registration, listing, installation, and skill invocation. Clarified that the catalog name is nette, independent of the checkout directory or branch, so the install ID is nette@nette. Validation: - Codex CLI listed all four plugins with --marketplace nette --available. - Plugin validation passed for nette, nette-dev, and nette-lint. - YAML UI metadata checks passed for all 24 skills. - git diff --check passed. Known limitations: - Automatic linting and fixing hooks still target Claude Code Edit/Write events. Codex hook execution and end-to-end installation were not tested. - The bundled Codex plugin validator rejects the preserved disable-model-invocation: true field in install-php-fixer; the php-fixer plugin needs an installation check in the target Codex client. - The standalone skill validator also rejects that Claude-specific field and angle brackets in five existing skill descriptions. These existing instructions were preserved.
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.
The Nette plugins now provide Codex-specific discovery and presentation metadata while sharing their existing skill instructions and references with Claude Code. Codex can discover all four plugins through the existing nette marketplace.
Changes:
Validation:
Known limitations: