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

@@ -0,0 +1,38 @@
{
"name": "antigravity-awesome-skills",
"version": "8.10.0",
"description": "Repository-backed Codex plugin for the Antigravity Awesome Skills library.",
"author": {
"name": "sickn33 and contributors",
"url": "https://github.com/sickn33/antigravity-awesome-skills"
},
"homepage": "https://github.com/sickn33/antigravity-awesome-skills",
"repository": "https://github.com/sickn33/antigravity-awesome-skills",
"license": "MIT",
"keywords": [
"codex",
"skills",
"agentic-skills",
"developer-tools",
"productivity"
],
"skills": "./skills/",
"interface": {
"displayName": "Antigravity Awesome Skills",
"shortDescription": "1,328+ reusable skills for coding, security, product, and ops workflows.",
"longDescription": "Install the Antigravity Awesome Skills catalog as a Codex plugin and expose the repository's curated skills library through a single marketplace entry.",
"developerName": "sickn33 and contributors",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/sickn33/antigravity-awesome-skills",
"defaultPrompt": [
"Use @brainstorming to plan a new feature.",
"Use @test-driven-development to fix a bug safely.",
"Use @lint-and-validate to verify this branch."
],
"brandColor": "#111827"
}
}

View File

@@ -0,0 +1 @@
../../skills