Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions examples/anthropic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ Build a comprehensive developer knowledge base covering the full Anthropic ecosy
| Batch | Phase | Name | Status |
|-------|-------|------|--------|
| 01 | Foundation | Core Reference | COMPLETE |
| 02 | Foundation | Protocol / Architecture | COMPLETE |
| 03 | Foundation | Tooling Docs (SDK + Claude Code) | COMPLETE |
| 02 | Foundation | Protocol / Architecture | PLANNED |
| 03 | Foundation | Tooling Docs (SDK + Claude Code) | PLANNED |
| 04 | Foundation | Delta Document | COMPLETE |
| 05 | Technique | Prompt Engineering Best Practices | COMPLETE |
| 06 | Technique | Production Hardening (Guardrails + Rate Limits) | COMPLETE |
| 07 | Technique | Engineering Blog + Thought Leadership | COMPLETE |
| 08 | Source | System Prompts + Default Configs | COMPLETE |
| 09 | Source | Code Repos (SDK + Cookbook) | COMPLETE |
| 10 | Source | Research + Safety Philosophy | COMPLETE |
| 05 | Technique | Prompt Engineering Best Practices | PLANNED |
| 06 | Technique | Production Hardening (Guardrails + Rate Limits) | PLANNED |
| 07 | Technique | Engineering Blog + Thought Leadership | PLANNED |
| 08 | Source | System Prompts + Default Configs | PLANNED |
| 09 | Source | Code Repos (SDK + Cookbook) | PLANNED |
| 10 | Source | Research + Safety Philosophy | PLANNED |

## Outcomes

After completing all 10 batches:
When all 10 batches are completed:

- Can build and deploy MCP servers from scratch using the official Python/TypeScript SDK
- Can use the Claude Messages API with streaming, tool use, vision, and extended thinking
Expand Down