codebase-stats

Generate a read-only project analytics dashboard from codebase metrics.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/eugener/cc-marketplace --skill codebase-stats-eugener
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codebase-stats
Source: https://github.com/eugener/cc-marketplace/tree/main/plugins/eugenes-tools/skills/codebase-stats
Command: npx skills add https://github.com/eugener/cc-marketplace --skill codebase-stats-eugener

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive read-only analytics dashboard for a codebase, helping developers understand project health, identify potential issues, and track progress.

Core Features & Use Cases

  • Codebase Metrics: Analyzes lines of code, language breakdown, and dependency counts.
  • Project Health: Detects monorepos, identifies churn hotspots, and flags code quality indicators.
  • Activity Tracking: Reports recent commit activity and top contributors.
  • Use Case: Before starting a new feature, run this Skill to get a quick overview of the project's structure, identify areas with high recent activity, and understand the dependency landscape.

Quick Start

Generate a comprehensive codebase analytics report for the current project.

Frequently Asked Questions about codebase-stats

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a codebase analytics dashboard for my project?

Codebase analytics uses tools like tokei and git to analyze language breakdown, project structure, and recent activity. This Skill generates a read-only dashboard covering code quality indicators, churn hotspots, and dependency counts.

What code quality metrics and churn hotspots can I track in a git repository?

You can track code quality indicators and identify churn hotspots by analyzing git commit history. This Skill reports areas with high recent activity, top contributors, and lines of code metrics to help assess project health.

Does this codebase analytics tool support Windows or only macOS and Linux?

This codebase analytics tool supports macOS and Linux platforms only. It relies on platform-specific date and stat commands, meaning Windows environments are not natively supported without a UNIX-like shell.

Can I detect monorepo status and project structure using codebase metrics?

Yes, you can detect monorepo status and analyze project structure using codebase metrics. The Skill evaluates the directory layout and language breakdown to determine if the repository operates as a monorepo.

What's the best way to analyze code dependencies before starting a new feature?

The best way to analyze dependencies before a new feature is generating a read-only project report. This Skill counts dependencies and maps the landscape, helping you understand potential impact and project health quickly.

Do I need to install additional dependencies to track developer productivity metrics?

No additional Skill dependencies are required to track developer productivity metrics. It operates using existing git history and standard command-line utilities like tokei to calculate lines of code and activity.