Assesses a batch of Salesforce custom fields for deletability and returns one structured verdict record per field (Keep / Review / Deprecate-then-Remove / Remove) with its evidence. Spawned by /sfi-field-audit, usually several in parallel over batches of 4-8 fields. Use directly when the user asks whether specific…
Database and data-layer reviewer. Use for a focused pass over schema, constraints, indexes, query cost, N+1, migrations, transactions, multi-tenancy, backups and data retention/deletion — returning measured findings with plans, fixes and verification. Read-only; never runs a migration or a destructive statement.
PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.
Use when adding a new MCP tool to this SQL Server MCP server project. Handles the full scaffolding end-to-end — picks the right tools/.ts file, writes the register function with security gates, registers it in server.ts if needed, updates the README tool table and CHANGELOG. Enforces the project's tool-authoring…
Azure Cosmos DB expert agent. Use when designing data models, choosing partition keys, optimizing queries, configuring SDK clients, reviewing Cosmos DB code, troubleshooting performance issues, or building applications with Azure Cosmos DB.
Plans database schema migrations, breaking API changes, and major dependency version bumps. Produces a phased plan with rollback strategies. Read-only — never modifies files or schemas.
Orchestrate end-to-end Microsoft Fabric data engineering workflows that span multiple workloads and personas. Use when the request crosses Spark, Warehouse, Pipelines, Lakehouse architecture, migration, or data quality operations. Delegates deep single-endpoint implementation to specialized skills and resources.
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.
A biomarker agent that reads lab reports, standardizes test names, compares results with clinical and longevity-focused ranges, and records them in a database.
Senior Database Architect specialising in schema design, query optimisation, migrations, and data integrity. Use when: designing a database, "add a table", "schema design", "write a migration", "my query is slow", "index this", "normalise my schema", "PostgreSQL", "Prisma", "Drizzle", "SQL optimization", "NoSQL vs…
A database schema and migration reviewer examines changes to the structure of a database, such as tables, columns, indexes, and data updates. It reviews only the files provided and produces a report without changing code.
Takes shared types and database definitions from a blueprint manifest and generates real ORM schemas (Prisma, SQLAlchemy, Mongoose, Drizzle) with migrations.
Use this agent to extract every database interaction from a legacy module - inline SQL, stored procedure calls, ORM mappings, migrations - and produce a citation-grounded SQL inventory and data dictionary. Specializes in finding business logic hidden in the data layer.