Analyzes code files and reports statistics including line counts, file counts by extension, and total size. Use this skill whenever the user wants to understand the composition of a codebase - asking about "how many lines of code", "what file types exist", "code distribution", or needing a quick audit of project size and structure. Make sure to invoke this skill when users mention analyzing codebases, counting lines, checking file distributions, or auditing code.
$npx -y skills add alibaba/skill-up --skill code-statsInstalls into the current project.
Run `npx skills use "https://github.com/alibaba/skill-up" --skill "alibaba/skill-up/code-stats"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alibaba/skill-up" that are relevant to the current task. Run `npx skills add "https://github.com/alibaba/skill-up"` and select the relevant skills, then follow their instructions.