Create Quick Search Official Links document

Added a comprehensive list of official Claude resources, including documentation, SDKs, and community links.
This commit is contained in:
zebbern
2025-08-28 19:56:27 +02:00
committed by GitHub
parent 3ced7f1198
commit 1bc7ee59d0
2 changed files with 98 additions and 2 deletions
@@ -0,0 +1,98 @@
# Official Claude/Claude Code Resource Links
> Quick links to official docs, SDKs, specs, community resources, and release notes.
## Table of contents
* [Claude Code (Official)](#claude-code-official)
* [Anthropic Developer Docs (Official)](#anthropic-developer-docs-official)
* [Model Context Protocol (Official)](#model-context-protocol-official)
* [Contributor Communication](#contributor-communication)
* [Quickstarts, Courses, Cookbook, Prompts](#quickstarts-courses-cookbook-prompts)
* [System Status & System Cards](#system-status--system-cards)
* [Release Notes](#release-notes)
---
## Claude Code (Official)
* **Getting started** — [https://docs.anthropic.com/en/docs/claude-code/overview](https://docs.anthropic.com/en/docs/claude-code/overview)
* **Build with Claude Code** — [https://docs.anthropic.com/en/docs/claude-code/sub-agents](https://docs.anthropic.com/en/docs/claude-code/sub-agents)
* **Claude Code SDK** — [https://docs.anthropic.com/en/docs/claude-code/sdk/sdk-overview](https://docs.anthropic.com/en/docs/claude-code/sdk/sdk-overview)
* **Deployment** — [https://docs.anthropic.com/en/docs/claude-code/third-party-integrations](https://docs.anthropic.com/en/docs/claude-code/third-party-integrations)
* **Administration** — [https://docs.anthropic.com/en/docs/claude-code/setup](https://docs.anthropic.com/en/docs/claude-code/setup)
* **Configuration** — [https://docs.anthropic.com/en/docs/claude-code/settings](https://docs.anthropic.com/en/docs/claude-code/settings)
* **Reference (CLI)** — [https://docs.anthropic.com/en/docs/claude-code/cli-reference](https://docs.anthropic.com/en/docs/claude-code/cli-reference)
---
## Anthropic Developer Docs (Official)
* **Using the APIs** — [https://docs.anthropic.com/en/api/overview](https://docs.anthropic.com/en/api/overview)
* **API reference** — [https://docs.anthropic.com/en/api/messages](https://docs.anthropic.com/en/api/messages)
* **SDKs** — [https://docs.anthropic.com/en/api/client-sdks](https://docs.anthropic.com/en/api/client-sdks)
* **3rd-party APIs (Bedrock)** — [https://docs.anthropic.com/en/api/claude-on-amazon-bedrock](https://docs.anthropic.com/en/api/claude-on-amazon-bedrock)
* **Using the Admin API** — [https://docs.anthropic.com/en/api/administration-api](https://docs.anthropic.com/en/api/administration-api)
* **Support & configuration (Versioning)** — [https://docs.anthropic.com/en/api/versioning](https://docs.anthropic.com/en/api/versioning)
* **Models & pricing** — [https://docs.anthropic.com/en/docs/about-claude/models/overview](https://docs.anthropic.com/en/docs/about-claude/models/overview)
* **Learn about Claude** — [https://docs.anthropic.com/en/docs/overview](https://docs.anthropic.com/en/docs/overview)
* **Capabilities (Prompt Caching)** — [https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching](https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching)
* **Tools · MCP connector** — [https://docs.anthropic.com/en/docs/agents-and-tools/mcp-connector](https://docs.anthropic.com/en/docs/agents-and-tools/mcp-connector)
* **Use cases** — [https://docs.anthropic.com/en/docs/about-claude/use-case-guides/overview](https://docs.anthropic.com/en/docs/about-claude/use-case-guides/overview)
* **Prompt engineering (Overview)** — [https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview)
* **Test & evaluate (Define success)** — [https://docs.anthropic.com/en/docs/test-and-evaluate/define-success](https://docs.anthropic.com/en/docs/test-and-evaluate/define-success)
* **Strengthen guardrails (Reduce hallucinations)** — [https://docs.anthropic.com/en/docs/test-and-evaluate/strengthen-guardrails/reduce-hallucinations](https://docs.anthropic.com/en/docs/test-and-evaluate/strengthen-guardrails/reduce-hallucinations)
---
## Model Context Protocol (Official)
* **Intro** — [https://modelcontextprotocol.io/docs/getting-started/intro](https://modelcontextprotocol.io/docs/getting-started/intro)
* **Concepts** — [https://modelcontextprotocol.io/docs/learn/architecture](https://modelcontextprotocol.io/docs/learn/architecture)
* **Tutorials (Remote MCP server)** — [https://modelcontextprotocol.io/docs/tutorials/use-remote-mcp-server](https://modelcontextprotocol.io/docs/tutorials/use-remote-mcp-server)
* **Specification (2025-06-18)** — [https://modelcontextprotocol.io/specification/2025-06-18](https://modelcontextprotocol.io/specification/2025-06-18)
* **Base Protocol** — [https://modelcontextprotocol.io/specification/2025-06-18/basic](https://modelcontextprotocol.io/specification/2025-06-18/basic)
* **Client Features (roots)** — [https://modelcontextprotocol.io/specification/2025-06-18/client/roots](https://modelcontextprotocol.io/specification/2025-06-18/client/roots)
* **Server Features** — [https://modelcontextprotocol.io/specification/2025-06-18/server](https://modelcontextprotocol.io/specification/2025-06-18/server)
* **Schema Reference** — [https://modelcontextprotocol.io/specification/2025-06-18/schema](https://modelcontextprotocol.io/specification/2025-06-18/schema)
* **About MCP** — [https://modelcontextprotocol.io/about](https://modelcontextprotocol.io/about)
* **Connect to Local MCP Servers** — [https://modelcontextprotocol.io/quickstart/user](https://modelcontextprotocol.io/quickstart/user)
---
## Contributor Communication
* **Contributor Communication** — [https://modelcontextprotocol.io/community/communication](https://modelcontextprotocol.io/community/communication)
* **Governance and Stewardship** — [https://modelcontextprotocol.io/community/governance](https://modelcontextprotocol.io/community/governance)
* **SEP Guidelines** — [https://modelcontextprotocol.io/community/sep-guidelines](https://modelcontextprotocol.io/community/sep-guidelines)
* **Roadmap** — [https://modelcontextprotocol.io/development/roadmap](https://modelcontextprotocol.io/development/roadmap)
* **Example Clients** — [https://modelcontextprotocol.io/clients](https://modelcontextprotocol.io/clients)
* **Example Servers** — [https://modelcontextprotocol.io/examples](https://modelcontextprotocol.io/examples)
---
## Quickstarts, Courses, Cookbook, Prompts
* **Quickstarts — Deployable apps** — [https://github.com/anthropics/anthropic-quickstarts](https://github.com/anthropics/anthropic-quickstarts)
* **Courses — Step-by-step lessons** — [https://anthropic.skilljar.com/](https://anthropic.skilljar.com/)
* **Cookbook — Replicable samples** — [https://github.com/anthropics/anthropic-cookbook](https://github.com/anthropics/anthropic-cookbook)
* **Prompt library** — [https://docs.anthropic.com/en/resources/prompt-library/library](https://docs.anthropic.com/en/resources/prompt-library/library)
* **API primer for Claude ingestion** — [https://docs.anthropic.com/en/docs/claude\_api\_primer.md](https://docs.anthropic.com/en/docs/claude_api_primer.md)
---
## System Status & System Cards
* **System Status** — [https://www.anthropic.com/status](https://www.anthropic.com/status)
* **Claude 3 Model Card** — [https://assets.anthropic.com/m/61e7d27f8c8f5919/original/Claude-3-Model-Card.pdf](https://assets.anthropic.com/m/61e7d27f8c8f5919/original/Claude-3-Model-Card.pdf)
* **Claude Sonnet 3.7 System Card** — [https://anthropic.com/claude-3-7-sonnet-system-card](https://anthropic.com/claude-3-7-sonnet-system-card)
* **Claude 4 System Card** — [https://www-cdn.anthropic.com/6be99a52cb68eb70eb9572b4cafad13df32ed995.pdf](https://www-cdn.anthropic.com/6be99a52cb68eb70eb9572b4cafad13df32ed995.pdf)
* **Claude Opus 4.1 System Card** — [http://www.anthropic.com/claude-opus-4-1-system-card](http://www.anthropic.com/claude-opus-4-1-system-card)
---
## Release Notes
* **API Updates** — [https://docs.anthropic.com/en/release-notes/api](https://docs.anthropic.com/en/release-notes/api)
* **Claude Apps Updates** — [https://docs.anthropic.com/en/release-notes/claude-apps](https://docs.anthropic.com/en/release-notes/claude-apps)
* **System Prompt Updates** — [https://docs.anthropic.com/en/release-notes/system-prompts](https://docs.anthropic.com/en/release-notes/system-prompts)
-2
View File
@@ -1,2 +0,0 @@
# Official Claude Releases
> Checks for any changed logs and updates the files updated with the new information!