database

Automate database design, migration, and optimization workflows across SQL and NoSQL platforms.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/KaiBoo404/agent-skills-with-project-template --skill database-kaiboo404
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database
Source: https://github.com/KaiBoo404/agent-skills-with-project-template/tree/main/.agents/skills/database
Command: npx skills add https://github.com/KaiBoo404/agent-skills-with-project-template --skill database-kaiboo404

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive workflow bundle for database design, migrations, optimization, and engineering. Use when planning database architectures, implementing data migrations, or orchestrating database operations.

Core Features & Use Cases

  • Phase 1: Database Design — design schema and architecture, select technologies, define relationships.
  • Phase 2: Database Implementation — set up connections, configure ORM, create migrations, seed data.
  • Phase 3: Query Optimization — analyze queries, optimize indexes, tune performance.
  • Phase 4: Data Migration — plan and execute migrations, ensure data integrity.
  • Phase 5: Data Pipeline Development — design pipelines, ingestion, transformations, monitoring.

Quick Start

Install and start using the database workflow bundle to manage your end-to-end database lifecycle.

Frequently Asked Questions about database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a database schema and architecture from scratch?

Database schema design is automated by selecting technologies, defining relationships, and structuring architectures across SQL and NoSQL platforms to establish robust foundational data models.

How do I generate database migrations and configure an ORM?

Database migrations are generated by configuring ORM connections and seeding data, automating the implementation phase to set up and deploy structured schema changes reliably.

What's the best way to optimize database queries and tune performance?

Query optimization is achieved by analyzing queries, optimizing indexes, and tuning performance to systematically reduce latency and improve database execution efficiency.

Can I use this workflow for both SQL and NoSQL data migrations?

Yes, the workflow supports data migrations across SQL, NoSQL, and cloud data platforms, planning and executing transfers while ensuring strict data integrity throughout the process.

How do I build data pipelines for ingestion and transformations?

Data pipeline development is handled by designing ingestion flows, executing transformations, and configuring monitoring to orchestrate automated data workflows across platforms.

When do I need end-to-end database lifecycle management?

End-to-end database lifecycle management is needed when planning database architectures, implementing data migrations, or orchestrating operations across design, implementation, optimization, and pipeline phases.