Home / Glossary / Claude Code

Definition

Claude Code

Claude Code, Anthropic का terminal-based AI coding agent है जो सीधे आपके development environment में काम करता है। यह आपका पूरा project पढ़ता है, multiple files में code लिखता है, shell commands चलाता है, git workflows manage करता है और errors पर स्वायत्त रूप से iterate करता है — सब कुछ command line से।

Claude Code कैसे काम करता है

Claude Code आपके terminal में एक CLI टूल के रूप में चलता है। जब आप एक session शुरू करते हैं, तो इसे आपकी project files, shell और git history तक access मिलती है। आप natural language में एक कार्य describe करते हैं, और एजेंट actions की एक sequence plan करता है: context समझने के लिए files पढ़ना, code लिखना, tests चलाना और issues fix करना। यह आपकी request पूरी करने के बारे में multi-step decisions लेने के लिए Claude की reasoning capabilities का उपयोग करता है।

मुख्य विशेषताएं

  • +पूर्ण project context: बदलाव करने से पहले आपका पूरा codebase पढ़ता और समझता है
  • +Terminal execution: tests, builds, linters और कोई भी shell command सीधे चलाता है
  • +Git automation: workflow के हिस्से के रूप में branches बनाता है, commits करता है और pull requests खोलता है
  • +CLAUDE.md configuration: project-specific निर्देश जो एजेंट automatically follow करता है
  • +MCP integration: Model Context Protocol के माध्यम से बाहरी टूल्स और data sources से connect होता है
  • +Headless mode: CI/CD pipelines और automation के लिए बिना human interaction के चलता है
  • +Permission system: एजेंट क्या पढ़, लिख और execute कर सकता है इस पर सूक्ष्म नियंत्रण
bash
# Install Claude Code
npm install -g @anthropic-ai/claude-code

# Start a session in your project
cd your-project
claude

# Give it a task
> "Refactor the auth module to use JWT tokens
   and update all tests"

Claude Code के लिए Claude Pro, Team या Enterprise subscription की आवश्यकता है। यह Claude के latest model का उपयोग करता है और आपके कार्यों की complexity के आधार पर tokens consume करता है।

क्या Claude Code मुफ़्त है?+
Claude Code, Claude Pro ($20/month), Claude Team और Claude Enterprise subscriptions के साथ शामिल है। उपयोग coding sessions के दौरान consume किए गए tokens के आधार पर measure किया जाता है।
Claude Code, Cursor या Copilot से कैसे अलग है?+
Claude Code एक terminal-native agent है, IDE plugin नहीं। यह आपके actual filesystem और shell पर काम करता है, जिससे इसे full project context और commands चलाने की क्षमता मिलती है। Cursor और Copilot editor-integrated टूल्स हैं जो inline suggestions और chat पर focused हैं।
क्या Claude Code किसी भी programming language के साथ काम कर सकता है?+
हाँ। Claude Code भाषा की परवाह किए बिना source files पढ़ता है और shell commands चलाता है। यह JavaScript, Python, TypeScript, Go, Rust, Java, C++ और आपके द्वारा use की जाने वाली किसी भी अन्य भाषा के साथ काम करता है।
CLAUDE.md क्या है और यह क्यों महत्वपूर्ण है?+
CLAUDE.md एक configuration file है जिसे आप अपने project root में रखते हैं। इसमें project-specific instructions होते हैं — coding conventions, architecture notes, common commands — जो Claude Code हर session में automatically follow करता है। यह एजेंट के लिए persistent memory की तरह काम करता है।

Related terms

Agentic CodingModel Context Protocol (MCP)CLAUDE.mdHeadless AI Agent

Master Claude Code in days, not months

37 hands-on lessons from beginner to CI/CD automation. Module 1 is free.

START FREE →
← ALL TERMS