ts-inspect
01Skill Claude CodeCodex
Use ts-inspect for exact TypeScript semantic type information (parameters, return types, properties, signatures, definitions, type at a location) instead of reading many source files or guessing from call sites.
Skill Claude CodeCodex
Use ts-inspect for exact TypeScript semantic type information (parameters, return types, properties, signatures, definitions, type at a location) instead of reading many source files or guessing from call sites.
Cursor rule Cursor
Apply when creating or editing TypeScript (.ts) files or shared TypeScript modules. Enforces typed, modular, readable code with strict formatting, naming, imports, configuration, validation, error handling, async patterns, and separation of concerns. This is a concise summary of…
Cursor rule Cursor
Apply when creating or editing TypeScript (.ts) files or shared TypeScript modules. Enforces typed, modular, readable code with strict formatting, naming, imports, configuration, validation, error handling, async patterns, and separation of concerns.
Cursor rule Cursor
When the user's request is underspecified, interview them one question at a time with your best guess attached until you can predict their answers.
Cursor rule Cursor
Use SCIP (Semantic Code Intelligence Protocol) via the scip CLI to find symbol definitions, references, signatures, and audit Code Rules compliance without reading files. Prefer SCIP over grep for any question that is about a symbol, type, reference, or file structure.
Cursor rule Cursor
Use ts-inspect for exact TypeScript semantic type information (parameters, return types, properties, signatures, definitions, type at a location) instead of reading many source files or guessing from call sites.
Instructions file CodexOpenCode
Instructions for Brainy-Builds/ts-inspect-cli, covering ts-inspect: semantic type information, how to run, command cheat-sheet, location syntax and usage hierarchy.