Skip to main content
Off-Nominal
GitHub 제작자 프로필

Off-Nominal

2개 GitHub 저장소에서 수집된 21개 skills를 저장소 단위로 보여줍니다.

수집된 skills
21
저장소
2
업데이트
2026년 5월 14일
저장소 탐색

저장소와 대표 skills

domain-kebab-case
소프트웨어 개발자

Requires kebab-case filenames for modules under app/src/domain. Use when adding, renaming, or importing files in app/src/domain, or when a PR touches domain layout or @domain/* path aliases.

2026년 5월 14일
domain-operations
소프트웨어 개발자

Extracts multi-step business rules from Express handlers into app/src/domain/<area>/ modules: DomainFailure + typed API error codes (no HTTP), success metadata only, reload/events at transports. Use when adding or refactoring domain functions (e.g. placeBet),…

2026년 5월 14일
input-validation
소프트웨어 개발자

Prefer Zod for runtime validation of env vars, HTTP inputs, and parsed external data. Instructs checking the installed library version (e.g. Zod 3 vs 4) and matching official docs and examples to that version so APIs are not outdated or deprecated. Covers…

2026년 5월 14일
kitajs-html-web
웹 개발자

NDB2 web rendering with @kitajs/html: PascalCase Kitajs components, kebab-case component files in one folder per component (name/name.tsx, name.css, name.test.tsx, index.ts), feature folders (page.tsx, handler.tsx, tests/), HTMX. Query parsing uses…

2026년 5월 14일
v2-api-endpoints
소프트웨어 개발자

Describes how to add Express routes under app/src/api/v2: validate middleware with Zod, shared @shared/validation (domain + http), server errors via the v2 errorHandler, responseUtils for JSON bodies, colocated supertest suites, extracting domain operations…

2026년 5월 14일
ndb2-web-design
소프트웨어 개발자

NDB2 web visual design: futuristic terminal / HUD, glassy screen-overlay feel, space-named colour palettes (Neptune, Aurora, etc.), how light/dark and accent schemes combine, and semantic tokens. Use when choosing colours, describing look and feel, or styling…

2026년 5월 2일
web-breakpoints
웹 개발자

Canonical ndb2 viewport tiers: narrow base, breakpoint.mobile (36rem), tablet, desktop, wide — rem cut `min-width` @media patterns, and how they relate to shell/nav layout. Use when writing or reviewing responsive CSS, choosing min-width queries, or…

2026년 5월 2일
ndb2-denormalized-data
데이터베이스 아키텍트

PostgreSQL triggers and functions that maintain derived columns on predictions, bets, and seasons. Use when writing migrations, editing db/schema-affecting SQL, or changing INSERT/UPDATE paths that touch wager, status, ratios, payouts, season_id,…

2026년 4월 30일
수집된 skill 20개 중 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다