📊
QualityJavaScript

Scorecard

by karanb192

Scorecard is a Quality skill for Claude Code, published by karanb192 in claude-code-hooks.

486 stars34 forkson karanb192/claude-code-hooksAdded 2026/08/26+2% in starsRepository updated 2026/08/23
ai-toolsanthropicautomationclaudeclaude-codeclaude-code-hooksclaude-code-pluginclideveloper-toolshooksmarketplacenotificationspluginsecurity
Install in seconds
Install Scorecard
Copy Scorecard into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/karanb192/claude-code-hooks/tree/main/plugins/dead-rules-audit/skills/scorecard ~/.claude/skills/scorecard

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/karanb192/claude-code-hooks.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/dead-rules-audit/skills/scorecard/SKILL.md in karanb192/claude-code-hooks
Installs to
~/.claude/skills/scorecard
Collection
One of 7 skills cataloged from this repository
Category
Quality1354 skills

What Scorecard does

Scorecard shows a worst-first audit of CLAUDE.md rules, including which ones Claude follows, ignores, or violates. Use it to spot chronic offenders and decide which rules should become hooks or lint checks.

Scorecard is cataloged under Quality on DirSkills. Scorecard comes from a repository tagged ai-tools, anthropic, automation, claude and claude-code.

Documentation

README

CLAUDE.md compliance scorecard

!node "${CLAUDE_SKILL_DIR}/../../dead-rules-audit.js" --render 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT}/dead-rules-audit.js" --render

The card above is a worst-first audit of your CLAUDE.md rules, aggregated across your recent sessions: how often each rule was relevant to an edit, how often it was violated, its heuristic compliance %, and a ⚠ promote→hook flag for rules Claude chronically ignores. It is produced by the dead-rules-audit hook, which records as you work.

Briefly call out the 1-3 worst offenders and, for any rule flagged promote→hook, suggest making it deterministic (a PreToolUse/PostToolUse hook or a lint rule) instead of relying on Claude to remember it. Keep it short; do not re-run any commands.

Frequently asked about Scorecard

  • What else does karanb192 publish alongside Scorecard?

    Scorecard is one of 7 skills that DirSkills catalogs from karanb192/claude-code-hooks, the repository it ships in. Its siblings there include Bounty Board, Dead Ends and Leaderboard. Each one is a separate skill with its own page in this directory, installs the same way Scorecard does, and is maintained by karanb192 in that same repository. The rest of the collection is listed on the karanb192/claude-code-hooks page.

  • How does Scorecard compare to other Quality skills?

    Scorecard ranks #1254 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Scorecard against them. Open each page to compare what they document and how they install.