Tighten flamenco-api and kitsu-api descriptions per Anthropic's "concise is key" guidance: drop redundant trigger-list sentences and collapse to a single "what + when" line. Also remove the flamenco-api reference to usage-docs.md, which was never bundled. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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-apiskill (API reference, configuration, worker/job management). - kitsu — Kitsu production tracking tools. Currently bundles the
kitsu-apiskill (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
- Edit the skill content under
plugins/<plugin>/skills/<skill>/. - Bump the
versionin bothplugins/<plugin>/.claude-plugin/plugin.jsonand the matching entry in.claude-plugin/marketplace.json. - Commit and push.
- Tell teammates to run
/plugin marketplace update adm-tools.
License
MIT © Autour de Minuit
Description
Languages
Markdown
100%