Manages SQL Server database schemas and data seeding using raw scripts and .NET Aspire orchestration.
The SQL Schema Architect skill is designed for developers working with the MoreSpeakers.com project or similar .NET Aspire environments that favor raw SQL scripts over Entity Framework migrations. It provides a structured workflow for modifying database schemas, creating idempotent T-SQL scripts, and ensuring that the .NET Aspire AppHost correctly orchestrates the script loading process. By following a 'Script-Load' pattern, this skill allows Claude to precisely manage table creation, view definitions, and seed data while maintaining a single source of truth within the scripts directory.
主な機能
01Raw T-SQL script generation and management
02Database seeding and view orchestration
03Automated .NET Aspire AppHost integration logic
04Idempotent SQL pattern enforcement
056 GitHub stars
06Schema dependency and foreign key ordering
ユースケース
01Updating database seed data without using Entity Framework
02Adding new tables or columns to a containerized SQL Server instance
03Modifying .NET Aspire orchestration logic to include new schema scripts