You know those times when you're staring at a blank schema file trying to figure out the best way to structure your data model? This handles the heavy lifting of designing database schemas from your requirements. It'll take your description of what you need to store and generate normalized table structures, define relationships, suggest appropriate data types, and even think through indexing strategies. Handy when you're starting a new project or refactoring an existing database and want a solid foundation to work from instead of making it up as you go. The output gives you something concrete to review and iterate on rather than starting from scratch.
npx skills add https://github.com/alirezarezvani/claude-skills --skill database-designer