Skip to content

Commit ecdf414

Browse files
committed
Update README with skills list and fix empty sections
1 parent 93ab47f commit ecdf414

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,27 @@ These skills work with AI agents that support the [Agent Skills](https://agentsk
5353

5454
## Available Skills
5555

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+
5667
## Prerequisites
5768

58-
These skills assume:
69+
Most skills assume:
5970

6071
- dbt is installed and configured
6172
- A dbt project with `dbt_project.yml` exists
62-
- Database connections are properly set up in `profiles.yml`
6373
- Basic familiarity with dbt concepts (models, tests, sources)
6474

75+
Some skills like `fetching-dbt-docs` and `configuring-dbt-mcp-server` can be used without an existing project.
76+
6577
## Contributing
6678

6779
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
7082

7183
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.
7284

73-
Common skill additions needed:
74-
7585
## Format Specification
7686

7787
All skills in this repository follow the [Agent Skills specification](https://agentskills.io/specification) to ensure compatibility across different agent products.
7888

79-
## Examples
80-
8189
## Resources
8290

8391
- [dbt Documentation](https://docs.getdbt.com/)

0 commit comments

Comments
 (0)