cc51bb2d78
Constraint: Public marketplace should only expose production-ready plugins while KeyInfo now publishes internal skills explicitly. Rejected: Keeping eapil-prefixed test plugins | They conflict with future KeyInfo-published skills and confuse plugin identity. Confidence: high Scope-risk: narrow Directive: Keep plugin IDs stable and avoid eapil-prefixed test fixtures in the public market. Tested: python scripts/validate_marketplace.py; CODEX_HOME temp codex plugin marketplace add .; CODEX_HOME temp codex plugin add docx@eapil-skill-market Not-tested: Remote Codex Desktop install after push.
13 lines
429 B
Markdown
13 lines
429 B
Markdown
# Codex Marketplace Root
|
|
|
|
This directory can be used as a local marketplace root:
|
|
|
|
```powershell
|
|
codex plugin marketplace add .\plugins\codex
|
|
codex plugin add docx@eapil-skill-market
|
|
```
|
|
|
|
For Git marketplace testing from the repository root, prefer the root `.agents/plugins/marketplace.json` entry and leave sparse checkout empty.
|
|
|
|
Each skill directory is packaged as a separate plugin so users can install only what they need.
|