Loading...
Loading...
Use when fetching dbt documentation, looking up dbt features, or answering questions about dbt Cloud, dbt Core, or the dbt Semantic Layer
npx skill4agent add dbt-labs/dbt-agent-skills fetching-dbt-docs.md| Browser URL | LLM-friendly URL |
|---|---|
| |
| |
| Resource | URL | Use Case |
|---|---|---|
| Single page | Add | Fetch specific documentation |
| Page index | | Find all available pages |
| Full docs | | Search across all docs (filter by keyword first) |
WebFetch: https://docs.getdbt.com/docs/path/to/page.md.mdllms.txtWebFetch: https://docs.getdbt.com/llms.txt
Prompt: "Find pages related to [topic]. Return the URLs."~/.claude/skills/fetch-dbt-docs/search-dbt-docs.sh <keyword>
# Examples
~/.claude/skills/fetch-dbt-docs/search-dbt-docs.sh semantic_model
~/.claude/skills/fetch-dbt-docs/search-dbt-docs.sh "incremental strategy"
~/.claude/skills/fetch-dbt-docs/search-dbt-docs.sh metric dimension # OR search
# Force fresh download (bypass 24h cache)
~/.claude/skills/fetch-dbt-docs/search-dbt-docs.sh metric --fresh.md| Mistake | Fix |
|---|---|
Fetching HTML URL without | Always append |
| Searching llms-full.txt first | Search llms.txt index first, only use full docs if no results |
| Loading llms-full.txt entirely | Use the search script to filter, then fetch individual pages |
| Guessing page paths | Use llms.txt index to find correct paths |