CodexClaude
TypeScript Strictness
Raise type safety without a noisy rewrite.
Finds weak types, unsafe casts, implicit any patterns, and builds a staged strictness plan.
Curated score
87
Difficulty
Advanced
Risk
Medium
What it helps with
Remove any
Type API response
Enable strict flag
Use cases
Type hardening
Refactor prep
Library cleanup
Skill contents
SKILL.mdIncluded
ScriptsIncluded
ReferencesIncluded
AssetsNot listed
TypeScripttypesstrict
Safety / risk notes
Scripts
Check before using
Review commands before execution.
Run on a branch or disposable workspace first.
Check file changes and external calls before shipping.
Source
GitHub
SourceSimilar skills
Nearby shelf.
🧑💻API Integration
Wire external APIs with typed clients and clear error paths.
🪝Webhook Handler
Build reliable webhook handlers with verification and retries.
🧩Backend Routes
Small, reliable API endpoints with validation and tests.
🧯Error Handling Pass
Make failure paths explicit, useful, and testable.
🗄️Cache Strategy Review
Review cache keys, invalidation, TTLs, and stale data risk.
🪵Log Signal Review
Turn noisy logs into useful operational signals.