Before You Start
If you have not signed in to MIT Enterprise yet, sign in with your MIT email address and choose Continue with SSO. You can do this at claude.ai or in the Claude desktop app—either way, it is the same account, and both workspaces will be available once you are signed in.
Once you have signed in, both workspaces will be available under the same email:
- MIT Sloan Fellows Pilot Team
- Massachusetts Institute of Technology Enterprise
Switch between them by clicking your initials or name in the lower left corner and selecting the workspace you want. A checkmark shows which one you are currently using.
Complete this process while you still have access to the Sloan Fellows workspace.
You do not need to save everything you have ever done in Claude. Focus on information, files, instructions, and work that you expect to use again or that would be difficult to recreate.
Start using MIT Enterprise for all new work right away. There is no reason to wait until October 4, and anything new you create in Sloan Fellows between now and then is one more thing to move.
While you are working through these steps, do not delete chats, Projects, Skills, or artifacts in the Sloan Fellows workspace, even if you think you have already saved them. Wait until you have confirmed everything you need is available in MIT Enterprise.
1. Save Your Settings and Instructions
System Instructions
If you have added standing instructions that tell Claude how you prefer it to work with you:
- Open Settings > Account in the Sloan Fellows workspace.
- Find Instructions for Claude under Profile.
- Copy the text into a document or text file, and save it as Sloan_Fellows_Claude_System_Instructions.md.
These may include writing preferences, terminology, formatting preferences, recurring instructions, or other information you regularly want Claude to consider.
Your instructions may or may not appear automatically in MIT Enterprise. Check after you switch. Either way, keep your own copy: this is a single text field with no version history, so if it is cleared or overwritten there is no way to recover it. Paste your saved text back in if anything is missing.
Skills
Skills do not move between Claude workspaces automatically. You can, however, download each Skill you created and upload it again in MIT Enterprise.
For each Skill you created:
- Open Settings > Skills in the Sloan Fellows workspace.
- Click on the name of the Skill you want to keep.
- Click the ⋮ menu in the upper right, and click Download.
- Save the downloaded file somewhere outside Claude.
- Repeat these steps for each Skill you want to bring with you.
In MIT Enterprise, add your downloaded Skills again using the Add button under Settings > Skills.
Connected Apps and Connectors
Connections to external apps and services do not carry over to MIT Enterprise. You will need to reconnect and sign in again there.
Before leaving the Sloan Fellows workspace:
- Open Settings > Connectors and look at the Connectors list.
- Take a screenshot or make a note of which ones you have connected. The list shows each connector’s name, type, and status.
The apps and connectors available in MIT Enterprise may differ from those in the Sloan Fellows workspace. If something you rely on is missing there, contact the STS Help Desk at stshelp@mit.edu.
Code and Claude Code
Code you wrote with Claude can live in several places: inside conversations, inside artifacts, in Claude-created files, in Project knowledge, and in folders on your computer. Handle it deliberately.
Put any codebase you want to keep working on into a Git repository before you switch. Commit and push it to GitHub. A repository gives you a clean handoff: the code, its history, and its documentation all travel with you and do not depend on either Claude workspace. GitHub is available at MIT (https://github.mit.edu) and Github directly (https://github.com/education/students).
Do not commit secrets, API keys, .env files, credentials, or course or research data that should not be in a repository. Add a .gitignore before your first commit.
Copy code out of chats and artifacts. A snippet that exists only in a Sloan Fellows conversation goes away with the workspace. Move it into a file in your repository, or into a folder you back up.
If you use Claude Code in your terminal or IDE:
- Your repositories, CLAUDE.md files, .claude/ directories (custom commands, agents, and Skills), and local settings are stored on your computer, not in the Claude workspace. They stay where they are.
- Your CLI session transcripts are also local, under ~/.claude/projects/. Sessions in Claude Code on the web and in the desktop app’s Code tab are tied to your workspace, so save anything from those you need.
- Commit and push your work before you switch, so nothing important depends on a session you may not be able to resume.
- After you switch, type /logout at the Claude Code prompt, then /login, and sign in again. When asked which organization to use, choose Massachusetts Institute of Technology Enterprise.
- Settings your administrator manages are configured per organization, so permissions, available models, and similar settings may differ in MIT Enterprise.
- Confirm Claude Code is available to you there before you rely on it.
- Reconnect any MCP servers you configured for Claude Code and sign in to them again.
2. Save Your Claude Memory
Claude’s memory is separate in each workspace. What Claude remembers about you in Sloan Fellows will not appear in MIT Enterprise, and the reverse is also true.
To save a copy of what Claude remembers in Sloan Fellows:
- Open Settings > Memory and review what is listed under Preferences, Profile, Topics, and Areas. Keep this open (or note it down) so you can confirm later that nothing was dropped.
- Open a new chat in the MIT Sloan Fellows workspace—not inside a Project—and paste the memory export prompt below.
- Claude will give you two copies of the same thing: a file to download and a code block you can copy. Download Sloan_Fellows_Claude_Memory.md and save it somewhere you can find it—you will need it when you set up MIT Enterprise in Step 7. If no file appears, copy the code block into a text file and save it under that name yourself.
- Review the file and make sure any important context you want to preserve is included. Compare it against the Memory panel in Settings, which is the authoritative record.
Memory export prompt