barkleesanders

Data Integrity Guardian — Data & AI agent for Claude Code

Data & AI community

Use this agent when you need to review database migrations, data models, or any code that manipulates persistent data.

How to install Data Integrity Guardian

Installs to ~/.claude/agents/barkleesanders-claude-code-starter-data-integrity-guardian.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/barkleesanders/claude-code-starter/HEAD/agents/data-integrity-guardian.md -o ~/.claude/agents/barkleesanders-claude-code-starter-data-integrity-guardian.md

Restart Claude Code, or start a new session, for it to be picked up.

What Data Integrity Guardian does


name: data-integrity-guardian description: "Use this agent when you need to review database migrations, data models, or any code that manipulates persistent data. This includes checking migration safety, validating data constraints, ensuring transaction boundaries are correct, and verifying that referential integrity and privacy requirements are maintained. Context: The user has just written a database migration that adds a new column and updates existing records. user: \"I've creat

Alternatives in Data & AI

  • Council Sutskever — Council member 4.2k ★
  • Migration Agent — Creates safe, reversible database migrations with proper indexes, constraints, and zero-downtime strategies 652 ★
  • Silas — Database Architect 296 ★

Full documentation available on GitHub

View Source Repository