# EAPIL Skill Market Codex custom plugin marketplace test repository. ## Desktop test In **Add plugin marketplace**: - Source: `https://git.playones.com/arechen/EapilSkillMarket.git` - Git ref: `main` - Sparse path: leave empty After the marketplace is added, install `eapil-skills` from the `EAPIL Skill Market` marketplace. If you want to use sparse checkout, enter both paths if the UI allows multiple lines: ```text .agents plugins/codex ``` ## CLI test ```powershell codex plugin marketplace add https://git.playones.com/arechen/EapilSkillMarket.git --ref main codex plugin add eapil-skills@eapil-skill-market ``` Sparse CLI form: ```powershell codex plugin marketplace add https://git.playones.com/arechen/EapilSkillMarket.git --ref main --sparse .agents --sparse plugins/codex codex plugin add eapil-skills@eapil-skill-market ``` For local testing before pushing: ```powershell codex plugin marketplace add . codex plugin add eapil-skills@eapil-skill-market ``` Start a new Codex thread after installing so the new skills are loaded into context. ## Layout ```text .agents/plugins/marketplace.json plugins/codex/ .agents/plugins/marketplace.json plugins/eapil-skills/ .codex-plugin/plugin.json skills/ pdf/ pptx/ xlsx/ threejs-animation/ threejs-fundamentals/ ... ```