Skip to main content
safe-global
GitHub-Creator-Profil

safe-global

Repository-Ansicht von 19 gesammelten Skills in 2 GitHub-Repositories.

gesammelte Skills
19
Repositories
2
aktualisiert
21. Aug. 2026
Repository-Explorer

Repositories und repräsentative Skills

cgw-review
nicht klassifiziert

THE entry point for reviewing a diff or PR in safe-client-gateway, and for verifying your own completed work before committing or opening a PR - load this one first and let it pull in cgw-remarks as its catalog. Covers the repo's two-part review standard -…

21. Aug. 2026
cgw-commits-and-prs
nicht klassifiziert

Use when writing a commit message, a PR title, or a PR body in safe-client-gateway, or when deciding whether a change is too large for one PR. Covers the Conventional Commits shape this repo uses, the nine allowed types and when each applies, module-name…

20. Aug. 2026
cgw-api-dtos
Softwareentwickler

Use when adding or changing an endpoint, a controller handler, a request or response DTO, a Zod schema, Swagger/OpenAPI annotations, or pagination in safe-client-gateway. Covers the ValidationPipe(ZodSchema)-on-every-input rule, the DTO pairing (Zod schema…

7. Aug. 2026
cgw-architecture
Softwareentwickler

The system map for safe-client-gateway - load it whenever a change spans more than one layer, or when you need to know what happens between the request arriving and the upstream call. Covers the request lifecycle (Fastify to guards to ValidationPipe to…

7. Aug. 2026
cgw-best-practices
Softwareentwickler

Use before writing or changing TypeScript in safe-client-gateway PRODUCTION code (src/, excluding spec files) - the cross-cutting dos and don'ts that no domain guide owns and biome does not fully catch. Covers parse-don't-assert (no `as X` or `as unknown as…

7. Aug. 2026
cgw-config
Softwareentwickler

Use when adding or changing an environment variable, a feature flag, or any configuration read in safe-client-gateway. Covers the rule that every env var is declared in configuration.ts AND validated in RootConfigurationSchema with no fallback default for a…

7. Aug. 2026
cgw-database
Softwareentwickler

Use when writing a migration, adding or changing a TypeORM entity (*.entity.db.ts), or writing a database query in safe-client-gateway. Covers the raw-SQL migration convention, the rule that every foreign-key and WHERE-target column gets a CREATE INDEX in the…

7. Aug. 2026
cgw-module-structure
Softwareentwickler

Use when creating a new module in safe-client-gateway, moving or renaming files, naming a file or a class, versioning a controller, or wiring Symbol-based DI. Covers the canonical module skeleton (module file plus domain/ mandatory, routes/ only with…

7. Aug. 2026
Es werden 8 von 12 gesammelten Skills angezeigt.
2 von 2 Repositories angezeigt
Alle Repositories angezeigt