ecosystem-database
Installation
SKILL.md
🗄️ Database Domain Ecosystem
Welcome to the database domain ecosystem. This directory contains specialized agentic skills for database schema design, query optimization, data migration, and security (SQL & NoSQL).
For Orchestrator Agents (
task-decomposer,parallel-planner): When asked to plan a database-related task, you MUST consult the workflows below. Do not hallucinate steps; map your plan strictly to these available skills in the order defined.
🔄 Standard Workflows & Handoffs
1. New Schema Design Flow
When the user asks to "design a database", "create tables", or "model the data", execute these skills sequentially:
@schema-architect-> Creates the ERDs, tables, relationships, and normalizes the models.@access-policy-designer-> Designs Row-Level Security (RLS) or application-level access controls.@seed-data-generator-> Generates realistic, varied placeholder data for development and testing.