# ADM Tools — Claude Code Marketplace Claude Code plugins for [Autour de Minuit](https://www.autourdeminuit.com)'s Blender pipeline and production tracking. Open-source under [MIT](LICENSE.md) — useful as-is to anyone running [Flamenco](https://flamenco.blender.org) or [Kitsu](https://kitsu.cg-wire.com). ## 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//.claude-plugin/ — per-plugin manifest plugins//skills// — bundled skill (SKILL.md + references) ``` ## Releasing changes 1. Edit the skill content under `plugins//skills//`. 2. Bump the `version` in both `plugins//.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`. ## License [MIT](LICENSE.md) © Autour de Minuit