auto-database

Official

Optimize database queries and data access.

AuthorCorvalis-LLC
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Addresses common database query anti-patterns that cause slow production queries, excessive round-trips, and resource waste, such as OFFSET pagination, N+1 queries, and row-by-row updates.

Core Features & Use Cases

  • Cursor/keyset pagination guidance to avoid OFFSET inefficiencies and stabilize ordering
  • Explicit column selection with index documentation to improve planner performance
  • Bulk operations and minimized round-trips to improve throughput
  • Transaction boundaries to ensure atomic writes and safe rollbacks
  • Suitable for designing schemas, writing SQL/ORM queries, and optimizing data access in production systems

Quick Start

Audit your current queries for OFFSET usage and missing indexes, then refactor to keyset pagination and bulk updates.

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: auto-database
Download link: https://github.com/Corvalis-LLC/Crow-Stack/archive/main.zip#auto-database

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 510,000+ vetted skills library on demand.