Install
~/.claude/skills/check-types/SKILL.mdRun TypeScript type checking. If inside a specific project directory, check only that project. If in c:\AI root or if $ARGUMENTS is "all", check all TypeScript projects: 1. courseai: `npx tsc --noEmit` 2. ai-cover-letter-ext: `npx tsc --noEmit` 3. heroes-randomizer: `npx tsc --noEmit` Report type errors grouped by file. Show total error count per project.
Definition
Run TypeScript type checking.
If inside a specific project directory, check only that project. If in c:\AI root or if $ARGUMENTS is "all", check all TypeScript projects:
- courseai:
npx tsc --noEmit - ai-cover-letter-ext:
npx tsc --noEmit - heroes-randomizer:
npx tsc --noEmit
Report type errors grouped by file. Show total error count per project.