
from claude-mods22
Analyze codebase size, language composition, and semantic changes using tokei and difft.
This skill provides the agent with the ability to perform high-fidelity codebase analysis and comparison. It leverages tokei for extremely fast line counting across multiple languages and difft for AST-aware semantic diffing, which is superior to standard line-by-line diffs because it recognizes code moves and ignores formatting changes.
Use this skill when you need to get a quick overview of a project's scale, understand which languages dominate the codebase, or review the impact of a refactor where a lot of code was moved but not fundamentally changed.
tokei and difft.Primarily designed for Claude Code and other agents with Bash access.
This skill has not been reviewed by our automated audit pipeline yet.