claude-plugins/.claude-plugin/marketplace.json
Joseph HENRY 3600c870cd Initial marketplace with flamenco and kitsu plugins
Bundles the flamenco-api and kitsu-api skills as Claude Code plugins
under an "adm-tools" marketplace.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 17:13:13 +02:00

23 lines
560 B
JSON

{
"name": "adm-tools",
"owner": {
"name": "Autour de Minuit",
"email": "adv.bdl.dev@gmail.com"
},
"description": "Claude Code plugins for the ADM Blender pipeline and production tracking",
"plugins": [
{
"name": "flamenco",
"source": "./plugins/flamenco",
"description": "Flamenco render farm tools and references",
"version": "1.0.0"
},
{
"name": "kitsu",
"source": "./plugins/kitsu",
"description": "Kitsu production tracking tools and references",
"version": "1.0.0"
}
]
}