editor-interrogation

Installation
SKILL.md

Use Your Editor to Interrogate and Explore the Type System

Overview

Your editor is your best TypeScript learning tool.

TypeScript's language services provide autocomplete, inspection, navigation, and refactoring. These aren't just conveniences - they're the primary way to understand what TypeScript thinks about your code.

When to Use This Skill

  • Debugging unexpected type inference
  • Understanding widening and narrowing behavior
  • Exploring unfamiliar codebases
  • Learning how libraries model their types
  • Verifying that inferred return types match expectations

The Iron Rule

Installs
16
GitHub Stars
2
First Seen
Feb 3, 2026
editor-interrogation — marius-townhouse/effective-typescript-skills