code-stats

Installation
SKILL.md

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.
Installs
2
GitHub Stars
2
First Seen
May 27, 2026
code-stats — xdelin/openclaw-education-skills