analyze-size

Community

Instantly gauge codebase size and language mix.

Authorotrebu
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Understanding the scale, primary languages, and overall composition of a codebase can be a time-consuming manual effort, especially when onboarding to new projects or performing technical audits. This Skill automates that analysis.

Core Features & Use Cases

  • Codebase Metrics: Provides total lines of code (LOC), excluding boilerplate, comments, and blank lines, using cloc.
  • Language Distribution: Breaks down the codebase by programming language, showing file counts, code lines, and percentage distribution.
  • Complexity Assessment: Categorizes the codebase size (e.g., tiny, small, medium, large) and offers key insights into its composition and characteristics.
  • Use Case: When you join a new project or need to quickly assess a repository, ask Claude to "analyze the codebase size." You'll receive an immediate, comprehensive overview of its scale and technology stack, helping you prioritize your learning and planning.

Quick Start

Analyze the size and language distribution of the current codebase.

Dependency Matrix

Required Modules

cloc

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: analyze-size
Download link: https://github.com/otrebu/agents/archive/main.zip#analyze-size

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository