database
Database development and operations workflow covering SQL, NoSQL, database design, migrations, optimization, and data engineering.
Content Preview
--- name: database description: "Database development and operations workflow covering SQL, NoSQL, database design, migrations, optimization, and data engineering." category: workflow-bundle risk: safe source: personal date_added: "2026-02-27" --- # Database Workflow Bundle ## Overview Comprehensive database workflow for database design, development, optimization, migrations, and data engineering. Covers SQL, NoSQL, and modern data platforms. ## When to Use This Workflow Use this workflow w
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/database.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/database/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/database/SKILL.md
Related Skills
database-migrations-sql-migrations
SQL database migrations with zero-downtime strategies for PostgreSQL, MySQL, and SQL Server. Focus on data integrity and rollback plans.
securitydatabasemigrationssql
by sickn33 (Antigravity) · antigravity-awesome-skills
Automating Database Backups
This skill automates database backups using the database-backup-automator plugin. It creates scripts for scheduled backups, compression, encryption, and restore procedures across PostgreSQL, MySQL, MongoDB, and SQLite. Use this when the user requests database backup automation, disaster recovery pla
skill-adapterautomating database backups
by jeremylongshore · plugins-plus-skills
database-migrations
数据库迁移最佳实践,涵盖模式变更、数据迁移、回滚以及零停机部署,适用于PostgreSQL、MySQL及常用ORM(Prisma、Drizzle、Django、TypeORM、golang-migrate)。
database-migrationsdatabasemigrationsprisma
by affaan-m · everything-claude-code
Generating Database Seed Data
This skill enables Claude to generate realistic test data and database seed scripts for development and testing environments. It uses Faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. Use this skill when you need to quickly populate a dat
skill-adaptergenerating database seed data
by jeremylongshore · plugins-plus-skills