Four small scripts that turn an Anthropic Claude.ai data export into a folder tree you can actually read, grep and keep in git.
The export arrives as a handful of opaque JSON files: every non-ASCII character escaped as \uXXXX, and conversations.json delivered as a single line that can run to a gigabyte. These scripts unpack it into one Markdown file per chat, one folder per project, and drop each project's memory next to its system prompt.
No dependencies — Python 3.8+ and the standard library. Every script supports --dry-run, and none of them ever modify the source export.