localization CLAUDE.md

localization CLAUDE.md is an instructions file for coding agents from skills-il/localization. It costs 585 tokens per session, scanned A, original, MIT.

Project instructions for a collection of coding-agent skills focused on Hebrew translation, right-to-left layout, and cultural adaptation. Each skill is kept in its own folder with a standard instruction file.

In plain words
What is it for?
Use them when adding, reviewing, or organizing Hebrew localization and right-to-left interface skills in the repository.
Why use it?
They define the repository layout and required format so new or updated localization skills remain consistent and usable by coding agents.

Instructions file

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.

agentmods
npx agentmods add instructions/skills-il/localization/claude-md
Clone the repo
git clone --depth 1 https://github.com/skills-il/localization

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 localization CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/skills-il/localization/claude-md.svg)](https://agentmods.dev/instructions/skills-il/localization/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/skills-il/localization/claude-md"><img src="https://agentmods.dev/badge/instructions/skills-il/localization/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 585 This file is loaded in full into every session.
When invoked 585 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00585 $0.00585
Opus 5 $0.00293 $0.00293
Sonnet 5 $0.00117 $0.00117
Haiku 4.5 $0.00059 $0.00059

Measured 4d ago against content hash 84bd03ff8c83, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

localization CLAUDE.md 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 4d 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.

Origin

Copies of this mod

3 near-identical copies found in the catalogue:

CLAUDE.md · 72 lines

How it starts

The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code when working in this repository.

Project Overview

This is a Skills IL category repository containing AI agent skills for Hebrew localization, RTL layout, and cultural adaptation. Each subdirectory is a self-contained skill following the open Agent Skills standard.

Repository Structure

localization/
├── .github/                        # CI workflows, issue/PR templates
├── hebrew-rtl-best-practices/      # Skill: Hebrew RTL Best Practices
│   ├── SKILL.md                   # Required skill definition
│   └── references/                # Optional documentation
├── hebrew-nlp-toolkit/            # Skill: Hebrew NLP Toolkit
│   └── SKILL.md
├── CLAUDE.md                       # This file
├── LICENSE                         # MIT
└── README.md                       # Category overview

Skill Format (CRITICAL)

Every skill is a folder containing a SKILL.md file. The folder name MUST be kebab-case.

SKILL.md Structure

---
name: skill-name-in-kebab-case        # Required, must match folder name
description: >-                        # Required, <1024 chars, no XML tags
  [What it does]. [When to use it — include trigger phrases].
  [Key capabilities]. [Optional: Do NOT use for X].
license: MIT                           # Optional
metadata:                              # Optional
  author: github-username
  version: 1.0.0
  category: localization
  tags: [hebrew, rtl, nlp]
---

Validation Rules

These rules are enforced by CI on every PR:

  1. File must be exactly SKILL.md (case-sensitive)
  2. YAML frontmatter must have --- delimiters on both sides
  3. name field: kebab-case only, must match folder name
  4. description field: present, under 1024 chars, no XML angle brackets, must include WHAT + WHEN
  5. SKILL.md body must be under 5,000 words
  6. No README.md inside skill folders
  7. No skill names containing "claude" or "anthropic"
  8. No hardcoded secrets

See CONTRIBUTING.md for the full guide.

Read the full file on GitHub · 72 lines

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. 4d ago First seen · 72 lines · 585 tokens per session scan A 84bd03ff8c83

Subscribe to this mod's changes

localization CLAUDE.md is an instructions file published in the GitHub repository skills-il/localization (23 stars, last pushed 10d ago), licensed MIT. It adds 585 tokens to every session, about $0.0029 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-08-30.