Database Skill
The database skill gives Claude deep knowledge of database patterns with D1 and SQLite — schema design, migrations, parameterized queries, and batch operations.
When It’s Active
Section titled “When It’s Active”Activated automatically when working on database schemas, SQL queries, migrations, or D1 bindings.
What It Teaches Claude
Section titled “What It Teaches Claude”- D1 query patterns (parameterized queries, batch operations)
- Schema design with UUIDs, timestamps, and foreign keys
- Migration file organization and multi-environment workflow
- Query patterns (JOINs, upsert, full-text search with FTS5)
- SQL injection prevention with parameterized queries