How to Import Your ChatGPT History Into Claude Using Projects

If you're moving from ChatGPT to Claude and dreading the cold-start problem — no access to past context, project history, or your customized interaction style — there is a workable solution. One Reddit user posted a pragmatic two-step workflow that uses Claude's native Projects feature to carry over context from ChatGPT conversations.
Step 1: Export ChatGPT History as Markdown
Use a browser extension to select all your ChatGPT chats and export them as individual Markdown files (one .md per chat). Raw JSON dumps won't work for the next step; Markdown keeps files clean and readable. You'll end up with a folder of portable, local history.
Step 2: Load Key Chats Into a Claude Project
Claude Projects allow you to upload files as knowledge that the model reads before answering. Do not dump all 800 chats — be selective. Pick the conversations that carry active context: ongoing projects, reference material, chats where you defined how you like things done. Drop those .md files into a Project. Now Claude reads your ChatGPT history and continues from it instead of starting from zero.
Step 3: Archive the Rest Locally
Keep the entire exported folder in a notes app, Obsidian, or a regular folder. It stays searchable and backed up after you stop using ChatGPT.
Optional: Create a Context Brief
For long, messy threads, paste the conversation into Claude and ask it to compress it into a short brief: key decisions, current state, open questions. A 3,000-message thread becomes a half-page Claude can use instantly.
Caveats
- Claude Projects have file and size limits — be selective.
- This brings over context for Claude to read, not a literal recreation of your chat list.
- For resuming work, giving Claude your history to read is what matters.
📖 Read the full source: r/ClaudeAI
👀 See Also

Accessing USB Webcams in WSL2 for Local Motion Detection
A developer shares how to use usbipd-win to pass USB webcams from Windows to WSL2, enabling local motion detection with OpenCV without cloud dependencies.

OpenClaw Integration with WhatsApp Cloud API
A developer has configured OpenClaw to communicate directly with WhatsApp using Meta's official Cloud API and documented the setup process to help others avoid scattered documentation.

Agent-Oriented API Design Patterns: Insights from Moltbook
Moltbook's API design supports proactive AI agent interactions by integrating direct instruction, state transitions, cognitive challenges, and educational rate-limiting.

Mastering OpenClaw Skills: A Step-by-Step Guide
Unlock the full potential of OpenClaw with this comprehensive guide on building new skills. Learn key strategies to enhance your projects using AI coding agents.