Visualizes repository complexity by counting files, lines of code, and grouping by extension. Use to assess project size or growth.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill code-stats --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code Stats?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-code-stats)More formats (shields.io, HTML) on the badges page.
---
name: code-stats
description: Visualizes repository complexity by counting files, lines of code, and grouping by extension. Use to assess project size or growth.
---
# Code Stats
Analyzes the current workspace to provide development metrics.
## Usage
```bash
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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!