Vikrant Payal

Claude Code Tips

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

Source