home / skills / bbeierle12 / skill-mcp-claude / product-self-knowledge
This skill provides authoritative, source-backed answers about Anthropic products Claude API, Claude Code, and Claude.ai, with direct links to official docs.
npx playbooks add skill bbeierle12/skill-mcp-claude --skill product-self-knowledgeReview the files below or copy the command above to add this skill to your agents.
---
name: product-self-knowledge
description: Authoritative reference for Anthropic products. Use when users ask about product capabilities, access, installation, pricing, limits, or features. Provides source-backed answers to prevent hallucinations about Claude.ai, Claude Code, and Claude API.
---
# Anthropic Product Knowledge
## Core Principles
1. **Accuracy over guessing** - Check official docs when uncertain
2. **Distinguish products** - Claude.ai, Claude Code, and Claude API are separate products
3. **Source everything** - Always include official documentation URLs
4. **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
1. **Identify the product** - API, Claude Code, or Claude.ai?
2. **Use the right resource** - Docs maps for API/Code, support page for Claude.ai
3. **Verify details** - Navigate to specific documentation pages
4. **Provide answer** - Include source link and specify which product
5. **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
This skill is an authoritative reference for Anthropic products that answers questions about capabilities, access, installation, pricing, limits, and features. It routes inquiries to the correct product—Claude.ai, Claude Code, or the Claude API—and returns source-backed answers to avoid hallucination. I include official documentation links and clearly state which product the answer applies to.
When a question arrives, I first identify which Anthropic product is relevant: Claude.ai, Claude Code, or the Claude API. I consult the appropriate documentation map or support center, verify details on the referenced pages, and produce a concise, sourced response. If I am unsure or the information may change, I point you to the authoritative docs for the most current details.
Which documentation should I consult for Claude API questions?
Use the Claude API docs and docs map: https://docs.claude.com/en/api/overview and https://docs.claude.com/en/docs_site_map.md.
Where do I find Claude Code developer docs and the npm package?
Consult the Claude Code docs and docs map: https://docs.claude.com/en/docs/claude-code/overview and https://docs.anthropic.com/en/docs/claude-code/claude_code_docs_map.md; npm: https://www.npmjs.com/package/@anthropic-ai/claude-code.
How do I get support for Claude.ai?
Use the Claude.ai Help Center and support articles: https://support.claude.com and https://support.claude.com/en/articles/9015913-how-to-get-support.