fetching-dbt-docs

Fetch and search dbt documentation pages in markdown format.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/niits/voz-company-crawler --skill fetching-dbt-docs-niits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetching-dbt-docs
Source: https://github.com/niits/voz-company-crawler/tree/main/.agents/skills/fetching-dbt-docs
Command: npx skills add https://github.com/niits/voz-company-crawler --skill fetching-dbt-docs-niits

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users quickly find and retrieve information from dbt documentation, making it easier to understand and utilize dbt features.

Core Features & Use Cases

  • Fetch Specific Pages: Retrieve documentation for specific dbt features or commands by appending .md to the standard documentation URL.
  • Search Documentation Index: Use the llms.txt index to find relevant pages based on titles and descriptions.
  • Full Text Search: Employ a script to search the entire dbt documentation content when the index is insufficient.
  • Use Case: A user needs to understand how to implement incremental models in dbt. They can use this skill to search for "incremental models" and get direct links to the relevant documentation pages.

Quick Start

Use the fetching dbt docs skill to find pages related to 'semantic models'.

Frequently Asked Questions about fetching-dbt-docs

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

FAQPage Schema
How do I search dbt documentation for specific features?

To search dbt documentation, you can use a full-text search script or query the llms.txt index to find relevant pages based on titles and descriptions.

Can I retrieve dbt Cloud documentation in markdown format?

Yes, you can retrieve dbt Cloud documentation in an LLM-friendly markdown format by fetching specific pages via their standard URL appended with .md.

What is the best way to look up dbt Semantic Layer documentation?

The best way to look up dbt Semantic Layer documentation is using the index file to search titles or performing a full-text search to retrieve relevant markdown pages.

How do I fetch a single page of dbt Core documentation?

You fetch a single page of dbt Core documentation by appending .md to the standard documentation URL to retrieve the content in a markdown format.