Skip to content
Development
Skill

/scorecard

Show the CLAUDE.md compliance scorecard: which rules Claude actually follows vs ignores

From plugin
claude-code-hooks
5118 skills
Install
$ npx -y skills add karanb192/claude-code-hooks --skill scorecard --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/scorecard

Context preview

The summary Claude sees to decide when to auto-load this skill.

Show the CLAUDE.md compliance scorecard: which rules Claude actually follows vs ignores

SKILL.md

scorecard.SKILL.md
name: scorecard
description: Show the CLAUDE.md compliance scorecard: which rules Claude actually follows vs ignores
disable-model-invocation: true

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.

Ships withclaude-code-hooks

🪝 Ready-to-use hooks for Claude Code, shipped as a 20-plugin installable marketplace: safety, automation, notifications, and more. 🌐 Live site & catalog Claude Code and agents like it run shell commands, edit files, and install packages on their own.

Get the whole plugin
Stats
511
Stars
37
Forks
Active
Maintenance
JavaScript
Language
MIT
License
10h ago
Last commit
7mo ago
Created

Repo: karanb192/claude-code-hooks

Other skills on claude-code-hooks.