From 293fcffea3105cbbfdfa257f56e78a0240e0de58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabor=20K=C3=B6rber?= Date: Sat, 30 May 2026 15:34:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Clarify=20marketplace=20reposito?= =?UTF-8?q?ry=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 40b0116..a2dedf8 100644 --- a/README.md +++ b/README.md @@ -113,14 +113,16 @@ reliquary/ │ └── plugins/ │ └── marketplace.json # Codex marketplace listing ├── .codex/ -│ └── config.toml # Codex project plugin setup example +│ └── config.toml # Codex project plugin setup +├── .claude/ +│ └── settings.json # Claude project plugin setup ├── .claude-plugin/ -│ └── marketplace.json # the marketplace listing +│ └── marketplace.json # Claude marketplace listing ├── plugins/ -│ ├── g4b_ai/ # 🧠 core skills -│ ├── gitea/ # 🐸 issue tracker -│ ├── dioxus/ # 🦀 UI library reference -│ └── project-uv/ # 📦 uv project detection +│ ├── g4b_ai/ # 🧠 core skills +│ ├── gitea/ # 🐸 gitea issue tracker +│ ├── dioxus/ # 🦀 rust dioxus library reference +│ └── project-uv/ # 📦 uv project detection └── docs/ ```