Claude Code training in India, taught from real work
This page is a living guide for Indian engineering teams and individual engineers who want to put Claude Code into daily use, not just demo it once and move on. It is written in English, the way the rest of this site is. The matching videos are in Hinglish, because that is how I teach when the camera is on.
Who this is for:
- Backend, full-stack, and platform engineers (especially in the .NET, Node, Python, and Go worlds)
- Tech leads and engineering managers evaluating Claude Code for their teams
- Indian developers comparing Claude Code, Cursor, and GitHub Copilot
- Anyone who has tried Claude Code casually and wants a proper workflow
Last updated: May 2026 by Jitan Gupta, Mumbai-based AI adoption practitioner.
What you will actually get out of this guide
Most “Claude Code tutorial” content stops at installation. This guide goes deeper because that is where teams fail in production:
- Installing Claude Code on Windows via WSL. A standalone, step-by-step walkthrough lives at /learn/claude-code-windows-installation-guide.
- Context engineering with CLAUDE.md. The single highest-leverage thing a team can do. Covered in the first video below.
- Plan Mode and
/init. How to get Claude to think before it writes, instead of generating plausible-looking but wrong code. - Multi-project setups with
--add-dir. For monorepos and split repos. - Running parallel agents with Git Worktree. A 3-to-4x speed-up for engineers comfortable with branching.
- Production safety checks. Five guardrails I run before any AI-generated code reaches main, documented in the fifth video below and on /learn/production-safe-ai-code.
These map directly to what I teach in Team AI Training sessions in Mumbai and remotely across India.
The artifacts behind the teaching
Everything on this page is grounded in real shipped work. The two main public artifacts:
- cb-mcp-server is an MCP server I built live on YouTube, connecting my Content Board PWA to Cowork. Episode-by-episode build log on the channel. If you want to see how MCP servers are actually shipped, this is the repo to read.
- Cowork Boilerplate is open-source workflow scaffolding for Claude’s desktop agent, shared in the Claude Discord #build-with-claude channel.
I mention these specifically because the brief on this page is “shown, not claimed.” If you read the cb-mcp-server commits and watch the build-log episodes side by side, the workflow on this page is the workflow I actually use.
Authoritative references
For canonical specs and Anthropic’s own docs:
These are worth reading once. After that, reach for the videos and the code. Doing beats reading.
Want hands-on help?
If you are a team in India and want this taught against your real codebase, Team AI Training is the full-day session built for that. If you are an individual figuring it out alone, start with the free Discovery Call.
Watch on YouTube
Context Engineering for Claude Code: Why Prompting Alone Isn't Enough
3 Powerful Claude Code Features Every Developer Should Use (Hindi)
Git Worktree + Claude Code: Run 3 AI Agents on One Repo
Don't Ship AI Code Before These 5 Checks