mcpbeat Sign in

Anthropic Product Knowledge Skill for Claude

Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.js requirements, platform/OS support, MCP server integration, configuration), Claude API (function calling/tool use, batch processing, SDK usage, rate limits, pricing, models, streaming), and Claude.ai (Pro vs Team vs Enterprise plans, feature limits). Trigger this even for coding tasks that use the Anthropic SDK, content creation mentioning Claude capabilities or pricing, or LLM provider comparisons. Any time you would otherwise rely on memory for Anthropic product details, verify here instead — your training data may be outdated or wrong.

652 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
314
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas --skill anthropic-product-knowledge

The instruction itself

7 sections, as written by the author

Anthropic Product Knowledge

Core Principles

  • Accuracy over guessing - Check official docs when uncertain
  • Distinguish products - Claude.ai, Claude Code, and Claude API are separate products
  • Source everything - Always include official documentation URLs
  • Right resource first - Use the correct docs for each product (see routing below)

Question Routing

Claude API or Claude Code questions?

Check the docs maps first, then navigate to specific pages:

  • Claude API & General: https://docs.claude.com/en/docs_site_map.md
  • Claude Code: https://docs.anthropic.com/en/docs/claude-code/claude_code_docs_map.md

Claude.ai questions?

Browse the support page:

  • Claude.ai Help Center: https://support.claude.com

Response Workflow

  • Identify the product - API, Claude Code, or Claude.ai?
  • Use the right resource - Docs maps for API/Code, support page for Claude.ai
  • Verify details - Navigate to specific documentation pages
  • Provide answer - Include source link and specify which product
  • If uncertain - Direct user to relevant docs: "For the most current information, see [URL]"

Quick Reference

Claude API:

  • Documentation: https://docs.claude.com/en/api/overview
  • Docs Map: https://docs.claude.com/en/docs_site_map.md

Claude Code:

  • Documentation: https://docs.claude.com/en/docs/claude-code/overview
  • Docs Map: https://docs.anthropic.com/en/docs/claude-code/claude_code_docs_map.md
  • npm Package: https://www.npmjs.com/package/@anthropic-ai/claude-code

Claude.ai:

  • Support Center: https://support.claude.com
  • Getting Help: https://support.claude.com/en/articles/9015913-how-to-get-support

Other:

  • Product News: https://www.anthropic.com/news
  • Enterprise Sales: https://www.anthropic.com/contact-sales

Other skills for the same job

different authors, same section of the catalogue
At Dispatch V2
by pytorch
vendor ×3

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

2k tokens
Docstring
by pytorch
vendor ×3

Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.

3k tokens
Statsmodels
by christophacham
×3

Statistical models library for Python. Use when you need specific model classes (OLS, GLM, mixed models, ARIMA) with detailed diagnostics, residuals, and inference. Best for econometrics, time series, rigorous inference with coefficient tables. For guided statistical test selection with APA reporting use statistical-analysis.

27k tokens
AI SDK
by vercel-labs
vendor ×2

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".

6k tokens
Create Llms
by github
vendor ×1

Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/

2k tokens
Esm
by K-Dense-AI
×1

Use when working directly with the `esm` Python SDK, ESM3 or ESMC model IDs, Forge/Biohub inference clients, or ESMFold2 folding workflows.

21k tokens
Modal
by K-Dense-AI
×1

Modal is a serverless cloud platform for running Python on demand, including on-demand GPUs. Use when deploying or serving AI/ML models, running GPU-accelerated workloads (training, fine-tuning, inference), serving web endpoints, scheduling batch jobs, or scaling Python code to cloud containers with the Modal SDK.

19k tokens
Pytdc
by K-Dense-AI
×1

Use Therapeutics Data Commons through the PyTDC Python package for registry discovery, approved dataset access, task-aware splits, evaluator metrics, benchmark groups, and bounded molecular-oracle workflows.

27k tokens scripts

How to use it

Copy the folder

Take syahiidkamil/anthropic-product-knowledge from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.