A solid routing layer for TypeScript questions that knows when to stay in its lane. It handles general TypeScript problems but explicitly punts to specialized subagents when you hit bundler internals, ESM/CJS migrations, or compiler performance issues. The skill prioritizes internal tools over shell commands for speed and runs through a methodical checklist: project analysis, type checking, suggesting fixes, then validating them. With 122 installs and part of a stock checker project, it's clearly being used in real codebases. The triage approach is smart because it prevents you from getting half-baked advice on gnarly build tooling when you really need deep expertise.
npx skills add https://github.com/gracefullight/stock-checker --skill typescript-expert