signoz-docs

Use official signoz.io documentation and API references only. Ground every answer in fetched docs content and cite the canonical docs URL.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "signoz-docs" with this command: npx skills add signoz/agent-skills/signoz-agent-skills-signoz-docs

SigNoz Docs

Use official signoz.io documentation and API references only. Ground every answer in fetched docs content and cite the canonical docs URL.

Access Docs

SigNoz docs support Accept: text/markdown . Fetch docs pages as markdown instead of scraping HTML.

Discover pages

Use the sitemap to search for candidate pages:

GET https://signoz.io/docs/sitemap.md

Fetch a page

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

Workflow

  • Identify the domain from the user's question: instrumentation, OpenTelemetry setup, querying, dashboards, alerts, troubleshooting, deployment, or API docs.

  • Check the heuristics table below. If a heuristic matches, read that file before choosing docs pages.

  • Search sitemap.md for candidate pages that match the user's product area, environment, language, and task.

  • Rank the best 2-5 official pages by how directly they help the user complete the task.

  • Fetch only the top page(s) as markdown with Accept: text/markdown .

  • Fetch one page for narrow questions that map cleanly to a single setup guide, troubleshooting page, or API reference.

  • Fetch multiple pages when the task clearly spans multiple needs, such as collection-method selection plus a language guide, setup plus troubleshooting, or overview plus exact API/auth details.

  • Keep the fetch set small and purposeful. Do not fetch loosely related pages just because they share keywords.

  • Answer from the fetched docs and cite canonical https://signoz.io/docs/... URLs.

  • Handle ambiguity deliberately: if multiple pages are plausible, prefer the page that completes the task most directly and mention alternates only when they materially change the answer.

Ranking Hints

  • Prefer setup, troubleshooting, or API-reference pages over overview pages when the user needs an action.

  • Prefer pages that match the user's runtime, language, deployment environment, or SigNoz product area.

  • For API questions, prefer the exact endpoint/auth/reference page over a general guide.

  • Stay within official signoz.io docs pages when this skill applies.

Domain Heuristics

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

signoz-clickhouse-query

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

Repository Source
85.9K23Kvercel
Automation

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

Repository Source
60.3K23Kvercel
Automation

supabase-postgres-best-practices

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

Repository Source
35.1K1.6Ksupabase