safe skills

13 tagged safe, measured the same way as everything else here.

Browse within: ethereum 13nestjs 13nodejs 13

cgw-api-dtos

01

safe-global/safe-client-gateway

Skill Claude CodeCodex

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 plus an @ApiProperty class declared implements z.infer), the…

50 yesterday A 250 tokens

cgw-commits-and-prs

02

safe-global/safe-client-gateway

Skill Claude CodeCodex

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 scopes, the fact that main is squash-merged so the PR title…

50 yesterday A 140 tokens

cgw-config

03

safe-global/safe-client-gateway

Skill Claude CodeCodex

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 secret, reading config via IConfigurationService.getOrThrow…

50 yesterday A 162 tokens