eval-rules

eval-rules is a skill for Claude Code from FlorianBruniaux/claude-code-ultimate-guide. It costs 84 tokens per session (2,197 once invoked), scanned A, original, CC-BY-SA-4.0.

A review tool for Claude Code rules stored in .claude/rules/ files, including rules that apply to matching file paths.

In plain words
What is it for?
Use it when setting up or reviewing project rules and deciding which ones to update or keep.
Why use it?
It finds structural errors and invalid path patterns, then checks whether each rule is still useful for the project.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it when setting up or reviewing project rules and deciding which ones to update or keep.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/florianbruniaux/claude-code-ultimate-guide/eval-rules
About the project

Claude Code Ultimate Guide is a structured documentation project for learning how to build, operate, and govern coding agents with Claude Code. It serves developers and teams through guidance on agentic workflows, hooks, skills, MCP servers, security, and adoption. The catalogue entries are reusable skills, commands, agents, hooks, instructions, settings, and a plugin drawn from the guide's workflow materials.

FlorianBruniaux/claude-code-ultimate-guide · 5,909 stars · on GitHub · cc.bruniaux.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add FlorianBruniaux/claude-code-ultimate-guide --skill eval-rules
Clone the repo
git clone --depth 1 https://github.com/FlorianBruniaux/claude-code-ultimate-guide

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for eval-rules

README.md
[![agentmods](https://agentmods.dev/badge/skills/florianbruniaux/claude-code-ultimate-guide/eval-rules.svg)](https://agentmods.dev/skills/florianbruniaux/claude-code-ultimate-guide/eval-rules)
Your own site
<a href="https://agentmods.dev/skills/florianbruniaux/claude-code-ultimate-guide/eval-rules"><img src="https://agentmods.dev/badge/skills/florianbruniaux/claude-code-ultimate-guide/eval-rules.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,197 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00084 $0.02197
Opus 5 $0.00042 $0.01099
Sonnet 5 $0.00017 $0.00439
Haiku 4.5 $0.00008 $0.00220

Measured 3d ago against content hash 0f13fe736dac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

eval-rules scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

examples/skills/eval-rules/SKILL.md · 226 lines

The source is not reproduced here

Licensed CC-BY-SA-4.0

The repository is licensed CC-BY-SA-4.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 226 lines · 84 tokens per session scan A 0f13fe736dac

Subscribe to this mod's changes

eval-rules is a skill published in the GitHub repository FlorianBruniaux/claude-code-ultimate-guide (5,909 stars, last pushed today), licensed CC-BY-SA-4.0. It adds 84 tokens to every session and 2,197 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

second-opinion

Cross-validate code, architecture or design decisions using a second model. Use for critical decisions, complex refactoring, security reviews.

xiaobei930/cc-best · 30 tokens

go-code-reviewer

Review Go code with a defect-first approach using repository policy (constitution.md first, then AGENTS.md fallback). Use for code review, PR review, quality checks, risk analysis, and regression detection.

johnqtcg/awesome-skills · 45 tokens

go-review-lead

Orchestrate a comprehensive Go code review by triaging code changes, dispatching vertical review skills (security, concurrency, error, logic, performance, quality, test, observability) as parallel agents, then consolidating results into a unified report. Use for full Go PR review or comprehensive code review. Replaces…

johnqtcg/awesome-skills · 80 tokens

go-concurrency-review

Review Go code for concurrency safety and goroutine lifecycle issues including race conditions, deadlocks, goroutine leaks, mutex misuse, and context propagation. Trigger when code contains go func, channels, sync primitives, WaitGroup, errgroup, or goroutine lifecycle management. Use for concurrency-focused review of…

johnqtcg/awesome-skills · 67 tokens

go-error-review

Review Go code for error handling correctness, nil safety, and failure-path integrity including ignored errors, missing wrapping, panic misuse, SQL/HTTP resource lifecycle, and transaction patterns. Trigger when code contains error returns, panic calls, sql.Rows, transactions, HTTP client/server code, or nil-sensitive…

johnqtcg/awesome-skills · 75 tokens

go-logic-review

Review Go code for business logic correctness, boundary conditions, off-by-one errors, state management, data flow integrity, and return value contracts. Trigger on any Go code change that modifies behavior, conditional logic, state transitions, or data processing. Use for logic-correctness focused review.

johnqtcg/awesome-skills · 62 tokens