Keep marketplace README user-facing
Constraint: Public README content should guide external AI users, not document internal maintenance, publishing, sync, or validation workflows. Rejected: Keeping repository maintenance and sync instructions in public README | those belong in the internal adapter skill. Confidence: high Scope-risk: narrow Directive: Keep public marketplace docs limited to install, update, uninstall, and public plugin capability guidance. Tested: python scripts/validate_marketplace.py; README scan for internal workflow terms.
This commit is contained in:
@@ -15,13 +15,6 @@ codex plugin add <plugin-id>@eapil-skill-market
|
||||
codex plugin marketplace add https://git.playones.com/arechen/EapilSkillMarket.git --ref main --sparse .agents --sparse plugins/codex
|
||||
```
|
||||
|
||||
从仓库根目录本地调试:
|
||||
|
||||
```bash
|
||||
codex plugin marketplace add .
|
||||
codex plugin add docx@eapil-skill-market
|
||||
```
|
||||
|
||||
每个 `plugins/<plugin-id>` 目录都是一个可安装 Codex plugin。插件可以包含官方支持的 `skills`、`mcpServers`、`apps`、`hooks`、`interface` 和 `assets`。当前公开 MCP 插件是 `mcp-playwright`。
|
||||
|
||||
完整插件清单、MCP 说明和维护规则见根目录 `README.md`。
|
||||
更多安装说明和公开插件说明见根目录 `README.md`。
|
||||
|
||||
Reference in New Issue
Block a user