Files
reliquary/.claude-plugin/marketplace.json
T
g4borg 97d4ab6b82 📦 convert repo to Claude Code plugin
Move skills/ to repo root and add .claude-plugin/{plugin,marketplace}.json
so the skills can be installed in other projects via a local marketplace.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-09 22:24:10 +02:00

15 lines
309 B
JSON

{
"name": "ai-skills",
"owner": {
"name": "Gabor Körber",
"email": "gab@g4b.org"
},
"plugins": [
{
"name": "ai-skills",
"source": "./",
"description": "Personal Claude Code skills: workpad, research-tree, implementation-orchestration, markdown-embedded-svg"
}
]
}