Claude Agents Marketplace
← Back to Skills
skillClaude Code ≥ 1.0/check-types

check-types

Run TypeScript type checking on current or all projects

  • general

Install

~/.claude/skills/check-types/SKILL.md
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:

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.

Paste into ~/.claude/skills/check-types/SKILL.md and Claude Code will pick it up on next session.

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:

  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.