📝 Update CLAUDE.md and g4b_ai READMEs

This commit is contained in:
2026-05-11 17:08:16 +02:00
parent 320c645294
commit 5e37331d31
4 changed files with 8 additions and 21 deletions
+5 -1
View File
@@ -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.
+2 -5
View File
@@ -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
+1 -2
View File
@@ -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
-13
View File
@@ -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
```