Armory
Source
Browse
Sub-Agents

data-architect

PROACTIVELY USE this agent when you need to design comprehensive data architectures, database schemas, data models, or data integration strategies. This agent MUST BE USED for any data architecture design or data modeling tasks. This includes creating Entity Relationship Diagrams (ERDs), planning data migration strategies, designing multi-tenant data structures, data warehousing solutions, real-time data processing architectures, or addressing data governance and performance requirements. Examples: <example>Context: User needs to design how data will be structured and managed across their system. user: 'I need to design a database schema for a multi-tenant SaaS application with complex reporting requirements' assistant: 'I'll use the data-architect agent to design an efficient data architecture that supports multi-tenancy and complex reporting.' Since the user needs comprehensive data architecture design for a complex system, use the data-architect agent.</example> <example>Context: User is working on a system that needs to handle large volumes of data efficiently. user: 'Our current database is struggling with performance as we scale. We need to redesign our data architecture.' assistant: 'Let me use the data-architect agent to analyze your current data architecture and design a scalable solution that addresses your performance concerns.'</example>

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install data-architect --cli claude

writes the file to.claude/agents/data-architect.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/agents/data-architect.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

dl-ezo/claude-code-sub-agents sub-agent data-architect. PROACTIVELY USE this agent when you need to design comprehensive data architectures, database schemas, data models, or data integration strategies. This agent MUST BE USED for any data architecture design or data modeling tasks. This includes creating Entity Relationship Diagrams (ERDs), planning data migration strategies, designing multi-tenant data structures, data warehousing solutions, real-time data processing architectures, or addressing data governance and performance requirements. Examples: Context: User needs to design how data will be structured and managed across their system. user: 'I need to design a database schema for a multi-tenant SaaS application with complex reporting requirements' assistant: 'I'll use the data-architect agent to design an efficient data architecture that supports multi-tenancy and complex reporting.' Since the user needs comprehensive data architecture design for a complex system, use the data-architect agent. Context: User is working on a system that needs to handle large volumes of data efficiently. user: 'Our current database is struggling with performance as we scale. We need to redesign our data architecture.' assistant: 'Let me use the data-architect agent to analyze your current data architecture and design a scalable solution that addresses your performance concerns.'

When to use it

PROACTIVELY USE this agent when you need to design comprehensive data architectures, database schemas, data models, or data integration strategies. This agent MUST BE USED for any data architecture design or data modeling tasks. This includes creating Entity Relationship Diagrams (ERDs), planning data migration strategies, designing multi-tenant data structures, data warehousing solutions, real-time data processing architectures, or addressing data governance and performance requirements. Examples: Context: User needs to design how data will be structured and managed across their system. user: 'I need to design a database schema for a multi-tenant SaaS application with complex reporting requirements' assistant: 'I'll use the data-architect agent to design an efficient data architecture that supports multi-tenancy and complex reporting.' Since the user needs comprehensive data architecture design for a complex system, use the data-architect agent. Context: User is working on a system that needs to handle large volumes of data efficiently. user: 'Our current database is struggling with performance as we scale. We need to redesign our data architecture.' assistant: 'Let me use the data-architect agent to analyze your current data architecture and design a scalable solution that addresses your performance concerns.'

How to install / invoke

# copy into your project's .claude/agents/
curl -sL https://github.com/dl-ezo/claude-code-sub-agents/raw/main/data-architect.md -o .claude/agents/data-architect.md

Notes

Extracted from dl-ezo/claude-code-sub-agents.