AI Agent Hub
Back to plugins
🖥️

dsh-code-stats

Client Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-code-stats

Paste the following prompt into your AI chat to install this plugin:

Install it in DeepSeek Harness by running dsh plugin install uckkk/dsh-code-stats; the full source is at https://github.com/uckkk/dsh-code-stats

About this plugin

Picking up a new repository or preparing a tech inventory often starts with the same questions: how much code is in here, which languages are used, and which files are the heaviest? dsh-code-stats turns that into a single local scan call. It is a pure Node.js tool with no network I/O and no external services, so the results are fast and self-contained.

Under the hood it groups files by 30-plus language extensions, reports file counts and lines of code per language, and surfaces a list of the largest files. Directories and artifacts such as node_modules, .git, binaries, images, archives, and lockfiles are automatically excluded, keeping the numbers focused on real source.

It is a fit for anyone who needs a quick snapshot of a project's language mix and code volume inside a conversation—whether for handovers, audits, weekly reporting, or simply getting a clean read on what a repo actually contains.

Use Cases

  • Get a quick codebase overview and language mix during project handover
  • Assess overall repository scale before a technical audit
  • Produce structured code-volume data for weekly reports or reviews

Best For

  • Engineers onboarding to a new codebase who need a fast structural read
  • Reviewers performing code audits or technical due diligence
  • Team leads who must include project-level data in periodic reports