Add cross-reference to claude-foundations memory requirement for skills

Each skill must have a memory/skill-<name>.md in claude-foundations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Paul O'Reilly
2026-03-13 12:07:40 +13:00
parent 1e1e1d0557
commit ee5f4b23ce

View File

@@ -24,6 +24,7 @@ custom-claude-skills/
- The `scripts/install.sh` script creates symlinks from `~/.claude/skills/<name>` → this repo's `skills/<name>/`
- 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-<name>.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