What problem does it solve? Answering questions about repository size and composition normally requires manual counting or ad-hoc scripts. This Skill provides ready-to-use pygount commands that produce accurate lines-of-code counts, language breakdowns, and code-vs-comment ratios for any codebase. ## Core Features & Use Cases - Language Breakdown Summaries: Generate per-language file counts, code lines, and comment lines with a single pygount summary command. - Smart Directory Exclusion: Prebuilt --folders-to-skip patterns for Python, JavaScript, and general projects prevent pygount from crawling .git, node_modules, and virtual environments. - Language Filtering and JSON Output: Restrict analysis to specific file suffixes or emit JSON for programmatic consumption. - 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 language percentages, total LOC, and comment ratios in seconds. ## Quick Start Use the codebase-inspection skill to analyze this repository and give me a language breakdown with total lines of code.