Inventory live database schemas and generate reviewable docs before risky SQL changes with SchemaCrawler
Lets an agent crawl a live database and produce schema inventories, dependency views, and reviewable documentation before migrations or handoffs.
npx skills add agentskillexchange/skills --skill inventory-live-database-schemas-and-generate-reviewable-docs-before-risky-sql-changes-with-schemacrawler
Use SchemaCrawler when an agent needs a trustworthy picture of a live database before migration, cleanup, documentation, or governance work begins. It fits situations where the problem is incomplete schema understanding, not general database administration.
What this skill actually does
Invoke this instead of using the database product normally when the agent must extract a structural inventory, map dependencies, and generate reviewable docs from the live schema. This is skill-shaped because the job boundary is narrow: schema discovery and documentation. It is not a generic SQL client, database server, or broad data platform listing.