altimate-code — Summary
altimate-code is a full-stack agentic data engineering harness — a forked-and-extended version of OpenCode rebuilt specifically for data teams. It ships a dedicated altimate CLI binary (installable via npm or curl), a terminal TUI, 19 built-in skills for SQL analysis, column-level lineage, dbt operations, FinOps, and warehouse connectivity. The harness provides deterministic SQL intelligence: 19 anti-pattern detection rules (100% F1 on 1,077 queries), automatic column-level lineage extraction (100% edge-match on 500 queries), cross-dialect translation across 10+ warehouses, and built-in session tracing. It integrates with Claude Code and Codex via /configure-claude and /configure-codex commands. With 604 stars and active weekly releases (v0.5.21 as of April 2026), it is the most complete standalone AI harness in this batch.
Differs from seeds: Unlike all seeds (which are skills/commands/plugin files), altimate-code is a full standalone application (forked from OpenCode) with its own binary, TUI, model routing, and session observability. Closest in ambition to claude-flow (own runtime + many tools) but specialized for data engineering rather than general code, and ships as a CLI binary rather than an npm SDK.