fmind

Da2a — Data skill for Claude Code

Data community

First-class protocol and framework for enabling collaborative intelligence and communication across specialized Data Agents.

How to install Da2a

This entry records only its repository, not the path inside it, so there is no exact command to give. Open fmind/da2a and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Da2a does

First-class protocol and framework for enabling collaborative intelligence and communication across specialized Data Agents.

Alternatives in Data

  • Azure Document Intelligence .net — Document text, table, and data extraction 1.8k ★
  • Agentsview — Local-first session intelligence and analytics for coding agents, supporting Claude Code, Codex, and 14 other 824 ★
  • AgriQuant AI — AI-powered weather intelligence for agricultural commodity futures 707 ★

README

Da2a

[![Python version](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/) [![just](https://img.shields.io/badge/just-automation-orange.svg)](https://github.com/casey/just) [![uv](https://img.shields.io/badge/uv-packaging-green.svg)](https://github.com/astral-sh/uv) [![ADK](https://img.shields.io/badge/ADK-Agent%20Development%20Kit-purple.svg)](https://github.com/google/adk-python)

Da2a demonstrates a multi-agent system for data analysis using the [Agent Development Kit (ADK)](https://github.com/google/adk-python).

It showcases an agent-in-agent architecture where a root agent orchestrates tasks by communicating with specialized, independently deployed sub-agents via the Agent-to-Agent (A2A) protocol. The agents perform analysis on real-world e-commerce and marketing datasets from [Olist](https://www.kaggle.com/datasets/olistbr/brazilian-ecommerce).

![Da2a User Interface](images/screenshot.png)

Table of Contents

Features

![Da2a Architecture](diagrams/architecture.png)

  • Multi-Agent System: Implements a robust agent-in-agent architecture with a central orchestrator and specialized, distributed sub-agents.
  • Agent-to-Agent (A2A) Communication: Demonstrates how agents can communicate and delegate tasks over the network using the A2A protocol.
  • Specialized Data Analysis Agents: Features distinct agents for e-commerce and marketing data, each