typescript-incremental-check

Installation
SKILL.md

TypeScript Incremental Check

Overview

Catch TypeScript errors immediately after code edits. Don't wait until end of task to check compilation.

Immediate Verification

Run npx tsc --noEmit immediately after code edits

Critical: Check TypeScript compilation BEFORE proceeding to testing or browser automation.

Workflow:

  1. Make code edit
  2. Run npx tsc --noEmit immediately
  3. Fix any errors
  4. Continue with next edit or testing
Installs
7
GitHub Stars
2
First Seen
Mar 18, 2026
typescript-incremental-check — pmarashian/cursor-agent-skills