The wider Claude ecosystem
Around the SDKs sit three things worth knowing on day one: Model Context Protocol (MCP) for plugging in external capabilities; built-in tools like web_search, code_execution, and computer_use; and the Anthropic Cookbook with reference implementations for everything from RAG to evaluations.
MCP in one paragraph
MCP is an open protocol that lets a Claude client connect to capability servers — filesystem, GitHub, databases, anything someone has wrapped. The Agent SDK and Claude Code CLI both support MCP servers natively. cwkPippa's Pippa surfaces several MCPs (vault, NetOps, image generation) so the same Claude can talk to them through the same protocol regardless of brain.
Cookbook is the reference shelf
The Anthropic Cookbook on GitHub holds working notebooks for tool use patterns, RAG pipelines, evals, vision, and prompt caching. When the docs feel abstract, the cookbook is where the executable example lives. Bookmark it; it ages better than your bookmarks of random tutorials.