npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@luccapinto/agentic-data-kit

v2.0.1

Published

AI Agent templates - Skills, Agents, and Workflows for Data Teams

Downloads

37

Readme

Agentic Data Kit

Drop one folder. Get a team of AI specialists.

Stop explaining the same things to your AI over and over. The Agentic Data Kit is a curated library of 14 dedicated AI agents, 23 specialized skills, and 6 automated workflows — all pre-configured for Data Engineering, Analytics, and Business Intelligence.

Copy the .agent/ folder into your repository. That's it. Your AI assistant now knows how to build Databricks pipelines, edit Power BI reports from scratch, design star schemas, write DAX measures, run data quality checks, and much more — without you having to teach it anything.


🧠 Why This Exists

In the AI era, your role has shifted. You delegate, orchestrate, and validate — the agents do the heavy lifting. But generic AI assistants don't know your stack, your standards, or your architecture.

This kit solves that. It's pre-built intellectual property for data teams:

  • Agents already know their job. A data-engineer agent thinks in Medallion Architecture and Delta Lake. A powerbi-developer agent edits TMDL files and builds semantic models. They don't need to be told how — they already know.
  • Skills package the hard knowledge. Instead of pasting documentation into a chat window, skills like databricks-patterns, tmdl-modeling, and pbip-report-hacking give the AI deep, structured expertise on specific tools.
  • Self-validating code. The kit goes beyond "generate and hope." Built-in validation scripts automatically check architecture compliance, DAX best practices, schema integrity, and idempotency — so the AI also handles the validation step that used to be yours.

🎯 What's Inside

Agents — Your Dedicated Specialists

| Agent | What It Does | |---|---| | data-engineer | Builds ETL pipelines, Databricks notebooks, Delta Lake tables | | analytics-engineer | Designs star schemas, writes dbt models, creates semantic layers | | powerbi-developer | Edits Power BI reports, writes DAX, builds TMDL models | | business-analyst | Gathers requirements, defines metrics, designs dashboards | | data-scientist | Builds ML pipelines, analyzes data with Python & PySpark | | data-governance | Enforces data quality, contracts, and compliance | | database-architect | Designs database schemas, indexing strategies, and data models | | data-analyst | Explores data, creates visualizations, answers business questions | | orchestrator | Coordinates multiple agents for complex, multi-domain tasks | | project-planner | Breaks down projects into phases with structured plans | | debugger | Systematic root-cause analysis with evidence-based fixes | | documentation-writer | Produces data dictionaries, runbooks, and technical docs | | explorer-agent | Navigates and maps unfamiliar codebases | | agent-creator | Builds new agents and skills for the kit itself |

Skills — Deep, Pre-Packaged Expertise

| Skill | Domain | |---|---| | databricks-patterns | PySpark, Delta Lake, Unity Catalog best practices | | tmdl-modeling | Tabular Model Definition Language for Power BI | | pbip-report-hacking | Programmatic editing of .pbip report files | | powerbi-semantic-mcp | Power BI semantic model via MCP & REST API | | database-design | Star schemas, indexing, normalization patterns | | clean-code | Idempotency, WAP pattern, testing pyramid | | data-quality-testing | Data contracts, Great Expectations, dbt tests | | architecture | Medallion Architecture, Data Mesh, dimensional modeling | | python-data | Pandas, Polars, NumPy engineering patterns | | plan-writing | Structured task planning with dependencies | | ... and 13 more | Brainstorming, debugging, deployment, code review, etc. |

Workflows — One-Command Automation

| Command | What Happens | |---|---| | /plan | AI creates a phased project plan before writing any code | | /debug | Systematic 4-phase debugging with root cause analysis | | /brainstorm | Socratic questioning to explore options before committing | | /orchestrate | Multi-agent coordination for complex tasks | | /test | Generates and runs tests following the testing pyramid | | /status | Shows project progress and task tracking |


🚀 Quick Start

1. Run the Installer

In your terminal, navigate to your project folder and run the interactive CLI. It will ask you which version of the kit you want to install:

npx @luccapinto/agentic-data-kit@latest init

Press Enter, choose your AI assistant (Antigravity, Copilot, or Claude), and the correct folder will be dropped into your project.

2. Work

Start asking your AI to build things. The agents are already loaded and ready.

You: "Build an ETL pipeline for customer data using Medallion Architecture"
AI:  🤖 Applying @data-engineer... [builds complete Bronze → Silver → Gold pipeline]

You: "Create a star schema for the sales domain"
AI:  🤖 Applying @analytics-engineer... [designs fact and dimension tables]

You: "Edit the Power BI report to add a new revenue measure"
AI:  🤖 Applying @powerbi-developer... [writes DAX, updates TMDL]

🔄 Multi-Platform Support

The kit natively works with Antigravity (autonomous agents). If you also use GitHub Copilot or Claude Code, a sync script compiles the .agent/ source into their formats:

python scripts/sync_agents.py

This generates .github/ and .claude/ folders automatically. See CONTRIBUTING.md for details.


🤝 Contributing

Want to add a new agent or skill? Read the CONTRIBUTING.md guide. The golden rule: never edit .github/ or .claude/ directly — always work inside .agent/.

🙏 Acknowledgments

This project was heavily inspired by the pioneering work of vudovn/antigravity-kit in the software engineering space. We've adapted and expanded upon those foundational concepts to create a dedicated solution for Data Engineering and Analytics teams.

📄 License

MIT © Lucca Pinto