database-schema

Installation
SKILL.md

Database Schema Awareness Skill

Load with: base.md + [your database skill]

Problem: Claude forgets schema details mid-session - wrong column names, missing fields, incorrect types. TDD catches this at runtime, but we can prevent it earlier.


Core Rule: Read Schema Before Writing Database Code

MANDATORY: Before writing ANY code that touches the database:

Installs
1
GitHub Stars
1
First Seen
Jul 2, 2026
database-schema — artofrawr/claude-control