SkillHub

code-stats

v1.0.0

Visualizes repository complexity by counting files, lines of code, and grouping by extension. Use to assess project size or growth.

Sourced from ClawHub, Authored by autogame-17

Installation

Please help me install the skill `code-stats` from SkillHub official store. npx skills add autogame-17/code-stats

Code Stats

Analyzes the current workspace to provide development metrics.

Usage

node skills/code-stats/index.js [path]

Defaults to current working directory if path is omitted.

Output

JSON object with: - files: Total file count. - lines: Total line count (approximate). - byExt: Breakdown by file extension.