🤖 Add Codex marketplace metadata
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "dioxus",
|
||||
"version": "0.1.0",
|
||||
"description": "Dioxus Rust UI library reference skills, pinned per Dioxus version (currently 0.7).",
|
||||
"author": {
|
||||
"name": "Gabor Korber",
|
||||
"email": "gab@g4b.org"
|
||||
},
|
||||
"skills": "./skills/",
|
||||
"interface": {
|
||||
"displayName": "Dioxus",
|
||||
"shortDescription": "Per-version Dioxus Rust UI reference skills.",
|
||||
"longDescription": "Dioxus 0.7+ API reference for Rust UI work, including components, signals, RSX, assets, routing, fullstack, and hydration.",
|
||||
"developerName": "Gabor Korber",
|
||||
"category": "Coding",
|
||||
"capabilities": ["Skills"],
|
||||
"defaultPrompt": [
|
||||
"Use Dioxus 0.7 patterns for this Rust UI change.",
|
||||
"Check this Dioxus component against 0.7 APIs."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "gitea",
|
||||
"version": "0.1.0",
|
||||
"description": "Gitea issue integration: fetch/create/list/close tickets, post comments, scaffold labels. Workpad-aware.",
|
||||
"author": {
|
||||
"name": "Gabor Korber",
|
||||
"email": "gab@g4b.org"
|
||||
},
|
||||
"skills": "./skills/",
|
||||
"interface": {
|
||||
"displayName": "Gitea",
|
||||
"shortDescription": "Work with Gitea tickets from Codex.",
|
||||
"longDescription": "Fetch, create, list, close, and comment on Gitea issues using self-contained uv scripts, with workpad-aware workflows.",
|
||||
"developerName": "Gabor Korber",
|
||||
"category": "Productivity",
|
||||
"capabilities": ["Skills", "Scripts"],
|
||||
"defaultPrompt": [
|
||||
"Fetch this Gitea ticket for context.",
|
||||
"Create a Gitea issue from this goal.",
|
||||
"Post this report as a Gitea comment."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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."
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user