🤖 Add Codex marketplace metadata

This commit is contained in:
2026-05-30 15:19:23 +02:00
parent 44927813c2
commit 3166877839
8 changed files with 202 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "g4b_ai",
"version": "0.1.0",
"description": "Gabor's personal Codex skills: workpad, research-tree, implementation-orchestration, markdown-embedded-svg.",
"author": {
"name": "Gabor Korber",
"email": "gab@g4b.org"
},
"skills": "./skills/",
"interface": {
"displayName": "g4b_ai",
"shortDescription": "Personal project workflow skills for Codex.",
"longDescription": "Workpad placement, research orchestration, implementation orchestration, and Markdown SVG guidance.",
"developerName": "Gabor Korber",
"category": "Productivity",
"capabilities": ["Skills"],
"defaultPrompt": [
"Use workpad for this project's planning notes.",
"Research this as a dependency tree.",
"Plan and execute this implementation."
]
}
}