sentry-feature-setup

Route user intents to the appropriate Sentry feature skill.

246|29|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-feature-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-feature-setup
Source: https://github.com/getsentry/sentry-for-ai/tree/main/skills/sentry-feature-setup
Command: npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-feature-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes user intents to the correct Sentry feature skill so setup flows are delegated automatically.

Core Features & Use Cases

  • Coordinates dynamic routing by inspecting user intent and selecting the appropriate feature skill: sentry-setup-ai-monitoring, sentry-otel-exporter-setup, or sentry-create-alert.
  • Supports dynamic fetching of a matched skill from the repository if not installed locally.
  • Provides a single entry point for multi-skill orchestration in Sentry-for-AI deployments.

Quick Start

Load the appropriate feature skill (AI monitoring, OTEL, or alerts) and pass the user context to that skill for execution.

Frequently Asked Questions about sentry-feature-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route Sentry feature setup requests to the correct workflow?

Sentry feature setup routing inspects user intent and dynamically delegates to the appropriate feature skill, such as AI monitoring or alerts, for seamless execution. It acts as a single entry point for multi-skill orchestration in Sentry deployments.

What Sentry setup scenarios does dynamic intent routing support?

Sentry intent routing supports AI monitoring setup, OpenTelemetry export configuration, and alerting workflow creation. It dynamically selects the matched feature skill based on the requested action and passes user context for real-time handoff.

Can I configure OpenTelemetry export settings through Sentry routing?

Yes, you can configure OpenTelemetry export settings by routing your request to the sentry-otel-exporter-setup skill. The routing mechanism inspects your intent and dynamically fetches the appropriate skill if it is not installed locally.

Do I need to manually install individual Sentry feature skills before routing?

No, manual installation is not required. The routing skill supports dynamic fetching of a matched skill from the repository if it is not installed locally, enabling automatic delegation and contextual handoff for your setup task.

What is the best way to set up AI monitoring in Sentry?

The best way to set up AI monitoring is to use intent routing to delegate to the sentry-setup-ai-monitoring skill. This routes your context to the correct feature skill automatically, allowing the specialized skill to execute the setup.