product-self-knowledge
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
More from bbeierle12/skill-mcp-claude
gsap-react
GSAP integration with React including useGSAP hook, ref handling, cleanup patterns, and context management. Use when implementing GSAP animations in React components, handling component lifecycle, or building reusable animation hooks.
606gsap-scrolltrigger
Scroll-based animations using GSAP ScrollTrigger plugin including pinning, scrubbing, snap points, and parallax effects. Use when creating scroll-driven animations, sticky sections, progress indicators, or parallax scrolling experiences.
476gsap-fundamentals
Core GSAP animation concepts including tweens, timelines, easing functions, and animation properties. Use when implementing basic animations, transitions, or learning GSAP foundations. Essential starting point for any GSAP-based animation work.
245shader-effects
Visual shader effects—glow/bloom, chromatic aberration, distortion, vignette, film grain, scanlines, glitch, dissolve, outline, and fresnel. Use when adding visual polish, post-processing effects, or stylized rendering to shaders.
158d3js-visualization
Create D3.js charts and interactive data visualizations. Use when building bar charts, line charts, scatter plots, pie charts, force-directed graphs, geographic maps, or any custom data visualization.
147gsap-sequencing
Complex GSAP timelines including labels, callbacks, nested timelines, and position parameters. Use when orchestrating multi-step animations, building animation sequences, or creating coordinated motion. Essential for cinematic animations and complex UI choreography.
143