AltimateAI

63 mods across 4 repositories, 961 stars between them.

add-database-driver

01

AltimateAI/altimate-code

Command Claude Code

Add a new database driver to Altimate Code. Scaffolds the driver, registers it across all 23 integration points, writes E2E tests, and updates docs. Usage - /add-database-driver.

803 2d ago A 46 tokens original MIT

bridge-guard

02

AltimateAI/altimate-code

Command Claude Code

Audit a v1.4.0-style upstream bridge merge for the regression patterns that bit us last time. Catches brand leaks, behavior patches lost to overwrite, split-brain module pairs, and test fixtures locked to old APIs. Run after the bridge merge tool produces a PR, before merging to main.

803 2d ago A 62 tokens original MIT

release-beta

03

AltimateAI/altimate-code

Command Claude Code

Cut a BETA (prerelease) of altimate-code to the npm beta channel. Existing latest users are NOT auto-upgraded — only opt-in beta testers get it. Use to soak a risky change (e.g. a big upstream merge) before promoting to latest with /release.

803 2d ago C 65 tokens original MIT

release

04

AltimateAI/altimate-code

Command Claude Code

Release a new version of altimate-code. Reviews code, fixes issues, generates changelog, runs checks, tags, pushes, and monitors CI. Everything ships clean in one release.

803 2d ago A 37 tokens original MIT

test-discovery

05

AltimateAI/altimate-code

Command Claude Code

Discover and write missing tests for altimate-code. Runs hourly to find real-world gaps. Uses a team with a critic to validate tests before committing.

803 2d ago A 30 tokens original MIT

PreToolUse

06

AltimateAI/altimate-code

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From AltimateAI/altimate-code.

803 2d ago A tokens not measured original MIT

cost-report

09

AltimateAI/altimate-code

Skill Claude CodeCodex

Analyze Snowflake query costs and identify optimization opportunities.

803 2d ago A 12 tokens original MIT

data-parity

10

AltimateAI/altimate-code

Skill Claude CodeCodex

Validate that two tables or query results are identical — or diagnose exactly how they differ. Discover schema, identify keys, profile cheaply, then diff. Use for migration validation, ETL regression, and query refactor verification.

803 2d ago A 48 tokens original MIT

data-viz

11

AltimateAI/altimate-code

Skill Claude CodeCodex

Build modern, interactive data visualizations and dashboards using code-based component libraries (shadcn/ui, Recharts, Tremor, Nivo, D3, Victory, visx). Use this skill whenever the user asks to visualize data, build dashboards, create analytics views, chart metrics, tell a data story, build a reporting interface…

803 2d ago A 189 tokens original MIT

dbt-analyze

12

AltimateAI/altimate-code

Skill Claude CodeCodex

Analyze downstream impact of dbt model changes using column-level lineage and the dependency graph. Use when evaluating the blast radius of a change before shipping. Powered by altimate-dbt.

803 2d ago A 41 tokens original MIT

dbt-develop

13

AltimateAI/altimate-code

Skill Claude CodeCodex

REQUIRED before writing or modifying ANY dbt model. Invoke this skill FIRST whenever a task says "create", "build", "add", "modify", "update", "fix", or "refactor" a dbt model, staging file, mart, incremental, or snapshot. Skipping this skill is the leading cause of silent-correctness bugs — models that compile and…

803 2d ago A 294 tokens original MIT

dbt-docs

14

AltimateAI/altimate-code

Skill Claude CodeCodex

Document dbt models and columns in schema.yml with business context — model descriptions, column definitions, and doc blocks. Use when adding or improving documentation for discoverability. Powered by altimate-dbt.

803 2d ago A 45 tokens original MIT

dbt-pr-review

15

AltimateAI/altimate-code

Skill Claude CodeCodex

Cloudflare-style AI code review for dbt/SQL pull requests. Produces a signed APPROVE/COMMENT/REQUESTCHANGES verdict where every blocking finding is backed by a deterministic engine call — column-lineage blast radius, query equivalence, PII classification, and A–F grade. Use to review a dbt PR or the working-tree…

803 2d ago A 79 tokens original MIT

dbt-schema-verify

16

AltimateAI/altimate-code

Skill Claude CodeCodex

REQUIRED after building or modifying ANY dbt model that has columns declared in schema.yml / models.yml. Run altimate-dbt schema-verify --model to diff actual columns against the spec, and treat any mismatch verdict as "not done." The most common reason "the build is green but the tests still fail" is that the model…

803 2d ago A 216 tokens original MIT

dbt-test

17

AltimateAI/altimate-code

Skill Claude CodeCodex

Add schema tests, unit tests, and data quality checks to dbt models. Use when validating data integrity, adding test definitions to schema.yml, writing unit tests, or practicing test-driven development in dbt. Powered by altimate-dbt.

803 2d ago A 53 tokens original MIT

dbt-troubleshoot

18

AltimateAI/altimate-code

Skill Claude CodeCodex

Debug dbt errors — compilation failures, runtime database errors, test failures, wrong data, and performance issues. Use when something is broken, producing wrong results, or failing to build. Powered by altimate-dbt.

803 2d ago A 50 tokens original MIT

dbt-unit-tests

19

AltimateAI/altimate-code

Skill Claude CodeCodex

Generate dbt unit tests automatically for any model. Analyzes SQL logic (CASE/WHEN, JOINs, window functions, NULLs), creates type-correct mock inputs from manifest schema, and assembles complete YAML. Use when a user says "generate tests", "add unit tests", "test this model", or "test coverage" for dbt models.

803 2d ago A 79 tokens original MIT

lineage-diff

20

AltimateAI/altimate-code

Skill Claude CodeCodex

Compare column-level lineage between two versions of a SQL query to show added, removed, and changed data flow edges.

803 2d ago A 28 tokens original MIT

pii-audit

21

AltimateAI/altimate-code

Skill Claude CodeCodex

Classify schema columns for PII (SSN, email, phone, name, address, credit card) and check whether queries expose them. Use for GDPR/CCPA/HIPAA compliance audits.

803 2d ago A 46 tokens original MIT

schema-migration

23

AltimateAI/altimate-code

Skill Claude CodeCodex

Analyze DDL migrations for data loss risks — type narrowing, missing defaults, dropped constraints, breaking column changes. Use before applying schema changes to production.

803 2d ago A 34 tokens original MIT

sql-review

24

AltimateAI/altimate-code

Skill Claude CodeCodex

Pre-merge SQL quality gate — lint 26 anti-patterns, grade readability/performance A-F, validate syntax, and scan for injection threats. Use before committing or reviewing SQL changes.

803 2d ago A 41 tokens original MIT