Personal notes, projects, and experiments from the Anthropic Claude Code course.
- Module 1 — Getting Started with Claude Code
- Module 2 — Building with the Claude API
- Accessing Claude with the API
- Prompt Evaluation
- Prompt Engineering Techniques
- Tools with Claude
- Retrieval Augmented Generation
- Features of Claude
- Model Context Protocol
- Anthropic Apps — Claude Code and Computer Use
- Agents and Workflows
- Module 3 — Introduction to Model Context Protocol
- Module 4 — Model Context Protocol: Advanced Topics
- Module 5 — Introduction to Agent Skills
claude-code-learning/
├── module-01-claude-code-fundamentals/
│ └── NOTES.md
├── module-02-building-with-claude-api/
│ ├── 01-accessing-claude-with-api/
│ ├── 02-prompt-evaluation/
│ ├── 03-prompt-engineering-techniques/
│ ├── 04-tools-with-claude/
│ ├── 05-retrieval-augmented-generation/
│ ├── 06-features-of-claude/
│ ├── 07-model-context-protocol/
│ ├── 08-anthropic-apps/
│ └── 09-agents-and-workflows/
├── module-03-intro-to-mcp/
├── module-04-mcp-advanced-topics/
└── module-05-intro-to-agent-skills/
- Claude Code CLI usage and workflows
- Prompt engineering for developers
- Tool use and agentic patterns
- Building AI-powered applications with the Anthropic SDK
- Python / Claude API (
anthropicSDK) - Claude Code CLI
Part of my AI Engineering learning journey — alongside Amazon Bedrock.