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>
23 lines
560 B
JSON
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"
|
|
}
|
|
]
|
|
}
|