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