Claude Roadmap banner
hueanmy hueanmy

Claude Roadmap

Development community

Description

Hands-on roadmap for learning Claude — from API basics to MCP and production agents. 7 phases, working examples, VI primary docs.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Dev Roadmap

Lộ trình học Claude từ zero đến production — 7 phases, kèm working examples chạy được. Companion repo của [hueanmy.github.io/claude-roadmap.html](https://hueanmy.github.io/claude-roadmap.html).

Claude Dev Roadmap walkthrough — 7 phases from foundation to production

↑ Click the GIF to open the interactive roadmap. Every node links to the matching section here.

[Tiếng Việt](#tiếng-việt) · [English](#english)


Tiếng Việt

Repo này là **journal học tập public** — mình tự build từng phase, ghi notes lại, để vừa học vừa share.

7 Phases

# Phase Folder Học gì
1 Foundation phase-1-foundation/ Claude là gì, model nào dùng cho gì, token & pricing, Claude.ai vs API
2 Prompting phase-2-prompting/ System prompt, XML tags, few-shot, chain of thought, prompt caching
3 API phase-3-api/ Messages API, streaming, vision, batch, rate limits
4 Tools & Agents phase-4-tools-agents/ Tool calling, agentic loop, computer use, web search
5 Claude Code phase-5-claude-code/ CLAUDE.md, hooks, skills, subagents, slash commands
6 MCP phase-6-mcp/ MCP architecture, build server stdio, integrate Claude Code
7 Advanced phase-7-advanced/ Multi-agent, evals, cost optimization, observability

Cách dùng repo

**Setup 1 lần:**

# Cần Python 3.11+ và uv (https://docs.astral.sh/uv/)
git clone https://github.com/hueanmy/claude-roadmap.git
cd claude-roadmap
uv sync                              # cài deps
cp .env.example .env                 # rồi điền ANTHROPIC_API_KEY vào .env

**Chạy 1 example:**

uv run phase-1-foundation/exampl