feat(codex): Add repo-local plugin marketplace support

Add Codex marketplace metadata and a repo-local plugin scaffold so the repository can be installed as a Codex plugin without duplicating the skills catalog.

Document the new integration path and cover it with a regression test to keep the marketplace entry and plugin manifest in sync.
This commit is contained in:
sickn33
2026-03-27 04:10:20 +01:00
parent 367c4e0915
commit 57e90d0f83
7 changed files with 132 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ Install the library into your Codex path, then invoke focused skills directly in
npx antigravity-awesome-skills --codex
```
If you prefer a plugin-style Codex integration, this repository also ships repo-local plugin metadata in `.agents/plugins/marketplace.json` and `plugins/antigravity-awesome-skills/.codex-plugin/plugin.json`.
### Verify the install
```bash