What problem does it solve? Manually gathering project statistics like lines of code, dependency counts, CLI command hierarchies, and coverage figures is repetitive and error-prone. This Skill produces a consistent, copy/paste-ready Markdown report from a local project folder or a GitHub repository without modifying any files. ## Core Features & Use Cases - Comprehensive Metrics: Reports project description, documented features, code/test/documentation LOC per language, per-component LOC, test file counts, and repo size. - CLI and Dependency Analysis: Statically detects CLI command hierarchies (Click, Typer, argparse, Commander, Cobra, clap) and counts direct, optional, and transitive dependencies from Python, Node.js, Go, and Rust manifests and lockfiles. - Remote GitHub Mode: Analyzes a repository without cloning by downloading a tar archive into a temporary directory, with token-based authentication for private repos. - Use Case: Before writing project documentation or a status update, run the report to get an accurate snapshot of codebase size, dependency footprint, and coverage, including approximate size comparisons against pinned Redis and SQLite source trees. ## Quick Start Ask the assistant to run the code-info report on the current project folder or on a named GitHub repository and return the Markdown metrics report.