From signoz
Use this skill first whenever the user asks about SigNoz instrumentation, OpenTelemetry setup, querying, dashboards, alerts, troubleshooting, self-hosted deployment, API endpoints, auth headers, or where to find anything in SigNoz docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/signoz:signoz-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use official `signoz.io` documentation and API references only. Ground every answer in fetched docs content and cite the canonical docs URL.
Use official signoz.io documentation and API references only. Ground every answer in fetched docs content and cite the canonical docs URL.
SigNoz docs support Accept: text/markdown. Fetch docs pages as markdown instead of scraping HTML.
Use the sitemap to search for candidate pages:
GET https://signoz.io/docs/sitemap.md
Fetch any docs page as markdown by requesting it with:
GET https://signoz.io/docs/<path>/
Accept: text/markdown
For example, to fetch the logs overview page:
GET https://signoz.io/docs/logs-management/overview/
Accept: text/markdown
sitemap.md for candidate pages that match the user's product area, environment, language, and task.Accept: text/markdown.
https://signoz.io/docs/... URLs.signoz.io docs pages when this skill applies.Read the matching heuristic file before fetching docs. Each file contains decision logic to route the user to the right guide.
| Topic | Trigger keywords | Heuristic file |
|---|---|---|
| Sending Logs | logs, log collection, logging, send logs | sending-logs.md |
npx claudepluginhub signoz/agent-skills --plugin signozProvides observability patterns for metrics, logging, tracing, alerting, dashboards, and infrastructure monitoring in production systems with Prometheus, Grafana, OpenTelemetry.
Creates a complete monitoring setup guide covering golden signals, alerts, dashboards, logs, and tracing. Use when asked to set up monitoring or define alerting strategy.
Provides patterns for observability strategies covering logs, metrics, traces, and signal correlation. Use when designing monitoring systems or implementing the three pillars.