db-schema

Fetch targeted database table definitions and foreign keys via an index.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/helmdubo/erp_mimirhead --skill db-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-schema
Source: https://github.com/helmdubo/erp_mimirhead/tree/main/.claude/skills/db-schema
Command: npx skills add https://github.com/helmdubo/erp_mimirhead --skill db-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables focused access to database schema information without loading the entire schema. It reduces token usage and speeds up schema-related decisions for migrations, queries, and data modeling.

Core Features & Use Cases

  • Targeted Schema Fetch: Load only the relevant table definitions using the index.

  • Minimal Data Exposure: Avoids loading full schemas; fetches lines and references on demand.

  • Deterministic Retrieval: Uses the index to locate exact tables and their relationships for precise queries.

  • Use Case: When planning a migration for ops.tasks in Kaiten, fetch only the target table and related foreign keys to map impacts without loading the full schema.

Quick Start

Load the schema for ops.tasks and its related tables using the index-first protocol to limit data pull and maximize speed.