Cosmos Dbt Core
Cosmos DBT Core streamlines your data transformation workflows for querying and analyzing astronomical datasets, boosting efficiency & insights.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cosmos-dbt-core npx -- -y @trustedskills/cosmos-dbt-core
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cosmos-dbt-core": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cosmos-dbt-core"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The cosmos-dbt-core skill provides integration with dbt (data build tool) within the Cosmos framework, enabling AI agents to execute data transformation workflows using dbt models. It supports running dbt commands like run, test, and docs generate, allowing for automated data pipeline execution and validation.
When to use it
- Automating ETL processes with dbt in a CI/CD environment
- Validating data quality by running dbt tests on a schedule
- Generating documentation for data models as part of a deployment workflow
Key capabilities
- Execute dbt commands within an AI agent workflow
- Integrate with Cosmos to manage and orchestrate dbt projects
- Support for common dbt operations such as run, test, and docs generate
Example prompts
- "Run all dbt models in the
analyticsproject" - "Generate documentation for the
financedbt project" - "Test all data models in the
marketingschema"
Tips & gotchas
Ensure that your AI agent has access to a properly configured dbt environment, including profiles and dependencies. Limitations may arise if dbt projects are not version-controlled or if there are dependency conflicts between packages.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.