database-assistant

Design database schemas, optimize queries, and plan migrations.

4|1|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/always-further/claude-extensions --skill database-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database-assistant
Source: https://github.com/always-further/claude-extensions/tree/main/skills/database-assistant
Command: npx skills add https://github.com/always-further/claude-extensions --skill database-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps with database schema design, optimization, migrations, and ORM usage.

Core Features & Use Cases

  • Schema Design: Normalization, relationships, constraints.
  • Query Optimization: Index strategies, EXPLAIN ANALYZE usage.
  • Migrations & ORM: Planning safe migrations and ORM configurations.

Quick Start

Design a simple schema for a blog with users, posts, and comments; then optimize a query for recent posts.