🤖 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
@@ -0,0 +1,22 @@
{
"name": "project-uv",
"version": "0.1.0",
"description": "Detects how uv is configured in the current Python project and advertises the right invocation patterns.",
"author": {
"name": "Gabor Korber",
"email": "gab@g4b.org"
},
"skills": "./skills/",
"interface": {
"displayName": "project-uv",
"shortDescription": "Probe uv project layout before running Python commands.",
"longDescription": "Context-aware uv project tooling detection for Python repositories. Probes project layout, lockfiles, and script declarations before suggesting uv commands.",
"developerName": "Gabor Korber",
"category": "Coding",
"capabilities": ["Skills"],
"defaultPrompt": [
"Probe this Python project's uv setup.",
"Find the right uv command for this repo."
]
}
}