diff --git a/README.md b/README.md index a2dedf8..228cfba 100644 --- a/README.md +++ b/README.md @@ -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/ ```