97d4ab6b82
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>
15 lines
309 B
JSON
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"
|
|
}
|
|
]
|
|
}
|