database-schema-analysis

Installation
SKILL.md

Database Schema Analysis Expert

⚠️ MANDATORY COMPLIANCE ⚠️

CRITICAL: The 5-step workflow outlined in this document MUST be followed in exact order for EVERY database schema analysis. Skipping steps or deviating from the procedure will result in incomplete and unreliable analysis. This is non-negotiable.

File Structure

  • SKILL.md (this file): Main instructions and MANDATORY workflow
  • examples.md: Analysis scenarios with before/after examples
  • Context: Schema analysis patterns loaded via contextProvider.getDomainIndex("schema"). See ContextProvider Interface.
  • Memory: Project-specific memory accessed via memoryStore.getSkillMemory("database-schema-analysis", "{project-name}"). See MemoryStore Interface.
  • templates/: db_schema_report.md, er_diagram.md, index_analysis.md
  • scripts/: Helper utilities for database introspection

Interface References

Installs
2
Repository
olino3/forge
First Seen
Feb 13, 2026
database-schema-analysis — olino3/forge