Code Parser · m97chahboun bundle 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 the user says things like: "read this codebase", "understand my project", "refactor this class", "find where X is defined", "explain how Y works", "add a method to Z", "what does this file do", "help me debug", "review my code", or any task that would otherwise require loading entire source files. Always use this skill before reading .dart, .py, or .ts/.tsx files — even for single-file tasks. Do NOT skip this skill just because the request seems simple; the index step is always cheaper than full file reads.