Files
EapilSkillMarket/plugins/codex
KeyInfo Bot 2104b3e41e Publish current skill market snapshot
Constraint: EAPIL Skill Market is a distribution repository and must not accumulate generated publish history.

Rejected: Preserve Web publish commits | increases clone and ZIP size for skill users.

Confidence: high

Scope-risk: moderate

Directive: Web/admin publish paths must create single current-tree snapshots with force-with-lease pushes.

Tested: python scripts/validate_marketplace.py; README plugin coverage check; git diff --check.

Not-tested: Codex plugin install smoke for the newly Web-published plugin in this turn.
2026-06-12 09:50:43 +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.