Claude Code क्या है
एजेंटिक CLI/IDE टूल समझाया गया — सत्र लूप, इंस्टॉल, और हर चीज़ कहाँ रहती है।
CLAUDE.md और मेमोरी फ़ाइलें
सबसे अधिक प्रभाव वाली Claude Code कस्टमाइज़ेशन: स्थायी प्रोजेक्ट मेमोरी।
AGENTS.md और क्रॉस-टूल इंटरऑप
वह खुला मानक जिसे हर कोडिंग एजेंट पढ़ता है — और इसे अपनी CLAUDE.md के साथ कैसे सिंक में रखें।
Plan Mode
किसी भी संपादन के चलने से पहले केवल-पठन जाँच-और-प्रस्ताव — बड़े बदलावों से निपटने का सबसे सुरक्षित तरीका।
IDE एकीकरण
VS Code और JetBrains एक्सटेंशन, इनलाइन डिफ़्स, और साझा सेटिंग्स।
settings.json: कॉन्फ़िग प्रणाली
फ़ाइल स्तर और प्राथमिकता, प्रमुख खंड, और प्रोजेक्ट बनाम व्यक्तिगत कॉन्फ़िग।
अनुमतियाँ और अनुमति मोड
allow/ask/deny नियम और मोड — सुरक्षा खोए बिना प्रॉम्प्ट कम करें।
कस्टम स्लैश कमांड
एक दोहराने योग्य वर्कफ़्लो को एक शब्द में बदलें।
आउटपुट स्टाइल्स
Claude Code का स्वर, विस्तार, और शिक्षण व्यवहार बदलें।
स्टेटसलाइन कस्टमाइज़ेशन
एक कस्टम स्क्रिप्ट के साथ मॉडल, cwd, संदर्भ बजट और git स्थिति को सामने लाएँ।
Spec Kit के साथ स्पेक-संचालित डेवलपमेंट
बड़े फ़ीचर्स के लिए वाइब-कोडिंग बंद करें। एक निष्पादन-योग्य स्पेक को सत्य का स्रोत बनाएं, फिर Claude Code से उसी के आधार पर निर्माण करवाएं — GitHub के Spec Kit के साथ।
संदर्भ प्रबंधन
/compact बनाम /clear, ऑटो-कॉम्पैक्शन, और सत्र बढ़ने पर प्रभावी बने रहना।
चेकपॉइंट और रिवाइंड
Claude के संपादनों को पूर्ववत करें, पूरे सत्र को वापस रोल करें, और /rewind के साथ संदर्भ को संपीड़ित करें — महत्वाकांक्षी रन के लिए सुरक्षा जाल।
हुक्स: नियतात्मक स्वचालन
फ़ॉर्मेटिंग, गेट्स, और सुरक्षा लागू करने के लिए लाइफ़साइकल इवेंट्स पर कमांड चलाएँ।
स्किल्स: माँग पर विशेषज्ञता
SKILL.md, प्रगतिशील प्रकटीकरण, और Skill बनाम command बनाम subagent बनाम MCP।
सबएजेंट्स और समानांतर एजेंट
स्कोप किए गए टूल्स के साथ पृथक-संदर्भ एजेंट्स को सौंपें — और कब नहीं।
Subagent Fleet Limits: Concurrency Caps & Nested Depth
On July 21, 2026 Claude Code capped concurrent subagents at 20 and killed nested spawning. Three days later nesting came back at depth 3. Here are the four env vars, the error you'll hit, why the caps exist, and how to design fleets that survive them.
डायनामिक वर्कफ़्लो और ultracode
Claude द्वारा लिखी गई स्क्रिप्ट से दर्जनों से सैकड़ों subagents को ऑर्केस्ट्रेट करें — कोडबेस ऑडिट, बड़े माइग्रेशन और क्रॉस-चेक किए गए शोध के लिए।
Inter-Session Messaging
Make two Claude Code terminals talk without you copy-pasting — the three shipping patterns for peer-to-peer session messaging, and the trust boundary you must not skip.
Claude Code में MCP सर्वर
Model Context Protocol के माध्यम से डेटाबेस, GitHub, ब्राउज़र और बहुत कुछ कनेक्ट करें।
बैकग्राउंड टास्क, /loop और शेड्यूलिंग
लंबे समय तक चलने वाले कमांड, आवर्ती लूप, और शेड्यूल किए गए क्लाउड एजेंट।
Auto-Commit Background Agents: Draft-PR Handoff
On July 1, 2026 Claude Code v2.1.198 let background agents commit, push, and open a draft PR on their own. Five weeks later v2.1.221 tuned the default. Here is what the flow actually does, the notification hook it fires, why the community wanted an off switch, and the propose-only pattern that still works.
प्लगइन्स और मार्केटप्लेस
स्किल्स, एजेंट्स, कमांड, हुक्स और MCP को एक इंस्टॉल करने योग्य इकाई में बंडल करें।
Git Worktrees और समानांतर वर्कस्ट्रीम
एक ही रेपो पर कई पृथक Claude सत्र चलाएँ, बिना उनके आपस में टकराए।
हेडलेस मोड और Agent SDK
Claude Code को CI में चलाएँ, और उसी हार्नेस पर प्रोडक्शन एजेंट बनाएँ।
Self-Hosted Environments: run cloud sessions on your own boxes
Practitioner guide to the claude self-hosted-runner beta (shipped Aug 7, 2026 in v2.1.224). Run Claude Code web, mobile and desktop cloud sessions on infrastructure you control — egress-only, no inbound holes, one-user-at-a-time isolation. Architecture, quickstart, runner lifecycle, git creds, autoscaling, and the six gotchas that catch every first fleet.
The MCP Token Tax
Why connecting MCP servers can burn 50k–150k tokens before your first request — and the three fixes: Tool Search, code execution, and knowing when a CLI call wins.
Accessibility
Screen reader mode, vim ergonomics, mouse and scroll controls, and high-contrast themes in Claude Code.
Troubleshooting Claude Code
Symptom-to-fix for hangs, high memory, broken search, compaction thrashing, and garbled terminals.