
Product Self Knowledge
- 89 installs
- 8 repo stars
- Updated August 4, 2026
- bbeierle12/skill-mcp-claude
product-self-knowledge is a Claude skill that provides source-backed, authoritative answers about Anthropic products by routing questions to the correct official docs.
About
This skill gives an agent an authoritative reference for answering questions about Anthropic products such as Claude.ai, Claude Code, and the Claude API. It routes each question to the correct official documentation map or support page and insists on sourcing answers with official URLs. A developer uses it so the assistant stops guessing about product capabilities, access, pricing, or limits.
- Authoritative reference that routes questions about Anthropic products to the correct official docs
- Distinguishes Claude.ai, Claude Code, and Claude API to prevent hallucinated answers
- Provides a fixed set of official documentation and support URLs to cite
Product Self Knowledge by the numbers
- 89 all-time installs (skills.sh)
- Ranked #668 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
product-self-knowledge capabilities & compatibility
- Capabilities
- documentation
- Use cases
- documentation · research
What product-self-knowledge says it does
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.
Source everything** - Always include official documentation URLs
npx skills add https://github.com/bbeierle12/skill-mcp-claude --skill product-self-knowledgeAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 89 |
|---|---|
| repo stars | ★ 8 |
| Last updated | August 4, 2026 |
| Repository | bbeierle12/skill-mcp-claude ↗ |
What it does
Answer questions about Anthropic products with correct, source-backed documentation links.
Who is it for?
Answering user questions about Anthropic products with correct sources.
Skip if: Anything outside Anthropic product documentation.
When should I use this skill?
Users ask about product capabilities, access, installation, pricing, limits, or features of Anthropic products.
What you get
- A source-backed answer with official documentation URLs
By the numbers
- Routes across 3 distinct Anthropic products: Claude.ai, Claude Code, and Claude API
Files
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
{
"name": "product-self-knowledge",
"description": "Knowledge about Anthropic products including Claude.ai, Claude Code, and Claude API. Prioritizes accuracy over guessing and distinguishes between separate products.",
"tags": [
"meta-tooling",
"reference"
],
"sub_skills": [],
"source": "claude-public",
"type": "discipline",
"depends_on": [],
"enhances": [
"internal-comms",
"doc-coauthoring"
],
"last_reviewed_at": null,
"review_score": null,
"relevance_tier": null
}