Claude Hub
Practical guides, curated resources and best practices to master Claude Code. Community-driven and bilingual.
Guides
See allClaude Routines: 6 Workflows I Put on Autopilot (With the Prompts)
Claude Routines run on Anthropic's servers without keeping your machine on. Complete guide with the 3 trigger types, limits, and 6 concrete prompts ready to copy.
The complete Claude guide: from beginner to power user
Everything you need to know about Claude in 2026. Web interface, Claude Code, projects, artifacts, custom instructions. The definitive English guide.
The 4 key concepts of Claude Code that nobody explains clearly
Skills, sub-agents, hooks, commands: 4 distinct mechanisms most tutorials confuse. Complete guide with concrete examples and a real setup.
Latest posts
See all4 Hidden Signals a Recruiter Is Really Looking For Before the First Interview (and How to Detect Them With Claude)
Before a recruiter even offers you a call, they've already made up their mind. Here are 4 subtle signals they watch (timing, tone, types of questions, silences) and how to decode them with Claude so you stop being on the receiving end.
2,541 GPT Conversations Analyzed: Why I Migrated Everything to Claude
I exported 2.5 years of ChatGPT data. 2,541 conversations, 13,250 responses, 119 Custom GPTs. Here's the full data-driven analysis of my migration to Claude Code.
Extended Thinking in Claude Code: When to Use It, When It's a Waste
Practical guide to Extended Thinking in Claude Code. Real refactoring and debugging cases, before/after benchmarks, and the pitfalls to avoid so you don't burn your tokens.
Join the Claude Hub community
A Discord for Claude Code users is coming soon. Sign up to get notified when we launch.
Frequently Asked Questions about Claude Code
What is Claude Code?
Claude Code is Anthropic's command-line development tool (CLI). It lets developers code with Claude AI directly in their terminal, generating code, fixing bugs, and managing entire projects autonomously.
What is the difference between ChatGPT and Claude?
Claude is Anthropic's AI, ChatGPT is OpenAI's. For development, Claude Code stands out with its autonomous agent mode, deep code context understanding (up to 200K tokens), and native CLI integration. ChatGPT offers Codex and plugins, but with a more conversational approach.
Is Claude Code free?
Claude Code requires a Claude Pro subscription ($20/month) or Claude Max. The Anthropic API also provides access with credits. There's no unlimited free tier, but the Pro plan includes generous usage for daily development.
How to install Claude Code?
Claude Code installs via npm: npm install -g @anthropic-ai/claude-code. You need Node.js 18+ and an Anthropic account. Our installation guide covers all the steps.
What is Claude Hub?
Claude Hub is the go-to resource for mastering Claude Code. We publish practical guides, tutorials, experience reports and curated resources for developers who use Claude Code daily.
How to configure Claude Code with CLAUDE.md?
CLAUDE.md is the configuration file that gives Claude Code context about your project. Place it at your repo root with your conventions, tech stack, and specific instructions. Claude Code reads it automatically at each session.