⚙️SETUP
reel #27Claude Code from scratch, no hassle
What this is
A free, step-by-step template from Taha's reels — the exact tools, prompts and links, laid out so you can follow along and ship. Comment the keyword on the reel and it also lands in your DMs.
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-codeHow 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. 😉