How to connect Claude Code to your Framer project (in under 9 mins.):
- Create a Project Directory on your PC (where you’ll put the files you want claude to work with)
- Open your Terminal and run the command cd directory_name
- On the same terminal window, run the command claude
- Claude will launch in the new directory, now you need to download the Framer agent skills to work on your project:
- Run this command npx @framer/agent setup
- Follow the instructions on the terminal, should be done in about 5 min
- Ask Claude to make sure the skill files were downloaded correctly
- Once you’re done downloading the skills, open a new terminal window and launch claude, which will now have access to the /framer commands
- Now type: /framer [paste your project invite link here]
Claude will access your project but first you’ll have to grant permission (via login window, will open automatically, don't worry).
Once the connection is established Claude will let you know via the terminal and you can now send it instructions to work on your Framer project.
You're welcome.