From 5e37331d3167cc6b8851db51e49a21385aae8b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabor=20K=C3=B6rber?= Date: Mon, 11 May 2026 17:08:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20CLAUDE.md=20and=20g4b?= =?UTF-8?q?=5Fai=20READMEs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 6 +++++- README.md | 7 ++----- plugins/g4b_ai/CLAUDE.md | 3 +-- plugins/g4b_ai/README.md | 13 ------------- 4 files changed, 8 insertions(+), 21 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 8a79810..fb940f0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,6 +6,10 @@ This repo is a marketplace, not a single project. Each plugin under `plugins/` i Use gitmoji prefixes. The full convention — including the custom `🤖` for agent-file changes and the `🦇 BATMAN` initial-commit rule — lives in [`docs/workpad/specs/commit-conventions.md`](./docs/workpad/specs/commit-conventions.md). Read it before committing. -## Workpad +## Development: Use g4b_ai skills + +See `plugins/g4b_ai/skills` subdirectory and use those skills in this repository when developing. + +## Concepting: Workpad Working documents (plans, research, goals, designs, reports) live in `docs/workpad/`. The `workpad` skill in `plugins/g4b_ai/skills/workpad/` is authoritative for placement and naming. diff --git a/README.md b/README.md index 6b45e80..6cc593c 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,8 @@ reliquary/ ├── .claude-plugin/ │ └── marketplace.json # the marketplace listing ├── plugins/ -│ └── g4b_ai/ -│ ├── .claude-plugin/plugin.json -│ ├── skills/ -│ └── README.md -└── docs/ # workpad: notes, research, goals, plans +│ └── ... # e.g. g4b_ai's workpad: notes, research, goals, plans, ... +└── docs/ ``` ## Conventions diff --git a/plugins/g4b_ai/CLAUDE.md b/plugins/g4b_ai/CLAUDE.md index e807e7e..2b1be85 100644 --- a/plugins/g4b_ai/CLAUDE.md +++ b/plugins/g4b_ai/CLAUDE.md @@ -1,2 +1 @@ -when committing, use gitmjoi prefixes instead of "chore" etc. - +These are workflow skills for the user. Most of them build on the concept of a workpad diff --git a/plugins/g4b_ai/README.md b/plugins/g4b_ai/README.md index 5c9f15e..ec8dc4a 100644 --- a/plugins/g4b_ai/README.md +++ b/plugins/g4b_ai/README.md @@ -87,16 +87,3 @@ ln -s /tmp/reliquary/plugins/g4b_ai/skills/workpad ~/.claude/skills/workpad ``` A skill is just a directory containing a `SKILL.md` — no further wiring is needed. - -## Layout - -``` -plugins/g4b_ai/ -├── .claude-plugin/ -│ └── plugin.json -└── skills/ - ├── workpad/SKILL.md - ├── research-tree/SKILL.md - ├── implementation-orchestration/SKILL.md - └── markdown-embedded-svg/SKILL.md -```