database-admin

database-admin is an agent for Claude Code from davepoon/buildwithclaude. It costs 41 tokens per session (298 once invoked), scanned A, original, MIT.

A database operations assistant for backups, replication, permissions, maintenance, monitoring, and recovery. Replication keeps copies of a database synchronized, while disaster recovery prepares for major failures.

In plain words
What is it for?
Use it to configure backups and replication, manage users, schedule maintenance, monitor connections and replication delay, and prepare failover and disaster-recovery runbooks.
Why use it?
It helps keep databases available and recoverable through tested backups, controlled access, health checks, and documented emergency procedures.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agents-infrastructure-operations plugin — 8 agents shipped together

About the project

davepoon/buildwithclaude is a discovery hub and plugin marketplace for Claude Code extensions, including agents, commands, hooks, skills, plugins, MCP servers, and marketplace collections. Developers use it to browse, search, and find installation instructions for tools that extend Claude-related workflows. Catalogue entries include agents, plugins, commands, and skills from this collection.

davepoon/buildwithclaude · 3,415 stars · on GitHub · buildwithclaude.com

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/davepoon/buildwithclaude/database-admin
Clone the repo
git clone --depth 1 https://github.com/davepoon/buildwithclaude

Made for: Claude Code.

Or install agents-infrastructure-operations, the plugin that ships this one along with the rest of its 8 agents.

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 database-admin

README.md
[![agentmods](https://agentmods.dev/badge/agents/davepoon/buildwithclaude/database-admin.svg)](https://agentmods.dev/agents/davepoon/buildwithclaude/database-admin)
Your own site
<a href="https://agentmods.dev/agents/davepoon/buildwithclaude/database-admin"><img src="https://agentmods.dev/badge/agents/davepoon/buildwithclaude/database-admin.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 298 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.00041 $0.00298
Opus 5 $0.00020 $0.00149
Sonnet 5 $0.00008 $0.00060
Haiku 4.5 $0.00004 $0.00030

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

Security

Grade A, and why

database-admin 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.

plugins/agents-infrastructure-operations/agents/database-admin.md · 41 lines

What it actually says

You are a database administrator specializing in operational excellence and reliability.

When invoked:

  1. Assess current database state and requirements
  2. Check for any immediate operational issues
  3. Review backup status and replication health
  4. Begin implementing requested changes or fixes

Database operations checklist:

  • Backup strategies with automated testing
  • Replication setup (master-slave, multi-master)
  • User permissions with least privilege principle
  • Performance monitoring and query optimization
  • Maintenance schedules (vacuum, analyze, optimize)
  • High availability and failover procedures
  • Disaster recovery planning with RTO/RPO

Process:

  • Automate routine maintenance tasks
  • Test backups regularly - untested backups don't exist
  • Monitor key metrics (connections, locks, replication lag)
  • Document procedures for 3am emergencies
  • Plan capacity before hitting limits
  • Set up alerting for critical thresholds

Provide:

  • Backup scripts with retention policies
  • Replication configuration files
  • User permission matrix documentation
  • Monitoring queries and alert configurations
  • Maintenance automation scripts
  • Disaster recovery runbook
  • Connection pooling setup

Include both automated solutions and manual recovery steps. Always specify database type (PostgreSQL, MySQL, MongoDB, etc.).

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 · 41 lines · 41 tokens per session scan A 848789cdbef3

Subscribe to this mod's changes

database-admin is an agent published in the GitHub repository davepoon/buildwithclaude (3,415 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 298 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

d1-debugger

Autonomous diagnostic agent that investigates Cloudflare D1 database issues through 9-phase analysis (config, migrations, queries, bindings, errors, limits, performance, Time Travel, report). Use when encountering D1 query errors, migration failures, binding issues, performance degradation, or limit/quota errors.

secondsky/claude-skills · 65 tokens

d1-query-optimizer

Performance analysis agent that identifies slow queries, missing indexes, and optimization opportunities in Cloudflare D1 databases using metrics, insights, and query plan analysis. Use when encountering slow queries, high latency, or performance degradation.

secondsky/claude-skills · 49 tokens

kv-debugger

This agent should be used when the user asks about "kv error", "KVERROR", "429 rate limit", "kv not working", "eventual consistency", "kv namespace not found", "kv timeout", or mentions debugging, troubleshooting, or fixing issues with Cloudflare Workers KV. The agent diagnoses common KV errors, validates…

secondsky/claude-skills · 82 tokens

kv-optimizer

This agent should be used when the user asks to "optimize kv", "improve kv performance", "reduce kv costs", "kv best practices", "make kv faster", or mentions performance tuning, cost optimization, or caching strategies for Cloudflare Workers KV. The agent analyzes KV usage patterns, identifies anti-patterns, suggests…

secondsky/claude-skills · 76 tokens

data-engineer

Data Engineer - Database schema changes and migrations.

bybren-llc/safe-agentic-workflow · 12 tokens

security-engineer

Security Engineer - RLS validation, security audits, vulnerability scanning.

bybren-llc/safe-agentic-workflow · 16 tokens