fetching-dbt-docs

Search and fetch dbt documentation pages in markdown format.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/pkoka888/server-infra-templates --skill fetching-dbt-docs-pkoka888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetching-dbt-docs
Source: https://github.com/pkoka888/server-infra-templates/tree/main/.kilo/skills/marketplace/dbt/skills/fetching-dbt-docs
Command: npx skills add https://github.com/pkoka888/server-infra-templates --skill fetching-dbt-docs-pkoka888

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieves and consolidates dbt documentation into LLm-friendly markdown, enabling quick lookups and guided exploration without leaving the chat context.

Core Features & Use Cases

  • LLM-friendly access: fetch docs in clean markdown for easy AI consumption.
  • Targeted lookup: quickly locate pages for dbt Cloud, dbt Core, and the dbt Semantic Layer.
  • Offline-friendly workflow: uses a local index/cache to speed repeated searches and reduce network calls.
  • Use Case: when you need a fast reference on metrics, models, or dbt commands, you can fetch the relevant docs and summarize them.

Quick Start

Run the scripts/search-dbt-docs.sh with a keyword to fetch matching dbt docs in markdown.

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 LLMs?

Fetch dbt documentation in markdown by running a local search script that filters a cached index and returns matching page URLs in a clean, LLM-friendly format.

Can I search dbt Cloud and dbt Core docs without an internet connection?

Search dbt Cloud and dbt Core docs offline using a local cache of the documentation index, which speeds up repeated searches and reduces network calls.

How do I quickly look up dbt Semantic Layer commands from my chat context?

Look up dbt Semantic Layer commands by running the search script with a keyword to retrieve and consolidate relevant documentation pages directly in markdown.

What dependencies do I need to run a local dbt docs search workflow?

Run the dbt docs search workflow with standard Unix tools and curl installed on your system to fetch and filter documentation pages.

What is the best way to reference dbt metrics and models inside an AI chat?

Reference dbt metrics and models by fetching the relevant documentation pages in markdown, enabling quick summarization and guided exploration without leaving the chat context.