fetching-dbt-docs

Retrieve and search dbt documentation pages in LLM-friendly markdown format.

11|3|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/kyle-chalmers/dbt-agentic-development --skill fetching-dbt-docs-kyle-chalmers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetching-dbt-docs
Source: https://github.com/kyle-chalmers/dbt-agentic-development/tree/main/.agents/skills/fetching-dbt-docs
Command: npx skills add https://github.com/kyle-chalmers/dbt-agentic-development --skill fetching-dbt-docs-kyle-chalmers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieves and searches dbt documentation pages in LLM-friendly Markdown format to provide quick, reliable references without leaving your conversation.

Core Features & Use Cases

  • LLM-friendly docs: Serve dbt docs as clean Markdown suitable for prompt contexts and AI-assisted workflows.
  • Indexed and single-page access: Use the docs index (llms.txt) or fetch a specific page by appending .md to the URL for fast reference.
  • Full docs discovery: Run the included search script to scan the entire docs corpus for keyword-driven results, enabling broad topic discovery across dbt topics.
  • Use Case: When you need official guidance on a dbt feature, fetch the precise Markdown page to ground the AI's response in authoritative docs.

Quick Start

Fetch the markdown version of the dbt docs page for a topic, for example service-tokens.

Frequently Asked Questions about fetching-dbt-docs

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

FAQPage Schema
How do I fetch dbt documentation in Markdown format for LLM workflows?

Fetch dbt docs in Markdown by appending .md to a documentation URL or using the page index. This retrieves clean, LLM-friendly text for dbt Cloud, Core, or Semantic Layer references.

Can I search the entire dbt docs corpus by keyword?

Yes, you can search the dbt docs corpus by running the included search script. It scans the full documentation index to return keyword-driven results for rapid topic discovery.

What is the best way to look up official guidance on dbt Cloud features?

The best way to look up dbt Cloud guidance is fetching the specific Markdown documentation page. This grounds your conversation in authoritative dbt docs without leaving the chat interface.

Does this dbt docs search approach work with dbt Core and the Semantic Layer?

Yes, the dbt docs search works with dbt Core, dbt Cloud, and the dbt Semantic Layer. You can retrieve and compare documentation pages across all three dbt products using keyword or index lookups.

Are there limitations or security concerns when fetching external dbt docs pages?

A key limitation is that external content must be treated as untrusted. You should evaluate fetched dbt documentation pages carefully before relying on the Markdown output for critical workflows.

How do I access the dbt docs page index for broad topic discovery?

Access the dbt docs page index by retrieving the llms.txt file. This provides a structured index of available documentation pages for broad scanning across the dbt corpus.