integrate-ai-i18n

integrate-ai-i18n is a skill for Codex from bosens-China/tc39-atlas. It costs 92 tokens per session (855 once invoked), scanned A, original, MIT.

A setup guide for adding ai-i18n to Vite web projects built with Vue, React, or plain JavaScript or TypeScript. Vite is a tool that builds and serves web applications during development.

In plain words
What is it for?
Use it to install and configure ai-i18n, add translation calls, choose framework settings, and enable options such as automatic imports or ESLint integration.
Why use it?
It helps add translations without ignoring the project's existing build setup or framework conventions. It also accounts for projects with multiple apps in one repository, called a monorepo.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to install and configure ai-i18n, add translation calls, choose framework settings, and enable options such as automatic imports or ESLint integration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bosens-china/tc39-atlas/integrate-ai-i18n
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 bosens-China/tc39-atlas --skill integrate-ai-i18n
Clone the repo
git clone --depth 1 https://github.com/bosens-China/tc39-atlas

Made for: Codex.

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 integrate-ai-i18n

README.md
[![agentmods](https://agentmods.dev/badge/skills/bosens-china/tc39-atlas/integrate-ai-i18n/github.svg)](https://agentmods.dev/skills/bosens-china/tc39-atlas/integrate-ai-i18n)
Your own site
<a href="https://agentmods.dev/skills/bosens-china/tc39-atlas/integrate-ai-i18n"><img src="https://agentmods.dev/badge/skills/bosens-china/tc39-atlas/integrate-ai-i18n/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.

agentmods 80×15 button for integrate-ai-i18n

Your own site · 80×15
<a href="https://agentmods.dev/skills/bosens-china/tc39-atlas/integrate-ai-i18n"><img src="https://agentmods.dev/badge/skills/bosens-china/tc39-atlas/integrate-ai-i18n.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 855 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 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.1 $0.00092 $0.00855
Opus 5 $0.00046 $0.00428
Sonnet 5 $0.00018 $0.00171
Haiku 4.5 $0.00009 $0.00085

Measured 11d ago against content hash 75b961866d93, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

integrate-ai-i18n 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 11d 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.

.agents/skills/integrate-ai-i18n/SKILL.md · 69 lines

How it starts

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

Integrate ai-i18n

Preserve the project's package manager, Vite plugins, framework conventions, and configuration style.

Read product documentation

Read https://bosens-china.github.io/ai-i18n/llms.txt, select the pages that match the current framework and requested capability, and read only those pages. Use llms-full.txt only when the index or targeted pages are unavailable; do not load the full corpus by default.

User-facing installation steps, configuration fields, Runtime APIs, framework examples, generated files, and troubleshooting live in that documentation. Do not reproduce or infer those details from this Skill. If deployed documentation conflicts with the target project's installed types, source, or executable behavior, follow the target project and report the discrepancy.

Inspect the target build

Read the target app's package.json, vite.config.*, TypeScript config, entry files, and framework plugin setup. Confirm that the app matches the current public support requirements before editing it.

In a monorepo, identify one target Vite build. Ask the user only when more than one app is plausible, or when a new setup has no source and target language decision that can be inferred from existing configuration. Preserve configured values.

Use one @ai-i18n/vite registration, one framework mode, and one i18n directory per Vite build. Treat reachable local workspace source as part of the consuming build. Do not create a separate integration for a source-only package or rewrite CommonJS as an incidental migration. If an existing overrides.json contains file-scoped rules, preserve its exact normalized POSIX paths relative to this Vite root; never rewrite them to machine-specific absolute paths during integration.

Do not enable optional behavior by default. Keep explicit imports and omit automatic translation, automatic imports, language persistence, locale loading, cache cleanup, HTML extraction, ESLint, and test integration unless the user requests them. Do not remove an optional feature that is already configured. When an optional feature is requested, read Agent defaults for optional features and the matching public documentation page.

Read the full file on GitHub · 69 lines

Files

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.

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. 11d ago First seen · 69 lines · 92 tokens per session scan A 75b961866d93

Subscribe to this mod's changes

integrate-ai-i18n is a skill published in the GitHub repository bosens-China/tc39-atlas (0 stars, last pushed today), licensed MIT. It adds 92 tokens to every session and 855 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-31.

Related

Other skills, from other repositories

photo-sphere-viewer

Use when displaying 360-degree panoramic images (equirectangular/cubemap/dual-fisheye) in web applications, building virtual tours with markers and transitions, embedding interactive panoramas in Vue/React/vanilla JS, or creating 360-degree video players with gyroscope VR support. Photo-Sphere-Viewer v5: JavaScript…

znlgis/opengis-skills · 99 tokens

angular-developer

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, services, or HTTP communication, or for best practices on reactivity (signals, linkedSignal, resource, httpResource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component…

angular/angular · 77 tokens

angular-new-app

Creates a new Angular app using the Angular CLI. This skill should be used whenever a user wants to create a new Angular application and contains important guidelines for how to effectively create a modern Angular application.

angular/angular · 43 tokens

migrate-oxlint

Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.

oxc-project/oxc · 44 tokens

build-with-tinybase

Scaffold, extend, and verify reactive local-first JavaScript or TypeScript applications with TinyBase. Use when choosing TinyBase for in-memory tabular or key-value state, generating an app with create-tinybase, adding schemas or UI bindings, configuring browser or database persistence, configuring MergeableStore…

tinyplex/tinybase · 76 tokens

ax-ai

This skill helps an LLM generate correct AI provider setup and configuration code using @ax-llm/ax. Use when the user asks about ai(), providers, models, routing, adaptive balancing, presets, embeddings, batch audio with ai.transcribe() or ai.speak(), extended thinking, context caching, or mentions…

ax-llm/ax · 100 tokens