aiox-data-engineer

Architect PostgreSQL and Supabase schemas, RLS policies, and migration workflows.

Updated May 27, 2026
One-click install
npx skills add https://github.com/bychrisr/now-company --skill aiox-data-engineer-bychrisr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-data-engineer
Source: https://github.com/bychrisr/now-company/tree/main/.claude/skills/AIOX/agents/data-engineer
Command: npx skills add https://github.com/bychrisr/now-company --skill aiox-data-engineer-bychrisr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the complexity of managing database lifecycles, from initial schema design and domain modeling to production-grade security, performance tuning, and safe migration management.

Core Features & Use Cases

  • Database Lifecycle Management: Handles everything from schema design and domain modeling to automated migration planning and execution.
  • Security & Performance: Provides built-in RLS policy design, security auditing, and query performance analysis to ensure data integrity and speed.
  • Use Case: When building a new feature, use this Skill to design the schema, generate the necessary RLS policies, and run a dry-run migration to ensure zero-downtime deployment.

Quick Start

Use the aiox-data-engineer skill to design a new database schema for a user management system.

Frequently Asked Questions about aiox-data-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design and manage PostgreSQL schemas with RLS policies?

Designing PostgreSQL schemas with RLS policies involves architecting database structures, generating defense-in-depth security configurations, and automating versioned schema changes for secure data integrity. This Skill supports domain modeling and automated security auditing across the lifecycle.

What's the best way to run zero-downtime database migrations in Supabase?

Running zero-downtime database migrations in Supabase requires idempotent operations and versioned schema changes. You can generate dry-run migration workflows to ensure safe deployment and validate domain modeling before executing production-grade schema changes.

How does automated security auditing work for PostgreSQL RLS configurations?

Automated security auditing for PostgreSQL RLS configurations evaluates defense-in-depth security policies to ensure data integrity. It analyzes row-level security policies against schema designs to validate access controls across the entire database lifecycle.

Can I use this approach for query performance optimization on existing databases?

Yes, you can use this approach for query performance optimization on existing PostgreSQL and Supabase databases. It analyzes query performance alongside schema design and domain modeling to tune production-grade database speed and ensure data integrity.

When do I need versioned schema changes and idempotent operations for database management?

You need versioned schema changes and idempotent operations when managing database lifecycles requires safe migration management and zero-downtime deployment. This ensures predictable, repeatable production-grade schema changes across PostgreSQL and Supabase environments.