Loading...
Loading...
Found 7 Skills
Coordinates project structure: SCAFFOLD new or RESTRUCTURE existing to Clean Architecture
Safe patterns for evolving database schemas in production with decision trees and troubleshooting guidance.
Drizzle ORM reference for PostgreSQL — schema definition, typesafe queries, relations, and migrations with drizzle-kit. Use when: (1) defining pgTable schemas with column types, indexes, constraints, or enums, (2) writing select/insert/update/delete queries or joins, (3) defining relations and using the relational query API (db.query.*), (4) running drizzle-kit generate/migrate/push/pull, (5) configuring drizzle.config.ts, (6) using the sql`` template operator, or (7) working with PostGIS/pg_vector extensions.
Upgrades .NET NuGet packages with breaking change handling
Create and manage database migrations safely with rollback support. Use when modifying database schema, adding indexes, or managing database changes.
Backward compatibility bridge that translates legacy @load patterns to new Skills format. Enables seamless migration with zero breaking changes during 6-month transition period.
Guide for using ruff, the extremely fast Python linter and formatter. Use this when linting, formatting, or fixing Python code to maintain code quality and consistency.