Skip to content
Agent

data

by rockfridrich

AI Summary

A specialized database agent that handles schema design, migrations, query optimization, and data integrity across projects. Developers benefit by delegating all database operations to a single, focused agent rather than managing these concerns ad-hoc.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "data" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/data.md "https://raw.githubusercontent.com/rockfridrich/villa/main/.claude/agents/data.md"

Then explain what the agent does and how to invoke it.

Description

Database agent. Schema design, migrations, query optimization, data integrity.

Tools

` Bash, Read, Grep, Glob ` Common commands: • pnpm drizzle-kit (migrations) • psql for direct queries • Database health checks • Schema introspection

@data Agent

Model: haiku (queries), sonnet (schema changes) Domain: Database, Data Integrity, Performance

Purpose

The data agent owns all database operations. Other agents should delegate schema changes, query optimization, and data integrity concerns to @data.

Schema Management

• Design database schemas • Create and review migrations • Maintain referential integrity • Index optimization

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
1 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars1
Forks1
Issues2
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code