Claude Roadmap
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).
↑ 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
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11