30 lines
906 B
JSON
30 lines
906 B
JSON
{
|
|
"name": "reliquary",
|
|
"owner": {
|
|
"name": "Gabor Körber",
|
|
"email": "gab@g4b.org"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "g4b_ai",
|
|
"source": "./plugins/g4b_ai",
|
|
"description": "Gabor's personal Claude Code skills: workpad, research-tree, implementation-orchestration, markdown-embedded-svg"
|
|
},
|
|
{
|
|
"name": "dioxus",
|
|
"source": "./plugins/dioxus",
|
|
"description": "Per-version Dioxus Rust UI library reference skills (currently 0.7)"
|
|
},
|
|
{
|
|
"name": "project-uv",
|
|
"source": "./plugins/project-uv",
|
|
"description": "Detects how uv is wired into a Python project and advertises the right invocation patterns"
|
|
},
|
|
{
|
|
"name": "gitea",
|
|
"source": "./plugins/gitea",
|
|
"description": "Bidirectional Gitea ticket integration: fetch context, create issues, post comments, list/search, close, and scaffold labels"
|
|
}
|
|
]
|
|
}
|