explore-schema

Parse TypeORM entity files to map entity relationships and foreign-key paths.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/ramchanderpeddada/workflow-plugin --skill explore-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explore-schema
Source: https://github.com/ramchanderpeddada/workflow-plugin/tree/main/skills/explore-schema
Command: npx skills add https://github.com/ramchanderpeddada/workflow-plugin --skill explore-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Map database schemas and entity relationships across services by reading TypeORM entity files, tracing foreign key chains, and producing relationship diagrams to aid feature design and impact analysis.

Core Features & Use Cases

  • Read TypeORM entity files to identify tables and columns
  • Trace Foreign Key chains across related entities to build a relationship map
  • Generate a multi-level schematic of relationships and save outputs for reference
  • Useful before designing new features or during impact analysis to understand data model coupling

Quick Start

Map the relationships for the target feature area by reading entity files and generating a relationship diagram.

Frequently Asked Questions about explore-schema

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

FAQPage Schema
How do I map database schemas and entity relationships across services?

Map database schemas and entity relationships by parsing TypeORM entity files to identify tables, columns, and foreign-key paths up to three levels deep, generating a saved relationship diagram for reference.

What is the best way to trace foreign key chains in TypeORM before designing a feature?

Tracing foreign key chains in TypeORM involves reading entity files to build a multi-level relationship map, helping you understand data model coupling and impact before designing features that touch related entities.

When do I need to generate a database schema diagram for impact analysis?

Generate a database schema diagram for impact analysis when exploring a feature area or reviewing data models, ensuring you understand entity relationships and data coupling across services before making structural changes.

Does this schema mapping approach work with my existing TypeORM entity files?

Schema mapping works directly with existing TypeORM entity files by parsing them to identify tables and columns, tracing foreign keys across related entities, and producing a multi-level schematic without requiring external database connections.

How deep can I trace foreign key paths when mapping entity relationships?

Trace foreign key paths two to three levels deep when mapping entity relationships, allowing you to capture direct and indirect dependencies across related tables for comprehensive feature impact analysis.