Code Parser SkillA
Use this skill whenever you need to read, understand, navigate, edit, refactor, or reason about a codebase written in Dart, Python, or TypeScript — especially before reading any source files directly. This skill runs `code-parser` to build a lightweight structural index (classes, methods, line ranges) of the codebase first, then uses that index to read only the specific lines that matter. This drastically reduces token consumption and prevents context window overflow. Trigger this skill when...
code-qualitytypescriptpython