Skip to content

Instantly share code, notes, and snippets.

View ek0212's full-sized avatar

Eve K ek0212

  • New York, NY | Cambridge, MA | Claremont, CA | Greenwich, CT
View GitHub Profile
@ek0212
ek0212 / EXEMPLARY-CLAUDE.md
Last active April 17, 2026 16:48
Generic and best CLAUDE.md/AGENTS.md file for coding (especially web apps) after years of testing

Core Rules

  • Prioritize working, correct code over perfect process.
  • Make the smallest reasonable changes.
  • Match the style of surrounding code.  

Development Flow

  • Understand requirements before coding.
  • For non-trivial tasks, outline a short plan first.
  • Implement incrementally.
  • Add tests for new critical logic or bug fixes.