Borrowing it
Nothing to install: this file belongs to globalize-now/globalize-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/globalize-now/globalize-skills/main/CLAUDE.mdgit clone --depth 1 https://github.com/globalize-now/globalize-skillsWrote 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.
[](https://agentmods.dev/instructions/globalize-now/globalize-skills/claude-md)<a href="https://agentmods.dev/instructions/globalize-now/globalize-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/globalize-now/globalize-skills/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/globalize-now/globalize-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/globalize-now/globalize-skills/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.02351 | $0.02351 |
| Opus 5 | $0.01175 | $0.01175 |
| Sonnet 5 | $0.00470 | $0.00470 |
| Haiku 4.5 | $0.00235 | $0.00235 |
Grade A, and why
globalize-skills 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Globalization Skills
Agent skills for localizing software projects. Currently targeting Claude Code and the Lovable agent, with plans to support more agents.
Repository Structure
Skills live as flat top-level directories under skills/. Each skill is a self-contained directory following the Agent Skills open standard.
skills/
<skill-name>/
SKILL.md # Main skill file with frontmatter (required)
metadata.json # Skill metadata for npx skills (optional)
references/ # Supporting guides loaded by the skill (optional)
scripts/ # Helper scripts (optional)
Skills currently in this repo:
skills/globalize-guide/— orchestrator for the full i18n journey (detect → setup → convert → connect Globalize: account sign-in upfront, project + repo at the end)skills/globalize-now-account-setup/— install + authenticate the Globalize CLI (account sign-in)skills/globalize-now-project-setup/— create a Globalize project, connect a GitHub/GitLab repo, set catalog patterns (assumes account-setup is done)skills/globalize-now-cli-use/— manage existing Globalize translation resourcesskills/css-i18n/— audit and convert CSS to logical properties for RTL supportskills/lovable-i18n/— single-file i18n skill for the Lovable.dev agent (Lingui + PO, both Lovable stacks, AGENTS.md coding rules, CI extraction, Globalize connect) — experimental
Conventions
- Flat skill directories: Each skill is exactly one level deep under
skills/. Skill name = directory name =name:field inSKILL.mdfrontmatter, all lowercase-with-hyphens. - Self-contained: Each skill directory has everything it needs. No shared abstractions between skills. Duplication is acceptable.
- SKILL.md frontmatter: Required fields are
nameanddescription. Description explains when the skill should trigger. - References live inside the skill: Variant-specific instructions, manifest files, and other supporting docs go in
<skill>/references/. Internal nesting insidereferences/is unconstrained — organize by stack, language, framework, etc. as the skill needs. - Detection-first: Skills that modify projects should detect the target's framework, compiler, router, language, and package manager before taking action.
- Pin installs to a major: Every package install a skill emits must specify a SemVer-major caret range (
pkg@^N, orpkg@^0.Mfor pre-1.0). This applies tonpm install/yarn add/pnpm add/bun add, every package name inmanifest.json, everynpx <pkg>@^N <args>invocation (unpinnednpxalways fetches latest), and anynpx create-*scaffold call. Wrap pinned package strings in single quotes in shell snippets ('pkg@^N') so zsh'sEXTENDED_GLOBdoesn't eat the caret. Update the pin deliberately when bumping the skill's supported major. Exceptions: (1) when a build-tool-coupled exact pin is required (e.g.@lingui/swc-pluginto match Next.jsswc_core), document the override in the skill's troubleshooting prose; (2) packages whose cadence the user manages deliberately and intentionally leaves uncapped — currently@globalize-now/cli-client(pre-1.0; the user's own CLI).
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.
- 8d ago First seen · 84 lines · 2,351 tokens per session scan A 3a4bfc1eb7e7
globalize-skills CLAUDE.md is an instructions file published in the GitHub repository globalize-now/globalize-skills (3 stars, last pushed yesterday), licensed MIT. It adds 2,351 tokens to every session, about $0.0118 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-31.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.