Files
reliquary/.claude-plugin/marketplace.json
T
g4borg 320c645294 🏗️ reshape repo into reliquary marketplace
The single ai-skills plugin becomes plugins/g4b_ai/ inside a
reliquary-named Claude marketplace. Root README/CLAUDE.md now
describe the marketplace; the plugin's own docs move alongside it.
This makes room for additional themed plugins and non-Claude
formats in parallel.
2026-05-11 12:58:16 +02:00

15 lines
328 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"
}
]
}