Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use the open-source free `cloc` tool for line-count, language-mix, and diff statistics in .NET repositories. USE FOR: repeatable LOC reports; language-mix or branch-diff statistics; codebase size and solution-composition measurements. DO NOT USE FOR: judging developer productivity from raw LOC; replacing behavioral verification, architecture review, or complexity analysis. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands whe
.claude/skills/managedcode-cloc/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 54% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 100% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 38% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 33% | 0% |
clocAGENTS.mdAGENTS.md and confirm scope and constraints.Workflow through the Ralph Loop until outcomes are acceptable.Required Result Format with concrete artifacts and verification evidence.--vcs=git for repo-respecting counts--git --diff BASE HEAD for change deltas.NET-relevant views first:binobj.git--json--csv--yaml--mdcloc as a sizing and comparison tool, not as evidence that the design is good.origin/main..HEADcloc findings, run the repo's normal quality pass.If cloc is not available yet:
command -v cloccloc --versionperl --versionbrew install clocsudo apt install clocsudo yum install clocsudo dnf install clocnpm install -g clocchoco install clocscoop install clocdocker run --rm -v $PWD:/tmp aldanial/cloc .cloc --version.AGENTS.md, for example:cloc --vcs=git --include-lang="C#,MSBuild,JSON,XML,YAML"cloc --by-file --vcs=git --include-lang="C#"cloc --git --diff origin/main HEAD --include-lang="C#"status: configured or status: improved.cloc, return status: not_applicable.cloc is used as context, not as a substitute for tests or design reviewUse the Ralph Loop for every task, including docs, architecture, testing, and tooling work.
status: not_applicable with explicit reason and fallback path.status: complete | clean | improved | configured | not_applicable | blockedplan: concise plan and current iteration stepactions_taken: concrete changes madevalidation_skills: final skills run, or skipped with reasonsverification: commands, checks, or review evidence summaryremaining: top unresolved items or noneFor setup-only requests with no execution, return status: configured and exact next commands.
Other measured skills in the registry, with their headline benchmark lift.