ATLAS ROOM
← Home
⚙️SETUP

Claude Code from scratch, no hassle

Hey! 👋 Here's what I promised you:

Claude Code — the assistant that works with you in the terminal: it reads the whole project, writes the code, and does everything for you — and your workflow stays normal, nothing is difficult.

🔗Claude Codehttps://claude.com/claude-code

How to start

  1. Install Claude Code in the terminal:
npm install -g @anthropic-ai/claude-code
  1. Go to your project folder, open CMD (or the terminal) inside it, and type:
claude

It opens right in the middle of your project.

  1. Let it read the whole code so it understands your project: what it's about and what you're doing:
/init
  1. Install the skills you'll need — go to any skill's GitHub repo, copy the link, and tell it:
install the skill from <رابط الريبو>
  1. Got a database or other things? Connect MCP servers (for example Supabase for the database) and it deals with them on its own.
And that's it — you've got the assistant that does everything for you. 😉