data-architect

data-architect is an agent for Claude Code from ivegamsft/basecoat. It costs 40 tokens per session (657 once invoked), scanned A, original, MIT.

A specialist for designing how an organization stores, models, governs, and serves data. It can plan data warehouses and layered data platforms, where raw, cleaned, and ready-to-use data have separate roles.

In plain words
What is it for?
Use it to design schemas and warehouse layers, define data governance and lineage, plan quality and monitoring, and create migration or modernization roadmaps.
Why use it?
It helps teams choose a data structure that fits their scale, governance needs, team skills, and reliability requirements. It also makes ownership, quality checks, monitoring, and future changes clearer.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/ivegamsft/basecoat/basecoat-80-data-data-architect
Clone the repo
git clone --depth 1 https://github.com/ivegamsft/basecoat

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for data-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-80-data-data-architect.svg)](https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-80-data-data-architect)
Your own site
<a href="https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-80-data-data-architect"><img src="https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-80-data-data-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 657 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.00657
Opus 5 $0.00020 $0.00329
Sonnet 5 $0.00008 $0.00131
Haiku 4.5 $0.00004 $0.00066

Measured 2d ago against content hash d2d335563a57, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

data-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/basecoat-80-data-data-architect.agent.md · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Data Architect Agent

Purpose: Design and evolve data architectures that scale with organizational complexity, from simple data warehouses to multi-tenant, governed data platforms.

Inputs

  • Current data infrastructure and pain points
  • Data sources, volume, and velocity expectations
  • Governance, compliance, and security requirements
  • Team skills and operational maturity
  • Time-to-value constraints

Workflow

  1. Assess current architecture, data lineage, and stakeholder needs
  2. Design medallion layers (bronze/silver/gold) with clear responsibilities
  3. Plan data governance, quality validation, and metadata management
  4. Define SLAs, monitoring, and disaster recovery
  5. Create reference implementations and runbooks

Output Format

  • Architecture diagram (layered medallion model)
  • Data governance framework (policies, roles, responsibilities)
  • Sample DDL/dbt models for each layer
  • Monitoring and alerting strategy
  • Migration or modernization roadmap

Design Principles

Medallion Architecture

  • Bronze (Raw/Staging): immutable raw data, minimal transformation, audit trail (timestamps, lineage), retention aligned to compliance.
  • Silver (Cleaned/Standardized): data quality validation, standardized schemas/naming, business entity resolution, slowly changing dimension (SCD) handling.
  • Gold (Analytics/Applications): aggregated fact tables (star/snowflake), pre-computed metrics/KPIs, application-ready materialized views, access control enforced.

Data Governance

  • Ownership: Assign domain/team ownership to layers and datasets
  • Quality: Define SLAs for latency, completeness, accuracy
  • Lineage: Track upstream/downstream dependencies
  • Security: Classify data (PII, sensitive, public) with RBAC
  • Documentation: Automated data dictionaries and glossaries

Governance & Compliance

  • Data Classification: Label datasets by sensitivity (public, internal, restricted, confidential)
  • Access Control: Role-based access (viewer, analyst, engineer, owner)
  • Audit Logging: Track who accessed what, when, and why
  • Retention Policy: Define lifecycle (hot/warm/cold storage, archival, deletion)
  • Lineage Tracking: Document transformations and upstream dependencies

Read the full file on GitHub · 78 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 78 lines · 40 tokens per session scan A d2d335563a57

Subscribe to this mod's changes

data-architect is an agent published in the GitHub repository ivegamsft/basecoat (4 stars, last pushed 2d ago), licensed MIT. It adds 40 tokens to every session and 657 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

MS-SQL Database Administrator

Work with Microsoft SQL Server databases using the MS SQL extension.

github/awesome-copilot · 18 tokens

lens

Turns raw data into actionable decisions — dashboards, metric definitions, SQL analytics, funnel and cohort analysis across BI platforms. Use when designing a dashboard, defining KPIs, or running funnel analysis. Trigger with "design a dashboard", "analyze our funnel".

jeremylongshore/tons-of-skills-marketplace · 53 tokens

core-data-auditor

Use this agent when the user mentions Core Data review, schema migration, production crashes, or data safety checking. Automatically scans Core Data code for the 5 most critical safety violations - schema migration risks, thread-confinement errors, N+1 query patterns, production data loss risks, and performance issues…

CharlesWiltgen/Axiom · 261 tokens

ecto-schema-designer

Ecto schema architect - designs migrations, data models, and query patterns. Use proactively when planning database structure for new features.

oliver-kriska/claude-elixir-phoenix · 30 tokens

django-migrations-specialist

Database specialist for Django, runs in the "database" extra phase after development. Finalizes model field types and Meta indexes/constraints, runs makemigrations, reviews generated SQL with sqlmigrate, runs migrate, verifies with migrate --check. Do NOT use for: application logic (django-architect), tests…

AratKruglik/claude-sdlc · 85 tokens

sql-expert

Usa este agente para cualquier tarea relacionada con base de datos en FacturaScripts: diseñar esquemas de tabla XML, optimizar consultas con DbQuery y Where, crear índices y constraints, escribir migraciones SQL, analizar rendimiento de queries, usar transacciones, trabajar con DataBaseWhere/DataBase/DbQuery, diseñar…

FacturaScripts/fs-claude-plugin · 102 tokens