Files
CursorInitGeneral/.cursor/bootstrap/catalog.json
2026-07-27 15:09:13 +08:00

27 lines
540 B
JSON

{
"schema_version": 1,
"skill_version": 5,
"common_manifest": "common.manifest.json",
"skills_catalog": "skills.json",
"types": [
{
"id": "general",
"label": "通用",
"status": "ready",
"manifest": "types/general/manifest.json"
},
{
"id": "godot",
"label": "Godot",
"status": "ready",
"manifest": "types/godot/manifest.json"
},
{
"id": "roblox",
"label": "Roblox",
"status": "ready",
"manifest": "types/roblox/manifest.json"
}
]
}