add-db-schema

Community

Manage database schema and migrations.

Authorraulnq
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill streamlines the process of creating, modifying, and migrating database schemas, ensuring consistency between your application code and your database structure.

Core Features & Use Cases

  • New Table Creation: Define and add new database tables with specified columns and constraints.
  • Table Modification: Add, remove, or alter columns in existing database tables.
  • Migration Execution: Generate and apply database migrations to update the schema.
  • Use Case: When developing a new feature that requires a new users table, use this skill to define the table schema, create the necessary Zod validation, and generate the migration files.

Quick Start

Use the add-db-schema skill to create a new table named 'products' with columns 'id', 'name', and 'price'.

Dependency Matrix

Required Modules

None required

Components

references

💻 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: add-db-schema
Download link: https://github.com/raulnq/node-hono-react-monorepo/archive/main.zip#add-db-schema

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.