Skip to main content
Claude Code is perfect for summarizing large TypeScript files, generating test cases, and drafting docs based on existing implementations. Below is a template CLAUDE.md tailored to this repository.

Install + launch

Run the CLI from the repository root so Claude can read both /src and /docs.

CLAUDE.md

Suggested prompts

  • “Summarize how AppLaunchService identifies a user based on headers.”
  • “Generate unit tests for the retry logic inside otp.service.ts.”
  • “Draft documentation for a new /api/v1/profile/preferences endpoint based on the controller.”

Review habits

  • Ask Claude to explain risky diffs before accepting them.
  • Use the /focus command on large files (e.g. repositories) to keep context small.
  • Prefer smaller iterative sessions—you can always re-run Claude with more files if needed.