code-stats

Installation
SKILL.md

Code Statistics

Quickly analyze codebase size, composition, and changes.

tokei - Line Counts

# Count all code
tokei

# Compact output sorted by code
tokei --compact --sort code

# Specific languages
tokei --type=TypeScript,JavaScript

# Exclude directories
tokei --exclude node_modules --exclude dist
Related skills
Installs
1
GitHub Stars
109
First Seen
Jan 30, 2026