Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DataMédio

Answering Natural Language Questions with dbt

pordbt-labs·dbt-labs· v1.0.0 · atualizado em 2026-04-11
80
Score

Use when a user asks a business question that requires querying data (e.g., "What were total sales last quarter?"). NOT for validating, testing, or building dbt models during development.

data-analysisbusiness-intelligencedbtsemantic-layersqldata-querying
Linguagens
SQL
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdanswering-natural-language-questions-with-dbt/workflow
1. Receive a business question from the user.
2. Check if a semantic layer is available.
3. If yes, list available metrics and dimensions. Query the semantic layer if possible.
4. If the semantic layer cannot answer directly, get the compiled SQL and modify it.
5. If no semantic layer, check for model discovery tools. Explore models and write SQL.
6. If no model discovery tools, analyze the dbt manifest and catalog files.
7. Execute the SQL query (if possible) and return the answer to the user.
8. Suggest improvements to the semantic layer if applicable.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aChart Generation Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar a ←Troubleshooting dbt Job Errors
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84
Similar a ←Building the dbt Semantic Layer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84

Árvore do Skill

Answering Natural Language Questions with dbt
answering-natural-language-questions-with-dbt
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.ACT
Triggers8
what were total sales last month?how many active customers do we have?show me revenue by regionanswer business questions with dataquery data using dbtanalyze data with semantic layerget insights from dbt modelsextract data from dbt project

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download answering-natural-language-questions-with-dbt
$ synaptic skills detail answering-natural-language-questions-with-dbt
$ synaptic skills live answering-natural-language-questions-with-dbt

Dependências

jq

Links

GitHub Repository