一键导入
design-system-builder
design-system-builder 收录了来自 salute-developers 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
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.