🌐
Claude
docs.claude.com › en › docs › claude-code › quickstart
Quickstart - Claude Code Docs
This quickstart guide will have you using AI-powered coding assistance in just a few minutes. By the end, you’ll understand how to use Claude Code for common development tasks.
🌐
Claude
docs.claude.com › en › docs › intro
Intro to Claude - Claude Docs
Agent Skills are now available! Learn more about extending Claude's capabilities with Agent Skills.
🌐
ClaudeLog
claudelog.com › home › about
ClaudeLog - Claude Code Docs, Guides, Tutorials & Best Practices
Claude Code documentation, tutorials & best practices from real-world usage. Expert insights, optimization techniques, and searchable knowledge base.
🌐
Claude Docs
platform.claude.com › docs › en › home
Documentation - Claude Docs
OverviewPrompt generatorUse prompt templatesPrompt improverBe clear and directUse examples (multishot prompting)Let Claude think (CoT)Use XML tagsGive Claude a role (system prompts)Prefill Claude's responseChain complex promptsLong context tipsExtended thinking tips
🌐
Anthropic
anthropic.com › learn › build-with-claude
Anthropic Academy: Claude API Development Guide
Get started with Claude Code with npm install -g @anthropic-ai/claude-code · View the Anthropic Cookbook for code snippets and guides for common workflows · Quickly get started with building applications by using the Anthropic Quickstarts repo · Review the full API documentation for all ...
🌐
Codecademy
codecademy.com › article › claude-code-tutorial-how-to-generate-debug-and-document-code-with-ai
Claude Code Tutorial: How to Generate, Debug and Document Code with AI | Codecademy
In this article, we explored how Claude Code streamlines key development tasks—from generating and refactoring code to debugging, documenting, and translating across languages. Throughout, one theme remains central: the quality of your prompt directly shapes the quality of Claude’s output.
🌐
GitHub
github.com › anthropics › claude-code
GitHub - anthropics/claude-code: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
Claude Code is an agentic coding ... handling git workflows -- all through natural language commands. Use it in your terminal, IDE, or tag @claude on Github. Learn more in the official documentation....
Starred by 48.2K users
Forked by 3.4K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
🌐
DataCamp
datacamp.com › tutorial › claude-code
Claude Code: A Guide With Practical Examples | DataCamp
February 28, 2025 - In this tutorial, we used Claude Code to refactor, document, and debug a file in Supabase Python SDK. We improved code readability, added structured documentation, and resolved import issues. By integrating Claude Code into your workflow, you can streamline development and enhance code quality.
🌐
Sid Bharath
siddharthbharath.com › home › blog › cooking with claude code: the complete guide
Cooking with Claude Code: The Complete Guide - Sid Bharath
July 8, 2025 - Ah yes, another Claude Code convert. Welcome. We have much to discuss. Claude Code is a CLI (Command Line Interface) that uses Anthropic’s latest models, Sonnet 4.5 and Opus 4.5, to generate code for you. You give it instructions in your terminal, and the built-in coding agent with its tools ...
Find elsewhere
🌐
GitHub
github.com › zebbern › claude-code-guide
GitHub - zebbern/claude-code-guide: Full guide on claude tips and tricks and how you can optimise your claude code the best & strive to find every command possible even hidden ones!
Check the output of claude doctor for log locations and environment checks. ... claude # Open Claude UI (if on PATH) claude --version # Show CLI version (e.g., 1.0.xx) claude update # Update the CLI (if supported) claude doctor # Open diagnostic / debug window npx claude /doctor # Opens diagnostic/debug window claude --debug # Launch claude with diagnostics claude --verbose # Verbose logging where claude # Windows (cmd) which claude # macOS/Linux (bash/zsh) npm bin -g # Linux Verify your global bin path npm prefix -g # Windows Verify your global bin path
Starred by 2.8K users
Forked by 245 users
🌐
Builder.io
builder.io › blog › claude-code
How I use Claude Code (+ my best tips)
September 29, 2025 - Pro tip: use /clear often. Every time you start something new, clear the chat. You don't need all that history eating your tokens, and you definitely don't need Claude running compaction calls to summarize old conversations.