claude-plugins/README.md
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

42 lines
1.3 KiB
Markdown

# ADM Tools — Claude Code Marketplace
Claude Code plugins for Autour de Minuit's Blender pipeline and production tracking.
## Plugins
- **flamenco** — Flamenco render farm tools. Currently bundles the `flamenco-api` skill (API reference, configuration, worker/job management).
- **kitsu** — Kitsu production tracking tools. Currently bundles the `kitsu-api` skill (Zou REST API and gazu SDK reference).
## Install
```
/plugin marketplace add https://git.autourdeminuit.com/autour_de_minuit/claude-plugins.git
/plugin install flamenco@adm-tools
/plugin install kitsu@adm-tools
```
Once installed, the skills auto-trigger on relevant prompts. Namespaced names are `flamenco:flamenco-api` and `kitsu:kitsu-api`.
## Updating
After a new version is pushed:
```
/plugin marketplace update adm-tools
```
## Layout
```
.claude-plugin/marketplace.json — marketplace catalog
plugins/<plugin>/.claude-plugin/ — per-plugin manifest
plugins/<plugin>/skills/<skill>/ — bundled skill (SKILL.md + references)
```
## Releasing changes
1. Edit the skill content under `plugins/<plugin>/skills/<skill>/`.
2. Bump the `version` in both `plugins/<plugin>/.claude-plugin/plugin.json` and the matching entry in `.claude-plugin/marketplace.json`.
3. Commit and push.
4. Tell teammates to run `/plugin marketplace update adm-tools`.