typescript-conventions
SolidTypeScript code conventions covering strict tsconfig, ESM imports, discriminated unions, formatting/linting, Vitest testing, lockfile-based packaging, Node.js, and security. Load when writing or reviewing TypeScript code.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- Goldziher
- Repository
- Goldziher/ai-rulez
- Created
- 1 years ago
- Last Updated
- today
- Language
- Go
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
typescript-conventions
Senior TypeScript/Node.js conventions, idioms, and pitfalls — strict typing, safe null/error handling, boundary validation, async correctness, and testing. Use when writing, reviewing, or porting TypeScript or JavaScript (Node/Express/Nest/frontend). Loads on top of the project's own style — the project's conventions always win.
typescript-conventions
TypeScript conventions for this repo (TS 5.x targeting ES2022, Node 22, pnpm workspaces). Use when writing or reviewing any *.ts file. Covers naming, type-system expectations, async/error handling, the pnpm-monorepo @smithy hoisting gotcha, and lib-DOM-for-fetch.
standards-typescript
TypeScript coding standards — strict mode, no any or as assertions, readonly and as const immutability, discriminated unions, zod validation at boundaries, Vitest/Jest with 80% coverage, Prettier and ESLint. Use when writing, reviewing, or testing TypeScript or TSX code.