typescript-patterns
스타2
포크0
업데이트2026년 2월 25일 04:37
TypeScript coding patterns and conventions
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
TypeScript coding patterns and conventions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Code review checklist and structured review output
Git branching and commit conventions for StrawPot agents
Python testing patterns with pytest
OWASP security checklist for code changes
| name | typescript-patterns |
| description | TypeScript coding patterns and conventions |
unknown over any — narrow types explicitlyas) — use type guards insteadstrict mode in tsconfigreadonly arrays and objects when mutation is not neededsatisfies for type-checked object literalsError subclasses, not stringsResult<T, E> patterns for expected failuresPascalCase (no I prefix)PascalCasecamelCaseUPPER_SNAKE_CASE for true constants