sql-migration

Community

Manage SQLite schemas and migrations.

Authortwlines
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a standardized and safe approach to managing SQLite database schemas and performing migrations, ensuring data integrity and simplifying development workflows.

Core Features & Use Cases

  • Schema Definition: Provides clear SQL examples for creating tables with primary keys, foreign keys, and indexes.
  • Migration Patterns: Demonstrates how to add columns to existing tables safely, including index creation.
  • Prepared Statements: Enforces the use of prepared statements for secure and efficient database queries.
  • Use Case: When developing a new feature that requires changes to the application's database, use this Skill to define the new table structure and write the migration script to safely update the existing schema.

Quick Start

Use the sql-migration skill to create a new table named 'users' with 'id' and 'email' columns.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: sql-migration
Download link: https://github.com/twlines/maslow/archive/main.zip#sql-migration

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.