⚙️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
- Install Claude Code in the terminal:
npm install -g @anthropic-ai/claude-code
- Go to your project folder, open CMD (or the terminal) inside it, and type:
claude
It opens right in the middle of your project.
- Let it read the whole code so it understands your project: what it's about and what you're doing:
/init
- Install the skills you'll need — go to any skill's GitHub repo, copy the link, and tell it:
install the skill from <رابط الريبو>
- 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. 😉