feat: add altimate-dbt CLI and consolidate dbt skills into 5 focused skills#146
Closed
suryaiyer95 wants to merge 10000 commits intomainfrom
Closed
feat: add altimate-dbt CLI and consolidate dbt skills into 5 focused skills#146suryaiyer95 wants to merge 10000 commits intomainfrom
suryaiyer95 wants to merge 10000 commits intomainfrom
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
altimate-dbtCLI package (packages/dbt-tools/) — a Bun TypeScript wrapper around@altimateai/dbt-integrationfor dbt project operationsreferences/directories for progressive context disclosurealtimate-dbtcommands instead of rawdbtaltimate-dbt CLI (
packages/dbt-tools/)New package providing 16 commands for dbt project operations:
initdoctorinfocompile/compile-querybuild/run/test/build-projectexecutecolumns/columns-source/column-valueschildren/parentsdeps/add-packagesArchitecture: one-shot CLI (run command → print JSON → exit). No MCP, no server, no API key required. Wraps
@altimateai/dbt-integrationviaDBTProjectIntegrationAdapter.dbt Skills Consolidation
dbt-developdbt-testdbt-docsdbt-troubleshootdbt-analyzeDeleted:
dbt-cli,model-scaffold,generate-tests,yaml-config,incremental-logic,medallion-patterns,impact-analysisArchitecture: Lean SKILL.md for AI routing → deep
references/files loaded on-demand. Adopts patterns from dbt-labs/dbt-agent-skills: Iron Rules, Common Mistakes tables, explicit boundaries.Test plan
bun packages/dbt-tools/src/index.tsprints usagebun packages/dbt-tools/src/index.ts initdetects dbt projectbun test --cwd packages/dbt-toolspasses🤖 Generated with Claude Code