You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,15 +53,27 @@ These skills work with AI agents that support the [Agent Skills](https://agentsk
53
53
54
54
## Available Skills
55
55
56
+
| Skill | Description |
57
+
|-------|-------------|
58
+
|`using-dbt-for-analytics-engineering`| Build and modify dbt models, debug errors, explore data sources, write tests |
59
+
|`adding-dbt-unit-test`| Add unit tests for dbt models, practice test-driven development |
60
+
|`building-dbt-semantic-layer`| Create semantic models, metrics, and dimensions with MetricFlow |
61
+
|`answering-natural-language-questions-with-dbt`| Answer business questions by querying the semantic layer |
62
+
|`troubleshooting-dbt-job-errors`| Diagnose and resolve dbt platform job failures |
63
+
|`configuring-dbt-mcp-server`| Set up the dbt MCP server for Claude, Cursor, or VS Code |
64
+
|`fetching-dbt-docs`| Look up dbt documentation efficiently |
65
+
|`migrating-dbt-core-to-fusion`| Migrate dbt projects to the Fusion engine |
66
+
56
67
## Prerequisites
57
68
58
-
These skills assume:
69
+
Most skills assume:
59
70
60
71
- dbt is installed and configured
61
72
- A dbt project with `dbt_project.yml` exists
62
-
- Database connections are properly set up in `profiles.yml`
63
73
- Basic familiarity with dbt concepts (models, tests, sources)
64
74
75
+
Some skills like `fetching-dbt-docs` and `configuring-dbt-mcp-server` can be used without an existing project.
76
+
65
77
## Contributing
66
78
67
79
We welcome contributions! Whether you want to add a new dbt skill, improve existing ones, or fix issues, please see our [Contributing Guide](CONTRIBUTING.md).
@@ -70,14 +82,10 @@ We welcome contributions! Whether you want to add a new dbt skill, improve exist
70
82
71
83
This repository uses the [skills-ref](https://github.com/agentskills/agentskills/tree/main/skills-ref) library (installed from GitHub) for validating and testing skills. Requires Python 3.11+. See the [Contributing Guide](CONTRIBUTING.md) for setup and usage instructions.
72
84
73
-
Common skill additions needed:
74
-
75
85
## Format Specification
76
86
77
87
All skills in this repository follow the [Agent Skills specification](https://agentskills.io/specification) to ensure compatibility across different agent products.
0 commit comments