content-creator
88Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Plan Reliable Database Migrations
Database changes can cause data loss, downtime, or difficult rollbacks. This skill creates migration plans and ORM examples with validation and recovery steps.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "database-migration" from https://skillstore.io/skills/sickn33-database-migration.md and its manifest at https://skillstore.io/api/skills/sickn33-database-migration/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "database-migration". Add a required status field to a populated users table.
Expected outcome:
Using "database-migration". Rename the name field to full_name without downtime.
Expected outcome:
Using "database-migration". Move a PostgreSQL JSONB field to MySQL.
Expected outcome:
All 28 static findings are false positives caused by Markdown code fences, JavaScript SQL template literals, and ordinary schema identifiers. The skill provides educational database migration examples and contains no command execution, system reconnaissance, prompt injection, or malicious intent.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/sickn33-database-migration/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/sickn33-database-migration?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/sickn33-database-migration?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-database-migration/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/sickn33-database-migration.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>sickn33. (2026). database-migration security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-database-migration/audits/5@techreport{sickn33-sickn33-database-migration-2026,
author = {sickn33},
title = {database-migration security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-database-migration/audits/5},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "database-migration security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-database-migration/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-database-migration:audit:5"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
wshobson-database-migration
2026-08-21
sickn33-database-migration
2026-08-21
doyajin174-database-migration
2026-08-21
cleanexpo-database-migration
2026-08-21
Create an incremental schema change with a backfill, validation checks, and a tested rollback path.
Sequence compatible database and application changes while defining monitoring, cutover, and cleanup checkpoints.
Assess data integrity risks, rollback coverage, database differences, and verification criteria before approval.
Create a [Sequelize, TypeORM, or Prisma] migration that adds [field] to [table]. Include apply, rollback, validation, and test steps.
Plan a migration from [source field] to [target fields] for [record count] records. Include batching, NULL handling, verification, and rollback.
Design a zero-downtime migration to [rename or change] [column] on [table]. Separate database changes, application deployments, backfill, monitoring, and cleanup.
Prepare a PostgreSQL-to-MySQL migration for [scope]. Map incompatible types, preserve constraints, define cutover, test rollback, and state assumptions.
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/database-migrationRef
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
6 downloads ยท 157 views
File structure
๐ SKILL.md
Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Improve LLM Prompts With Proven Patterns
Inconsistent prompts waste time and make AI outputs hard to trust. This skill guides prompt design with reusable patterns, examples, evaluation steps, and optimization workflows.
Build Fullstack Apps with Senior Patterns
Teams need consistent setup, architecture, and review guidance for modern web applications. This skill provides scaffolders, workflow references, and quality prompts for React, Next.js, Node.js, GraphQL, and PostgreSQL projects.
Design Scalable Software Architectures
Architecture decisions are hard to compare across web, mobile, backend, and cloud systems. This skill provides structured guides and local scaffold scripts for reports, dependency review, and trade-off documentation.
Optimize AI Prompts With Prompt Engineer
Writing clear prompts is hard when goals are vague or complex. This skill turns rough requests into structured prompts using proven prompt frameworks.
Prioritize Product Work With Research Insights
Product teams need faster ways to rank features, synthesize interviews, and document decisions. This skill provides RICE scoring, interview analysis, and PRD templates for structured planning.
Plan Safe Convex Data Migrations
by get-convex
Breaking Convex schema changes can fail deploys or damage production data. This skill guides safe rollouts, batched backfills, dry runs, and verification.
Manage Prisma ORM Workflows
by prisma
Prisma CLI workflows can be difficult to apply safely across development and production. This skill provides command guidance, options, examples, and environment-specific practices.
Plan Safe Backend Migrations
by EIS-ITS
Schema changes can break deployments when rollback, locking, and compatibility are missed. This skill helps plan and review backend migrations for safer database evolution.
Review Prisma Next Migrations Before Deployment
by prisma
Deployment teams can misread migration state, refs, and divergent graph paths. This skill reviews the live origin, target destination, diagnostics, and pending operations.
Convert SQL Migrations to OSC Format
by DennisLiuCk
Database teams often need Flyway migrations rewritten for Online Schema Change workflows. This skill converts ALTER TABLE and CREATE INDEX statements into tab-separated OSC lines.
Configure Prisma for Your Database
by prisma
Prisma setup varies by database provider and major version. This skill provides provider-specific schemas, connection guidance, adapters, client generation, and troubleshooting steps.