Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

typescript-strict

스타0
포크0
업데이트2026년 6월 30일 20:04

Write, review, and harden TypeScript at maximum type strictness. Use for ANY task that authors, edits, audits, or reviews TypeScript — even when the user doesn't say "strict". As a REVIEWER: drop into any repo to flag type holes and strictness gaps (any, unchecked `as`/`!`, enum, JSON.parse-as-T, illegal-state unions, non-exhaustive switches, bare-primitive IDs), calibrated to that repo's own config and house style — bugs first, not style nits. As an AUTHOR: produce robust, config-independent TS — `as const satisfies` over loose Record, string/template-literal types over `string`, discriminated unions with exhaustiveness, branded primitives, precise generics; no any/enum/unchecked-as. Trigger on .ts/.tsx, tsconfig, code review or audit requests, "is this type-safe", "flag type issues", "make this robust", or new TS scaffolds.

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

파일 탐색기
5 개 파일
SKILL.md
readonly