📝 List bevy plugin in root README

This commit is contained in:
2026-07-07 17:58:34 +02:00
parent 9956776808
commit 30dd141717
+2
View File
@@ -11,6 +11,7 @@ The repo doubles as a **Claude Code marketplace** (`.claude-plugin/marketplace.j
| 🧠 [`g4b_ai`](./plugins/g4b_ai) | Core personal Claude Code skills — workpad, research-tree, implementation-orchestration, markdown-embedded-svg |
| 🐸 [`gitea`](./plugins/gitea) | Gitea issue tracker integration — fetch, create, close, and comment on tickets via self-contained `uv run` scripts |
| 🦀 [`dioxus`](./plugins/dioxus) | Per-version API reference skills for the Dioxus Rust UI library (currently 0.7+) |
| 🕊️ [`bevy`](./plugins/bevy) | Version-pinned skills for the Bevy Rust game engine — idiomatic 0.19 patterns plus a migration guide across breaking-change releases |
| 📦 [`project-uv`](./plugins/project-uv) | Context-aware uv project detection — probes layout before suggesting `uv run` / `uv sync` |
## 🚀 Install as a Claude Code marketplace
@@ -122,6 +123,7 @@ reliquary/
│ ├── g4b_ai/ # 🧠 core skills
│ ├── gitea/ # 🐸 gitea issue tracker
│ ├── dioxus/ # 🦀 rust dioxus library reference
│ ├── bevy/ # 🕊️ rust bevy game engine skills
│ └── project-uv/ # 📦 uv project detection
└── docs/
```