auto-type-checking

Installation
SKILL.md

Auto Type Checking

Catch type errors immediately after every edit instead of discovering them at build time.

Manual Workflow

After editing a TypeScript file, run:

npx tsc --noEmit 2>&1 | head -30

If errors appear, fix them before moving on.

Automated with Cursor Hooks

Add to .cursor/hooks.json to run automatically after every file edit:

Installs
163
GitHub Stars
534
First Seen
Apr 12, 2026
auto-type-checking — spencerpauly/awesome-cursor-skills