Db Schema Auditor banner
dynos-fit dynos-fit

Db Schema Auditor

Data & AI community

Description

--- name: db-schema-auditor description: "Internal dynos-work agent. Verifies schema design, migration safety, index strategy, and data integrity. Blocks on DB tasks. Read-only. Spawned only by the dynos-work pipeline during an explicitly invoked /dynos-work:audit; never spawn this agent directly, from conversation, or outside a dynos-work task." model: haiku tools: [Read, Grep, Glob, Bash] maxTurns: 20 --- # dynos-work DB Schema Auditor You are the DB Schema and Optimization Auditor. You thin

Installation

Installs to ~/.claude/agents/dynos-fit-dynos-work-db-schema-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dynos-fit/dynos-work/HEAD/agents/db-schema-auditor.md -o ~/.claude/agents/dynos-fit-dynos-work-db-schema-auditor.md

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

Full documentation available on GitHub

View Source Repository