Skip to content

Instantly share code, notes, and snippets.

@Himan10
Created March 2, 2026 05:56
Show Gist options
  • Select an option

  • Save Himan10/15bf57c37db378fa0eebd4f0200a3859 to your computer and use it in GitHub Desktop.

Select an option

Save Himan10/15bf57c37db378fa0eebd4f0200a3859 to your computer and use it in GitHub Desktop.
publicly found references for claude

HOWTO

write plans/reviews/architecture for claude, below are the examples found on Github

Anti-Patterns to Avoid

  1. Don't delete session.json without checking if session is active
  2. Don't modify git state while an agent is running
  3. Don't retry billing/quota errors (they're not retryable)
  4. Don't ignore PentestError type - it indicates the error category
  5. Don't make random changes hoping something works
  6. Don't fix symptoms without understanding root cause
  7. Don't bypass mutex protection for "quick fixes"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment