https://github.com/bootique/bootique-ai-plugin
Bootique Claude Code plugin
https://github.com/bootique/bootique-ai-plugin
Last synced: 24 days ago
JSON representation
Bootique Claude Code plugin
- Host: GitHub
- URL: https://github.com/bootique/bootique-ai-plugin
- Owner: bootique
- License: apache-2.0
- Created: 2026-06-09T18:59:05.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2026-06-09T19:31:07.000Z (24 days ago)
- Last Synced: 2026-06-09T21:16:21.625Z (24 days ago)
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootique-ai-plugin
A Claude Code plugin (and marketplace) for [Bootique](https://bootique.io) — the
modular, DI-based runtime for runnable Java apps — and its standard modules.
## Layout
```
.claude-plugin/marketplace.json # marketplace descriptor
plugin/ # the "bootique" plugin (skills + references)
```
## Install
```
# register this repo as a marketplace
/plugin marketplace add bootique/bootique-ai-plugin
# install the plugin
/plugin install bootique@bootique
```
See [`plugin/README.md`](plugin/README.md) for what the plugin does and the
skills it ships.