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 कर सकता है इस पर सूक्ष्म नियंत्रण
# 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, Cursor या Copilot से कैसे अलग है?+
क्या Claude Code किसी भी programming language के साथ काम कर सकता है?+
CLAUDE.md क्या है और यह क्यों महत्वपूर्ण है?+
Master Claude Code in days, not months
37 hands-on lessons from beginner to CI/CD automation. Module 1 is free.
START FREE →