database-schema
✓Schema awareness - read before coding, type generation, prevent column errors
Installation
SKILL.md
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.
If schema file doesn't exist → CREATE IT before proceeding.
| Drizzle | src/db/schema.ts or drizzle/schema.ts | Built-in TypeScript | | Prisma | prisma/schema.prisma | npx prisma generate | | Supabase | supabase/migrations/.sql + types | supabase gen types typescript | | SQLAlchemy | app/models/.py or src/models.py | Pydantic models | | TypeORM | src/entities/.ts | Decorators = types |
Schema awareness - read before coding, type generation, prevent column errors Source: alinaqi/claude-bootstrap.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/alinaqi/claude-bootstrap --skill database-schema- Source
- alinaqi/claude-bootstrap
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is database-schema?
Schema awareness - read before coding, type generation, prevent column errors Source: alinaqi/claude-bootstrap.
How do I install database-schema?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alinaqi/claude-bootstrap --skill database-schema Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/alinaqi/claude-bootstrap
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01