Installation

clawhub install autogame-17/code-stats

Summary

Analyzes the current workspace to provide development metrics.

SKILL.md

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.

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.