✦ What Claude Code actually does
You work inside your computer, not a chat box.
→ Reads your local files
→ Writes and edits code
→ Runs commands
→ Tests changes
→ Improves through loops
End result:
You give one instruction.
It builds, runs, fixes, and repeats.
✦ Why this is different from browser AI
Browser:
- you paste context every time
- it tells you what to do
- you execute manually
Claude Code:
- has full project access
- executes actions
- creates feedback loops
✦ Shift:
From “assistant” → to “operator”
✦ Setup, do this once
- Install Node.js Search and install from official site.
- Install Visual Studio Code Your workspace to manage projects.
- Open a new project folder Example, “starter”
- Open terminal in VS Code Top menu → Terminal → New Terminal
- Install Claude Code Run install command from official docs
- Login with Claude account Use Pro plan to start
You are now ready.
✦ First interaction inside Claude Code
Type:
claude
You will see:
- onboarding
- model selection
- effort level
Set:
→ model, default or opus
→ effort, medium
✦ Core commands you must know
→ /help
see all commands
→ /clear
start fresh session
→ /model
switch models
→ /resume
return to past sessions
✦ How sessions work
You can run multiple sessions at once.
→ split terminal
→ run multiple Claude instances
Use cases:
- one builds
- one researches
- one edits
✦ This increases speed.
✦ Build your first project
Give instruction:
“Build a modern website using Next.js with animations and clean UI”
Claude Code will:
- convert your idea into structured prompt
- create files
- install dependencies
- run the project
Then:
Run command:
npm run dev
Open:
localhost:3000
Your project is live.
✦ Important concept, execution loop
Claude Code does not stop at writing.
It:
→ writes code
→ runs code
→ detects errors
→ fixes code
✦ This loop is where real power comes from.
✦ The claude.md file, your system brain
Create:
This file is read every session.
Add rules like:
- ask before making changes
- follow specific design style
- use certain tools
Example rule:
“Always ask 3 clarifying questions before editing code”
Effect:
Claude follows this every time.
✦ Why claude.md matters
Without it:
- random outputs
- inconsistent behavior
With it:
- structured execution
- consistent results
- less rework
✦ Claude Skills, next level control
Skills are reusable instruction files.
They define:
- how to write
- how to design
- how to respond
Example:
Frontend design skill:
- defines layout
- animations
- UI standards
When used:
Claude applies that style automatically.
✦ How to use skills
- Download skill file
- Drag into project
- Ask Claude to install it
Example:
“Install this skill from documentation”
Claude will:
- read docs
- install properly
✦ How skills improve output
Without skill:
→ basic output
With skill:
→ structured
→ higher quality
→ consistent
✦ Real workflow example
Task:
“Create newsletter”
Claude will:
→ research topic
→ structure content
→ generate HTML
→ design visuals
→ prepare output
You review.
It improves.
✦ How to prompt properly
Bad:
“Make website”
Good:
“Build modern AI agency website using Next.js, include animations, clean layout, strong copy”
✦ Rule:
Clear input = clean output
✦ Effort levels explained
→ Low
fast, less thinking
→ Medium
balanced
→ High
deep reasoning
Use:
Medium for most work
High for complex builds
✦ Multi session workflow
Use multiple terminals:
Session 1
→ building
Session 2
→ fixing
Session 3
→ experimenting
✦ This multiplies output speed.
✦ Error handling
When errors happen:
Claude will:
- debug logs
- search docs
- update code
Your role:
→ guide direction
→ approve decisions
✦ Iteration loop
Always follow:
→ build
→ test
→ break
→ fix
→ repeat
Do not skip this.
✦ From project to system
Once stable:
You now have:
- repeatable workflow
- automated execution
- minimal manual work
This becomes a system.
✦ How people make money with this
Not by “building AI”.
But by:
→ solving business problems
Examples:
- lead management systems
- content automation
- internal tools
✦ Positioning matters
Wrong:
“I build AI”
Right:
“I reduce 20 hours of manual work per week”
✦ Pricing logic
If your system saves:
₹8,00,000 per month
Charging:
₹2,00,000
Is a clear decision.
✦ Common mistakes
→ vague instructions
→ no claude.md
→ no testing
→ over trusting outputs
→ no structure
✦ Final takeaway
Claude Code is not about chatting.
It is about building systems that:
→ execute tasks
→ improve over time
→ reduce manual work
If your setup still needs daily input,
you have not built a system yet.
