altimate-code Claude Code Plugin
Claude Code Plugin Claude Code Database Data Engineering & AnalyticsDatabases & StorageThe explanation below is AI-generated. Please verify it against the sources.
altimate-code is a Claude Code plugin that hands off dbt and data-warehouse tasks to a separate command-line agent, also called altimate-code, which bundles more than 100 dedicated data-engineering tools. According to the README, work such as SQL anti-pattern checks, column-level lineage tracing, dbt build/test/run, cross-warehouse data comparison, cost analysis, and PII detection is carried out by this CLI rather than by Claude's built-in file-editing abilities. Using it requires installing the altimate-code CLI separately (Node 20+) and configuring an LLM provider such as Anthropic or OpenAI, and the plugin ships disabled until a user turns it on explicitly. Warehouse queries and file edits are executed locally under the user's own credentials, and task prompts are sent to whichever LLM provider is configured - Altimate's own gateway by default, or the user's own provider under a bring-your-own-key arrangement. The homepage positions this CLI as part of Altimate.ai's wider agentic data-engineering platform, which also covers workload migration, data-app generation, and warehouse cost optimization.
About the service
Altimate.ai is the company behind altimate-code and, per its homepage, presents itself as an agentic data-engineering platform. It hosts an LLM gateway that the CLI uses by default and sells additional enterprise features such as team-level memory, governance, and audit trails. The plugin itself only triggers the CLI, but the CLI can connect outward to several data warehouses (Snowflake, BigQuery, Redshift, Databricks, Postgres, MySQL, DuckDB) and to LLM provider APIs to carry out its analysis.
What you can do with altimate-code
- Delegate dbt build/test/run jobs to altimate-code from inside a Claude Code session
- Trace column-level lineage across dbt models and see downstream impact
- Request warehouse cost/FinOps reports and identify over-provisioned resources
- Compare tables across different warehouse dialects for row-level parity checks
- Generate dbt tests, including unit tests for conditional logic
- Run an explicit task with the /altimate slash command instead of relying on automatic delegation
Sources
History of altimate-code
- Claude Code Plugin Added altimate-code