code-stats

Analyze code repository file count, line count, and language distribution.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/darblex/price-compare-israel --skill code-stats-darblex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-stats
Source: https://github.com/darblex/price-compare-israel/tree/main/workspace/skills/openclaw-code-stats
Command: npx skills add https://github.com/darblex/price-compare-israel --skill code-stats-darblex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users understand the size, complexity, and language distribution of a code repository, providing insights into project scope and development effort.

Core Features & Use Cases

  • Total File Count: Reports the total number of files in the workspace.
  • Total Line Count: Calculates the aggregate number of lines of code.
  • Language Distribution: Breaks down file and line counts by programming language.
  • Use Case: Before joining a new project, use this Skill to quickly gauge its scale and the primary languages used.

Quick Start

Run the code-stats skill to analyze the current workspace.

Frequently Asked Questions about code-stats

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze code repository statistics for my workspace?

To analyze code repository statistics, run the analysis script to calculate total file count, total lines of code, and language distribution. This provides immediate insights into project scale, complexity, and language breakdown to gauge development effort.

What metrics are included in a code repository language distribution analysis?

A code repository language distribution analysis includes total file count, aggregate lines of code, and a breakdown of file and line counts by programming language. These metrics help you understand project scope and the primary languages used.

Do I need Node.js to calculate lines of code in a repository?

Yes, you need Node.js installed in your development environment to execute the script that calculates repository statistics. Node.js runs the analysis script to process total file counts and language distribution metrics.

When do I need to check code metrics for a development project?

You need to check code metrics when joining a new project to quickly gauge its scale and primary languages used. Analyzing repository statistics helps you understand the project scope, complexity, and overall development effort required.