en un clic
design-system-builder
design-system-builder contient 5 skills collectées depuis salute-developers, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Sync all db-service files after changing db-service/src/db/schema.ts or db-service/src/routes/api/ — runs sync-validation, sync-routes, sync-spec, and sync-api-types in sequence.
Regenerate admin TypeScript API types from the OpenAPI spec. Use after changes to db-service/src/openapi/spec.ts, db-service/src/routes/api/, or after running sync-spec.
Sync db-service/src/routes/api/ and routes/index.ts with the current DB schema. Use when tables are added or removed in db-service/src/db/schema.ts.
Sync db-service/src/openapi/spec.ts with the current DB schema and routes. Use when tables are added/removed, columns change, or route files are added/removed/changed in db-service/src/routes/api/.
Sync db-service/src/validation/schema.ts with the current DB schema. Use when tables are added/removed or columns change in db-service/src/db/schema.ts.