46 lines
1.5 KiB
Markdown
46 lines
1.5 KiB
Markdown
# 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/<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](LICENSE.md) © Autour de Minuit
|