aiox-data-engineer

Automate database design, Supabase configuration, RLS policies, migrations, and query optimization.

3.1k|939|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/SynkraAI/aiox-core --skill aiox-data-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-data-engineer
Source: https://github.com/SynkraAI/aiox-core/tree/main/.codex/skills/aiox-data-engineer
Command: npx skills add https://github.com/SynkraAI/aiox-core --skill aiox-data-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the complex and time-consuming tasks associated with database design, configuration, and ongoing operations, empowering users to manage their data infrastructure efficiently.

Core Features & Use Cases

  • Database Design & Architecture: Assists in creating robust and scalable database schemas.
  • Supabase Configuration: Manages Supabase-specific settings, including Row Level Security (RLS) policies.
  • Migrations & Optimization: Facilitates database schema evolution and query performance tuning.
  • Use Case: A developer needs to set up a new Supabase project, define its initial schema, and implement granular access controls using RLS policies. This Skill guides them through the entire process.

Quick Start

Use the data-engineer skill to create a new database schema for user authentication.

Frequently Asked Questions about aiox-data-engineer

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

FAQPage Schema
How do I configure Supabase Row Level Security policies for a new database schema?

Configuring Supabase Row Level Security (RLS) policies involves defining access control rules directly on database tables. This skill automates RLS policy creation alongside schema architecture to ensure granular, secure data management.

What is the best way to automate database schema design and migrations?

The best way to automate database schema design is by using established database design principles to generate scalable architectures. This skill streamlines schema evolution and migrations, ensuring your data infrastructure remains efficient during application development.

How do I optimize SQL queries for a Supabase database?

Optimizing SQL queries for a Supabase database requires tuning query performance based on your specific schema architecture. This skill facilitates query optimization by applying Supabase best practices to streamline your data operations.

Can I use this to set up data modeling for user authentication in Supabase?

Yes, you can use this to set up data modeling for user authentication in Supabase. It guides you through creating the initial database schema and implementing necessary access controls, addressing the need for secure application development.

Does database optimization require prior knowledge of SQL and Supabase best practices?

Database optimization requires adherence to established database design principles and Supabase best practices. This skill manages Supabase configuration and query tuning, but a foundational understanding of SQL data modeling helps you interpret the automated architecture.