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