manastalukdar/ai-devstudio

schema-validate

Database schema validation and drift detection across environments

First seen Feb 21, 2026

Installation

$ npx skills add manastalukdar/ai-devstudio --skill schema-validate

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from manastalukdar/ai-devstudio · top by installs.

npx skills add manastalukdar/ai-devstudio

Browse all from manastalukdar/ai-devstudio

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 945 B
  • docs SUMMARY.md 89 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

Database Schema Validation & Drift Detection

I'll validate your database schema for consistency, detect drift across environments, identify missing indexes, and verify constraints.

Supported ORMs & Databases:

  • Prisma (PostgreSQL, MySQL, SQLite)
  • TypeORM (PostgreSQL, MySQL, MariaDB, SQLite)
  • SQLAlchemy (PostgreSQL, MySQL, SQLite)
  • Django ORM (PostgreSQL, MySQL, SQLite)
  • Sequelize (PostgreSQL, MySQL, MariaDB, SQLite)

Token Optimization

Expected range: 700–2,500 tokens (initial), 100 tokens (cached validation)

Caching: No persistent caching — validates current schemas on each run.

Early exit: Returns immediately if schema has not changed since last validation.

Patterns used: Grep-before-Read, early exit, checksum-based validation, git diff scope default