From ee5f4b23ce43aa8f0ba3495e2b9c1817aa1e1355 Mon Sep 17 00:00:00 2001 From: Paul O'Reilly Date: Fri, 13 Mar 2026 12:07:40 +1300 Subject: [PATCH] Add cross-reference to claude-foundations memory requirement for skills Each skill must have a memory/skill-.md in claude-foundations. Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 2f09f8c..7d181b3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -24,6 +24,7 @@ custom-claude-skills/ - The `scripts/install.sh` script creates symlinks from `~/.claude/skills/` → this repo's `skills//` - After adding a new skill, run `./scripts/install.sh` to register it - Skills that are only useful for one project should live in that project's `.claude/skills/` instead +- Every skill must have a corresponding `memory/skill-.md` in `claude-foundations` with purpose, usage, how it works, and gotchas — update the `claude-foundations/MEMORY.md` index as part of the same commit ## Skill Development Guidelines