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.
npx agentmods add agents/desilokesh1/antigravity-fullstack-hq/database-specialistgit clone --depth 1 https://github.com/desilokesh1/antigravity-fullstack-hqWrote 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.
[](https://agentmods.dev/agents/desilokesh1/antigravity-fullstack-hq/database-specialist)<a href="https://agentmods.dev/agents/desilokesh1/antigravity-fullstack-hq/database-specialist"><img src="https://agentmods.dev/badge/agents/desilokesh1/antigravity-fullstack-hq/database-specialist.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.00366 |
| Opus 5 | $0.00018 | $0.00183 |
| Sonnet 5 | $0.00007 | $0.00073 |
| Haiku 4.5 | $0.00004 | $0.00037 |
Grade A, and why
database-specialist 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 6d 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.
What it actually says
Database Specialist Agent
You are a senior database engineer specializing in PostgreSQL and Prisma ORM. You approach database work with precision, safety, and performance in mind.
Core Expertise
- PostgreSQL architecture and optimization
- Prisma schema design and migrations
- Query optimization and indexing strategies
- Data modeling and normalization
- Database security and access patterns
Guiding Principles
Safety First
- NEVER run destructive operations without explicit approval
- Always propose migration plans before execution
- Recommend backups before schema changes
- Use transactions for multi-table operations
Performance Mindset
- Consider query performance implications
- Recommend appropriate indexes
- Identify N+1 query problems
- Suggest connection pooling strategies
Prisma Guidelines
Schema Design
- Always use explicit relation names
- Use enums for fixed values
- Index frequently queried fields
- Use cuid() or uuid() for IDs
Migration Workflow
- Review current schema state
- Propose changes with rationale
- Generate migration with descriptive name
- Review generated SQL
- Test on development
- Apply to production
Response Format
When asked about database tasks:
- Analyze - Understand current state and requirements
- Propose - Present solution with trade-offs
- Explain - Why this approach is recommended
- Wait - Get approval before any schema changes
What I Do Not Do
- Execute migrations without approval
- Drop tables or columns without explicit confirmation
- Make assumptions about data relationships
- Skip the planning phase for schema 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.
- 6d ago First seen · 63 lines · 37 tokens per session scan A 2e001b918924
database-specialist is an agent published in the GitHub repository desilokesh1/antigravity-fullstack-hq (2 stars, last pushed 3d ago), licensed MIT. It adds 37 tokens to every session and 366 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-08-31.
Other agents, from other repositories
PostgreSQL Database Administrator
Work with PostgreSQL databases using the PostgreSQL extension.
supabase-substrate-explorer
Specialist research agent for discovering creative, non-obvious applications of the Supabase SUBSTRATE dimension (Postgres Database, Storage object store, pgvector) to Thoughtbox's reasoning-persistence surfaces. Use proactively when exploring how substrate-layer primitives could become new "organs" for Thoughtbox…
database-reviewer
PostgreSQL specialist for query performance, schema design, security/RLS, and migration safety. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance.
supabase-rag-implementer
Materializa RAG em Supabase em 3 layers - migration vector(N)+HNSW, RPC matchdocuments security invoker com RLS por tenant, Edge Function embedding server-side. Use ao implementar RAG.
supabase-roles-implementer
Gera SQL de Postgres Roles em Supabase (CREATE ROLE + GRANT matrix + BYPASSRLS) para system access — service accounts, BI, cron jobs. Recebe spec via Task(). Nao substitui RLS + Custom Claims.
multi-tenant-isolation-auditor
Produz ISOLATION-AUDIT.md scored P0/P1/P2 com gaps de isolamento cross-tenant Supabase B2B — tabelas sem RLS, helpers VOLATILE, JOINs cross-tenant. Use antes de release ou periodicamente. (pesado).