Agile V Skills – Open skills for verifiable, traceable AI engineering
Enforces test independence in AI agents to break the confirmation bias loop.
Dex is the agent-native analytics engineering toolkit. Point it at your warehouse and your dbt project. It learns the landscape, authors your transformations, and tells you exactly what to fix when the schema drifts. Built for analytics engineers and data engineers who want more out of their coding agent.
Cost guardrails for Snowflake queries when agents token-max and burn your budget.
Analytics engineers and data teams using AI coding agents
Cursor · Continue · Sourcegraph Cody
Me and my team created Dex to help Analytics Engineers do real work with Claude Code (and any other coding agent).
We’ve found that Data and Analytics teams are stuck between a rock and a hard place cost-wise:
- On one side, they are using some of the most expensive consumption-billed software on the planet (Snowflake, Databricks etc.).
- On the other side, Anthropic and Open AI want you to tokenmax (and with data analytics it’s very easy to burn your context window).
So we created Dex, our open source skills plugin (Apache-2.0), to solve both of these problems:
- Dex forces the agent to use a cost guard when performing exploration queries and transformations.
- Dex uses a set of tooling that makes it hard to get burned when transforming data.
It achieves these things with tight control scripts that the SKILL.md files are pointed towards when using /dex:explore, /dex:transform and /dex:maintain.
Bonus: Dex makes agents really good data exploration, building sql and dbt models and detecting drift. 76% performance on ade-bench with Claude Sonnet 5 (and, per our measures, 2.5x cheaper than Fable 5).
Install on any agent with this command in your terminal:
npx skills add exmergo/dex
Install on Claude Code running these commands (separately):
/plugin marketplace add exmergo/exmergo-agent-plugins
/plugin install dex@exmergo
If you want to see more visual examples you can go through the README or browse here: https://www.exmergo.com/dex
Let me know if this helps your analytics workflow and makes your agents more cost-aware.
Enforces test independence in AI agents to break the confirmation bias loop.
Smart local‑first routing that only escalates to expensive cloud planners when necessary is the standout idea — combined with per‑run cost accounting and full Ollama offline support it solves a real operational itch. The repo is a pragmatic, CLI/TUI-focused toolkit (scraping + cache, MCP server mode) that feels useful for teams wanting a no‑friction orchestrator, but it’s playing in a crowded space of agent frameworks so the novelty is incremental rather than revolutionary.
Teaches agents the Pyramid Principle and Simpson's paradox to avoid rookie analytics mistakes.
PreToolUse hooks block over-budget requests while SQLite tracks Claude Code spend locally.
GSC API wrapper for AI agents, but positioning assumes narrow agent adoption.
Yet another CLI coding agent when Claude Code and Codex CLI already dominate this space.