update CLAUDE.md with doc lookup instructions

- Claude Code's own understanding of hooks, skills and subagents can be spotty at times.
  Give specific instructions for it to look up official docs
This commit is contained in:
George Liu 2025-11-01 12:16:02 +10:00
parent f4164b4748
commit 1420013d55

View File

@ -35,6 +35,15 @@ This project uses a structured memory bank system with specialized context files
When asked to backup Memory Bank System files, you will copy the core context files above and @.claude settings directory to directory @/path/to/backup-directory. If files already exist in the backup directory, you will overwrite them. When asked to backup Memory Bank System files, you will copy the core context files above and @.claude settings directory to directory @/path/to/backup-directory. If files already exist in the backup directory, you will overwrite them.
## Claude Hooks & Skills & Subagents
Whenever you are asked to work on Claude Hooks, Skills or Subagents you will consult the official online documentation first to get 100% accurate understanding/
- https://docs.claude.com/en/docs/claude-code/hooks-guide.md
- https://docs.claude.com/en/docs/claude-code/hooks.md
- https://docs.claude.com/en/docs/claude-code/skills.md
- https://docs.claude.com/en/docs/claude-code/sub-agents.md
## Project Overview ## Project Overview