create-database
CommunityGenerate database schema and entities.
Authorchangjian-wang
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates the creation of database tables, entity classes, and repository patterns, reducing boilerplate code and ensuring consistency in database schema design.
Core Features & Use Cases
- Database Schema Generation: Creates SQL
CREATE TABLEstatements with GUID primary keys, timestamp fields, and audit columns. - Entity Class Creation: Generates C# entity classes that inherit from a
BaseEntityclass. - Repository Pattern Implementation: Creates interfaces and basic implementations for data repositories.
- Use Case: When starting a new feature that requires a new data model, use this Skill to quickly set up the foundational database structure and corresponding C# code.
Quick Start
Use the create-database skill to generate a table named 'products' with columns 'name' (string) and 'price' (decimal).
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: create-database Download link: https://github.com/changjian-wang/dawning/archive/main.zip#create-database Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.