What problem does it solve? Answering questions about repository size, language breakdown, and code-versus-comment ratios normally requires manual counting or ad-hoc scripts. This Skill provides ready-to-use pygount commands that produce accurate codebase statistics without crawling dependency folders or hanging on large trees. ## Core Features & Use Cases - LOC and Language Breakdown: Generate summary tables showing file counts, code lines, and comment lines per programming language. - Targeted Analysis: Filter scans by file suffix to count only specific languages, or produce per-file and JSON output for programmatic use. - Safe Defaults: Built-in folder exclusion patterns prevent pygount from scanning .git, node_modules, and virtual environments. - Use Case: A user asks how large a monorepo is and what languages it contains. Run the summary command with proper exclusions and report the per-language code and comment breakdown in seconds. ## Quick Start Use the codebase-inspection skill to count the lines of code and show the language breakdown of this repository.