What problem does it solve? When you need to configure a specific Sentry capability beyond basic SDK setup—such as AI monitoring, OpenTelemetry pipelines, alerts, or span streaming—it is hard to know which configuration guide applies. This Skill acts as a router that maps your request to the correct Sentry feature skill. ## Core Features & Use Cases - Feature Routing: Matches requests about AI/LLM monitoring, OpenTelemetry, alerts, span streaming, or instrumentation decisions to the right dedicated skill. - Skill Fetching via curl: Downloads the target skill file from skills.sentry.dev so full instructions are preserved without summarization loss. - Clarification First: Prompts the user to confirm which feature they need instead of guessing when the request is ambiguous. - Use Case: You ask to instrument OpenAI calls in your app; the router directs you to the sentry-setup-ai-monitoring skill and fetches its full instructions. ## Quick Start Ask the assistant to set up Sentry monitoring for your LLM calls and let it route you to the correct feature skill.