Help us improve
Share bugs, ideas, or general feedback.
From anthropic-docs
Router skill for Anthropic platform-side features that sit above the raw Messages API: Agent Skills format (the spec for `.skill` packages used by platform-managed agents), MCP connectors hosted by Anthropic, tool use (computer use, code execution, bash tool, define-your-own tools), build-with-claude features (extended thinking, message batches, citations, Amazon Bedrock, Google Vertex, embeddings, fast mode, context editing), manage-claude operations (workload identity federation, billing, identity), and the Managed Agents product. Use when the user asks about: writing an Agent Skill `.skill` package, Anthropic's hosted MCP connector, MCP Tunnels (connecting private-network MCP servers without opening inbound ports), the computer-use tool, the code_execution tool, bash tool, extended thinking, message batches, prompt caching strategy at the platform level, citations, deploying via Bedrock or Vertex, embeddings models, fast-mode behavior, context editing strategies, WIF setup, billing / cost reports, identity & SSO setup, the Managed Agents product, or self-hosted sandboxes (running agent sessions in your own infrastructure). Skip: raw POST /v1/messages requests (use anthropic-api), Claude Code CLI (use claude-code), Claude Agent SDK (use claude-agent-sdk), user-facing Claude Connectors directory (use claude-connectors).
npx claudepluginhub xiaolai/claude-plugin-marketplace --plugin anthropic-docsHow this skill is triggered — by the user, by Claude, or both
Slash command
/anthropic-docs:anthropic-platform-featuresThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Field | Value |
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
| Field | Value |
|---|---|
| Source docs | platform.claude.com/docs |
This skill is auto-updated hourly. A pipeline reads the upstream docs and rewrites the per-surface files below. Section structure is stable; content drifts to track upstream.
| Surface file | Read when the user asks about… |
|---|---|
SKILL-agents-and-tools.md | Agent Skills format spec, MCP connector, MCP Tunnels (private-network MCP servers), remote MCP servers, tool use (computer use, code execution, bash, define-your-own tools), tool_choice |
SKILL-build-with-claude.md | extended thinking, message batches, prompt caching, citations, Amazon Bedrock, Google Vertex, embeddings, fast mode, context editing, vision; also platform foundation (intro, get-started) and guardrails / streaming-refusals from test-and-evaluate/ |
SKILL-manage-claude.md | workload identity federation (WIF), billing & usage, organizations & workspaces operations, identity & SSO |
SKILL-managed-agents.md | Managed Agents product — agent definitions, deployment, lifecycle, monitoring, self-hosted sandboxes |
This skill is auto-updated hourly by a maintainer-run pipeline. File issues at xiaolai/anthropic-docs.