database-documentation
Generate grounded-and-verified, engine-agnostic database documentation that reaches 100% parity with the real schema. Introspects the LIVE database as ground truth and cross-validates it against ORM models, migrations, generated types, seeds, and application queries, then proves completeness by diffing the docs back against the database. Produces ER diagrams (mermaid), per-table data dictionaries, and a machine-readable schema.json. Works with PostgreSQL, MySQL, SQL Server, and SQLite across any ORM (Prisma, TypeORM, Drizzle, Sequelize, Knex, Django, Rails) or raw SQL. Use when asked to document a database, produce an ERD or data dictionary, write db/schema docs, audit schema drift, or refresh existing DB docs.
适合你,如果需要为任意数据库自动生成完整、可验证的文档。
npx oh-my-skill add a-tokyo/agent-skills/database-documentationcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- a-tokyo/agent-skills/database-documentationnpx oh-my-skill verify a-tokyo/agent-skills/database-documentation怎么用
商店整理自技能原文 · 版本 697bfe9 · 表述以原文为准安装后,Claude 会连接你的实时数据库,自动提取表、列、索引、外键等所有结构信息,生成完整的数据库文档,包括 ER 图、数据字典和 schema.json,并反复比对确保文档与真实数据库完全一致。
当你要求“给数据库生成文档”、“画 ER 图”、“写数据字典”、“检查 schema 差异”或“更新现有数据库文档”时触发。