Skip to content

Instantly share code, notes, and snippets.

View sxalexander's full-sized avatar
🚌
Reticulating Splines

Sam Alexander sxalexander

🚌
Reticulating Splines
View GitHub Profile
@sxalexander
sxalexander / Summarize Conversation
Last active September 25, 2025 16:44
Use this prompt when you need to move from one chat to another
Your task is to create a detailed summary of the conversation so far, paying close attention to the user's explicit requests and your previous actions.
This summary should be thorough in capturing business details, priorities, process patterns, and decisions that would be essential for continuing work without losing context.
Your goal is to create a thorough summary that preserves business details, priorities, process patterns, and decisions. This summary must be detailed enough that work can continue seamlessly based on the information provided.
Before writing your final summary, you must first conduct a thorough analysis. Write your analysis inside <analysis> tags and follow this process:
1. Read through the entire conversation chronologically
2. For each message and section, identify:
- The user's explicit requests and stated intents
#!/bin/bash
# Force reinstall Claude Code when it's borked
# Run this when: claude command not found, permission errors, or other weirdness
set -e
echo "🔧 Force reinstalling Claude Code..."
echo ""
# Find the npm global prefix (works across different node versions)
@sxalexander
sxalexander / conflict_viewer.ipynb
Last active March 16, 2026 19:36
conflict_viewer.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.