You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-24Lines changed: 15 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,16 +27,11 @@ AI assistant by Anthropic for complex reasoning, code generation, and analysis t
27
27
-**Claude Sonnet 4.5** (Sep/Oct 2025) — Best balance of intelligence, speed, and cost. Sets new benchmarks in coding, reasoning, and alignment. [Announcement](https://www.anthropic.com/news/claude-sonnet-4-5)
28
28
-**Claude Haiku 4.5** (Oct 2025) — Fastest and most cost-effective, with state-of-the-art speed for complex tasks. [Announcement](https://www.anthropic.com/news/claude-haiku-4-5)
29
29
30
-
### 🌐 Claude Web & Apps
31
-
32
-
-[Claude.ai](https://claude.ai) — Official web app with chat, Projects (organize conversations), Artifacts (create code/websites/graphics in real-time), image analysis, web search, and more.
33
-
-[Claude Desktop & Mobile Apps](https://claude.ai/download) — Official downloads for macOS, Windows, iOS, and Android.
34
-
35
30
### 🔌 API & Developer Platform
36
31
37
32
-[Anthropic Console](https://console.anthropic.com) — Sign up, get API keys, test prompts, and monitor usage.
38
-
-[Official Documentation](https://docs.anthropic.com) — Complete API reference, guides, prompt engineering, tool use, computer use, and release notes.
39
-
-[API Overview & Pricing](https://www.anthropic.com/api) — Usage-based pricing, prompt caching, web search, computer use (Python execution), batch processing, citations, and more.
33
+
-[Official Documentation](https://platform.claude.com/docs/en/get-started) — Complete API reference, guides, prompt engineering, tool use, computer use, and release notes.
34
+
-[API Overview & Pricing](https://platform.claude.com/docs/en/about-claude/models/overview) — Usage-based pricing, prompt caching, web search, computer use (Python execution), batch processing, citations, and more.
40
35
-[Claude Agent SDK](https://github.com/anthropics/claude-agent-sdk-python) (Python) & [TypeScript](https://github.com/anthropics/claude-agent-sdk-typescript) — Official SDKs for building advanced agentic applications.
41
36
42
37
### 🏆 Official Anthropic SDKs
@@ -50,10 +45,6 @@ The most reliable and feature-complete way to use the Claude API. All support me
50
45
-[anthropic-sdk-csharp](https://github.com/anthropics/anthropic-sdk-csharp) — Official C#/.NET SDK (currently in beta).
51
46
-[anthropic-sdk-ruby](https://github.com/anthropics/anthropic-sdk-ruby) — Official Ruby SDK.
52
47
53
-
#### 🤖 Agentic Development
54
-
-[claude-agent-sdk-python](https://github.com/anthropics/claude-agent-sdk-python) — Official SDK for building advanced agents with tools, hooks, and interactive sessions.
55
-
- (TypeScript version in development or integrated into main TS SDK — check repo for latest)
56
-
57
48
#### 🚀 Code Examples & Starters
58
49
59
50
-[Claude Cookbook](https://github.com/anthropics/claude-cookbooks) — Official notebooks and recipes for common patterns (RAG, tool use, etc.).
@@ -62,7 +53,6 @@ The most reliable and feature-complete way to use the Claude API. All support me
62
53
### 📚 Learning & Courses
63
54
64
55
-[Anthropic Courses](https://anthropic.skilljar.com/) — Free and paid courses on prompt engineering, API usage, building agents, and more.
65
-
-[News & Blog](https://www.anthropic.com/news) — Latest announcements, research, and engineering posts.
66
56
67
57
### ☁️ Third-Party Cloud Availability
68
58
**Official access to Claude models through major cloud providers (enterprise-grade, with additional governance, compliance, and scaling features)**
@@ -95,23 +85,24 @@ The most reliable and feature-complete way to use the Claude API. All support me
95
85
### 🎓 Official Anthropic Courses
96
86
97
87
-[AI Fluency: Framework & Foundations](https://anthropic.skilljar.com/ai-fluency-framework-foundations) - Learn to collaborate with AI systems effectively, efficiently, ethically, and safely.
98
-
-[Claude with the Anthropic API](https://anthropic.skilljar.com/claude-with-the-anthropic-api) - This comprehensive course covers the full spectrum of working with Anthropic models using the Anthropic API.
88
+
-[AI Fluency for Educators](https://anthropic.skilljar.com/ai-fluency-for-educators) - Empowers faculty, instructional designers, and educational leaders to apply AI Fluency into their own teaching practice and institutional strategy.
89
+
-[AI Fluency for Students](https://anthropic.skilljar.com/ai-fluency-for-students) - Empowers students to develop AI Fluency skills that enhance learning, career planning, and academic success through responsible AI collaboration.
90
+
-[AI Fluency for Nonprofits](https://anthropic.skilljar.com/ai-fluency-for-nonprofits) - Empowers nonprofit professionals to develop AI fluency to increase organizational impact and efficiency while staying true to their mission and values.
91
+
-[Teaching AI Fluency](https://anthropic.skilljar.com/teaching-ai-fluency) - Empowers academic faculty, instructional designers, and others to teach and assess AI Fluency in instructor-led settings.
92
+
-[Building with the Claude API](https://anthropic.skilljar.com/claude-with-the-anthropic-api) - Comprehensive course covering the full spectrum of working with Anthropic models using the Claude API.
99
93
-[Claude Code in Action](https://anthropic.skilljar.com/claude-code-in-action) - Integrate Claude Code into your development workflow.
100
-
-[Introduction to Model Context Protocol](http://anthropic.skilljar.com/introduction-to-model-context-protocol) - Learn to build Model Context Protocol servers and clients from scratch using Python. Master MCP's three core primitives—tools, resources, and prompts—to connect Claude with external services.
101
-
102
-
### 📖 Community Guides & Tutorials
94
+
-[Introduction to Model Context Protocol](https://anthropic.skilljar.com/introduction-to-model-context-protocol) - Learn to build Model Context Protocol servers and clients from scratch using Python. Master MCP's three core primitives—tools, resources, and prompts—to connect Claude with external services.
95
+
-[Model Context Protocol: Advanced Topics](https://anthropic.skilljar.com/model-context-protocol-advanced-topics) - Advanced MCP implementation patterns including sampling, notifications, file system access, and transport mechanisms for production MCP server development.
96
+
-[Claude with Amazon Bedrock](https://anthropic.skilljar.com/claude-in-amazon-bedrock) - Full course created for AWS employees as part of an accreditation program, now available publicly.
97
+
-[Claude with Google Cloud's Vertex AI](https://anthropic.skilljar.com/claude-with-google-vertex) - Comprehensive course covering the full spectrum of working with Anthropic models through Google Cloud's Vertex AI.
103
98
104
-
-[Claude Code Everything You Need to Know](https://github.com/wesammustafa/Claude-Code-Everything-You-Need-to-Know#readme) - Ultimate all-in-one guide to mastering Claude Code. Covers setup, prompt engineering, commands, hooks, workflows, automation, integrations, MCP servers, tools, and the BMAD method with step-by-step tutorials and real-world examples.
99
+
### 📹 Official Video Tutorials
105
100
106
-
## 🔌 API Clients & SDKs
101
+
-[Claude Video Tutorials](https://support.claude.com/en/collections/10548294-video-tutorials) - Official video tutorials from Claude Support.
107
102
108
-
**Official Anthropic client libraries for working with Claude's API**
103
+
### 📖 Community Guides & Tutorials
109
104
110
-
-[anthropic-sdk-python](https://github.com/anthropics/anthropic-sdk-python#readme) - Official Python client library for the Anthropic API. Supports all Claude models with async support and type hints.
111
-
-[anthropic-sdk-typescript](https://github.com/anthropics/anthropic-sdk-typescript#readme) - Official TypeScript/JavaScript client library for the Anthropic API. Works in Node.js and browsers with full TypeScript support.
112
-
-[anthropic-sdk-java](https://github.com/anthropics/anthropic-sdk-java#readme) - Official Java client library for the Anthropic API. Built with modern Java features and comprehensive documentation.
113
-
-[anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go#readme) - Official Go client library for the Anthropic API. Idiomatic Go design with context support and comprehensive error handling.
114
-
-[anthropic-sdk-ruby](https://github.com/anthropics/anthropic-sdk-ruby#readme) - Official Ruby client library for the Anthropic API. Clean Ruby interface with comprehensive documentation and examples.
105
+
-[Claude Code Everything You Need to Know](https://github.com/wesammustafa/Claude-Code-Everything-You-Need-to-Know#readme) - Ultimate all-in-one guide to mastering Claude Code. Covers setup, prompt engineering, commands, hooks, workflows, automation, integrations, MCP servers, tools, and the BMAD method with step-by-step tutorials and real-world examples.
0 commit comments