Files
EapilSkillMarket/plugins/codex
KeyInfo Bot 5a301ad79e Update patent-application-drafting-skill skill in marketplace
Constraint: Public skills are published only by explicit administrator action unless they are tracked third-party market sources.
Confidence: high
Scope-risk: narrow
Directive: Keep private/internal skills out of the public marketplace and publish the market repository as a single current-tree snapshot.
Tested: Marketplace validation passed.
2026-06-12 14:09:01 +08:00
..

Codex Marketplace Sparse Entry

This directory is the sparse checkout entry for the EAPIL Codex Plugin Marketplace. AI agents should normally install the marketplace from the repository root URL:

codex plugin marketplace add https://git.playones.com/arechen/EapilSkillMarket.git --ref main
codex plugin list --marketplace eapil-skill-market
codex plugin add <plugin-name>@eapil-skill-market

Use sparse checkout only when the environment needs a smaller checkout:

codex plugin marketplace add https://git.playones.com/arechen/EapilSkillMarket.git --ref main --sparse .agents --sparse plugins/codex

Local debug from the repository root:

codex plugin marketplace add .
codex plugin add docx@eapil-skill-market

Each plugins/<plugin-name> directory is an installable Codex plugin. Plugins can include plain skills plus official Codex plugin components such as hooks, .mcp.json, and .app.json. See the root README.md for the full plugin table and maintenance rules.