Agent skill
product-self-knowledge
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.
Install this agent skill to your Project
npx add-skill https://github.com/Bbeierle12/Skill-MCP-Claude/tree/main/skills/product-self-knowledge
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
r3f-materials
Three.js materials in R3F, built-in materials (Standard, Physical, Basic, etc.), ShaderMaterial with custom GLSL, uniforms binding and animation, and material properties. Use when choosing materials, creating custom shaders, or binding dynamic uniforms.
audio-router
Router for audio domain including playback, analysis, and audio-reactive visuals. Use when implementing any audio functionality including music, sound effects, visualizers, or audio-driven animations. Routes to 3 specialized skills.
case-studies-reference
Game building mechanics case studies and decision frameworks. Use when designing building systems, evaluating trade-offs, or learning from existing games. Reference-only skill with detailed analysis of Fortnite, Rust, Valheim, Minecraft, No Man's Sky, and Satisfactory building systems.
brainstorming
Use when starting any feature, project, or design work. Guides collaborative design refinement through incremental questioning before any code is written.
shader-router
Decision framework for GLSL shader projects. Routes to specialized shader skills (fundamentals, noise, SDF, effects) based on task requirements. Use when starting a shader project or needing guidance on which shader techniques to combine.
audio-playback
Audio playback using Tone.js including players, transport, scheduling, and loading audio. Use when implementing background music, sound effects, audio synchronization, or timed audio events. Essential for any audio-enabled web application.
Didn't find tool you were looking for?