fetching-dbt-docs

Fetch dbt documentation pages via URLs and llms.txt index searches.

1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/juandaniel190/personal-projects --skill fetching-dbt-docs-juandaniel190
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetching-dbt-docs
Source: https://github.com/juandaniel190/personal-projects/tree/main/.cursor/skills/fetching-dbt-docs
Command: npx skills add https://github.com/juandaniel190/personal-projects --skill fetching-dbt-docs-juandaniel190

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of finding and retrieving dbt documentation, ensuring you always access the most relevant and up-to-date information for dbt Cloud, dbt Core, and the dbt Semantic Layer.

Core Features & Use Cases

  • Direct URL Fetching: Retrieve specific documentation pages by appending .md to standard dbt documentation URLs.
  • Page Index Search: Quickly find relevant pages using a curated index of dbt documentation.
  • Full Text Search: For comprehensive searches, utilize a script to query the full content of dbt documentation.
  • Use Case: When you need to understand how to configure an incremental model in dbt, you can use this skill to search for and retrieve the exact documentation page explaining incremental strategies.

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 commands and features?

To search dbt documentation, use an index-based search via `llms.txt` or a script to query `llms-full.txt`. This locates specific features, commands, and concepts within dbt Cloud, dbt Core, and the dbt Semantic Layer.

What is the best way to fetch a specific dbt Core documentation page?

Fetch specific dbt Core documentation pages through direct URL retrieval by appending `.md` to standard dbt documentation URLs. This instantly retrieves the exact LLM-friendly markdown content for the requested page.

Can I find information on configuring incremental models in the dbt Semantic Layer docs?

Find information on configuring incremental models in dbt documentation by using the full-text search script. This queries the comprehensive content of dbt Cloud, dbt Core, and the dbt Semantic Layer docs to retrieve exact pages explaining incremental strategies.

Does this dbt documentation search method support dbt Cloud and dbt Core?

Yes, the dbt documentation search supports dbt Cloud and dbt Core. It streamlines retrieving relevant, up-to-date information across dbt Cloud, dbt Core, and the dbt Semantic Layer using direct page fetching and index-based searching.

When do I need to use the full-text search script for dbt documentation?

Use the full-text search script for dbt documentation when you need comprehensive searches across entire content. It utilizes `llms-full.txt` to query full documentation text, which is ideal when a standard index-based search via `llms.txt` is insufficient.