Skip to content

Commit f705c55

Browse files
committed
Update readme
1 parent 9410832 commit f705c55

File tree

2 files changed

+3115
-24
lines changed

2 files changed

+3115
-24
lines changed

README.md

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,11 @@ AI assistant by Anthropic for complex reasoning, code generation, and analysis t
2727
- **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)
2828
- **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)
2929

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-
3530
### 🔌 API & Developer Platform
3631

3732
- [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.
4035
- [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.
4136

4237
### 🏆 Official Anthropic SDKs
@@ -50,10 +45,6 @@ The most reliable and feature-complete way to use the Claude API. All support me
5045
- [anthropic-sdk-csharp](https://github.com/anthropics/anthropic-sdk-csharp) — Official C#/.NET SDK (currently in beta).
5146
- [anthropic-sdk-ruby](https://github.com/anthropics/anthropic-sdk-ruby) — Official Ruby SDK.
5247

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-
5748
#### 🚀 Code Examples & Starters
5849

5950
- [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
6253
### 📚 Learning & Courses
6354

6455
- [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.
6656

6757
### ☁️ Third-Party Cloud Availability
6858
**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
9585
### 🎓 Official Anthropic Courses
9686

9787
- [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.
9993
- [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.
10398

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
105100

106-
## 🔌 API Clients & SDKs
101+
- [Claude Video Tutorials](https://support.claude.com/en/collections/10548294-video-tutorials) - Official video tutorials from Claude Support.
107102

108-
**Official Anthropic client libraries for working with Claude's API**
103+
### 📖 Community Guides & Tutorials
109104

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.
115106

116107
## 🧩 IDE Extensions & Plugins
117108

0 commit comments

Comments
 (0)