Claude Code Tips
- Keep the Claude.md project specific and concise. Do not dump.
- Any reused prompts should be a Skill. You are not paying for Skills you are not using.
- Subagents have their own context window and tools allow list. Use for ‘side quests’ or ‘parallel tasks’ that might clutter the main thread.
- Hooks = must run every time, no exceptions. Best for security.
Source