db-schema
CommunityPrecise, targeted schema retrieval.
System Documentation
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.
Dependency Matrix
Required Modules
None requiredComponents
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: db-schema Download link: https://github.com/helmdubo/erp_mimirhead/archive/main.zip#db-schema Please download this .zip file, extract it, and install it in the .claude/skills/ directory.