Joseph HENRY eee3a09521 Add MIT license and polish README
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 17:46:50 +02:00
2026-05-07 17:46:50 +02:00
2026-05-07 17:46:50 +02:00

ADM Tools — Claude Code Marketplace

Claude Code plugins for Autour de Minuit's Blender pipeline and production tracking. Open-source under MIT — useful as-is to anyone running Flamenco or Kitsu.

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.

License

MIT © Autour de Minuit

Description
No description provided
Readme 4 MiB
Languages
Markdown 100%