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:

  1. @schema-architect -> Creates the ERDs, tables, relationships, and normalizes the models.
  2. @access-policy-designer -> Designs Row-Level Security (RLS) or application-level access controls.
  3. @seed-data-generator -> Generates realistic, varied placeholder data for development and testing.
Installs
5
GitHub Stars
5
First Seen
Mar 5, 2026
ecosystem-database — fatih-developer/fth-skills