🤖 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
+22
View File
@@ -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."
]
}
}