Borrowing it
Nothing to install: this file belongs to conectlens/lenserfight. 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/conectlens/lenserfight/main/.agents/skills/language-integrator/SKILL.mdgit clone --depth 1 https://github.com/conectlens/lenserfightWrote 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/skills/conectlens/lenserfight/language-integrator)<a href="https://agentmods.dev/skills/conectlens/lenserfight/language-integrator"><img src="https://agentmods.dev/badge/skills/conectlens/lenserfight/language-integrator.svg" alt="Measured on agentmods" 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.00100 | $0.01689 |
| Opus 5 | $0.00050 | $0.00844 |
| Sonnet 5 | $0.00020 | $0.00338 |
| Haiku 4.5 | $0.00010 | $0.00169 |
Grade A, and why
language-integrator 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 6d 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 — 193 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Language Integrator
Implement full i18n support for $ARGUMENTS across the LenserFight monorepo.
Parse $ARGUMENTS
Derive three values from $ARGUMENTS:
| Value | Example (French) | Example (Arabic) |
|---|---|---|
LOCALE |
fr |
ar |
NAME |
Français |
العربية |
DIR |
ltr |
rtl |
If $ARGUMENTS contains only a language name (e.g. "French"), infer LOCALE from ISO 639-1.
If $ARGUMENTS contains only a code (e.g. "fr"), infer NAME and DIR.
RTL languages: Arabic (ar), Hebrew (he), Persian (fa), Urdu (ur).
Architecture summary
apps/landing/src/
i18n.ts ← SUPPORTED_LANGUAGES + init — register here
locales/
en.json ← English source of truth
LOCALE.json ← create: mirror en.json, translate all values
en/policies/ ← English legal markdown
LOCALE/policies/ ← create: translated legal markdown (if applicable)
apps/web/src/
i18n.ts ← SUPPORTED_LANGUAGES + init — register here
locales/
en.json ← English source of truth
LOCALE.json ← create: mirror en.json, translate all values
apps/docs/.vitepress/config.ts ← add hreflang entry + locales entry
docs/
LOCALE/
index.md ← create: VitePress locale home (hero in native lang)
tutorials/getting-started/
overview.md ← create: getting-started stub with English fallback link
supabase/seeds/01_core_languages.sql ← authoritative language registry — add if missing
Auth (apps/auth) and CLI (apps/cli) have no i18n infrastructure yet.
If the request targets those surfaces, read REFERENCE.md for the scaffold templates.
Procedure
1 — Verify language registry
Read supabase/seeds/01_core_languages.sql.
If LOCALE is missing, add inside the VALUES (...) block:
('LOCALE', 'NAME_EN', 'NAME', 'DIR', true),
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 6d ago First seen · 193 lines · 100 tokens per session scan A 168c18267d91
language-integrator is a skill published in the GitHub repository conectlens/lenserfight (18 stars, last pushed 26d ago), licensed MIT. It adds 100 tokens to every session and 1,689 once invoked, about $0.0005 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.
Other skills, from other repositories
i18n-localization
Internationalization and localization for global applications. Use when adding multi-language support, handling regional formats, or preparing apps for global markets.
humanize-korean
Clean up translation-ese and AI-writing tics in Korean prose so it reads like a person wrote it — content (facts, numbers, proper nouns, quotes) stays 100% unchanged, only style and rhythm are touched. Single-pass, done in this session. Triggers — AI 티 없애줘, 번역투 고쳐줘, 한글 자연스럽게 윤문해줘, sounds like a machine translation…
accessibility-a11y
WCAG 2.2 compliance, ARIA patterns, keyboard navigation, screen readers, automated testing.
android-development
Android development with Kotlin, Jetpack Compose, and modern Android architecture. Use when building Android apps, implementing Material Design, or following Android best practices.
email-systems
Transactional email (Resend, SendGrid, SES), templates (React Email, MJML), deliverability (SPF/DKIM/DMARC), and inboxing best practices. Use when building email infrastructure, designing templates, or troubleshooting deliverability.
ios-development
Comprehensive guide for building native Apple platform applications.