fundamental-ngx: Skill for Claude Code

.claude/skills/i18n-manage/SKILL.md

i18n-manage is a skill for Claude Code from SAP/fundamental-ngx. It costs 0 tokens per session (1,391 once invoked), scanned A, original, Apache-2.0.

A project-specific tool for managing translation keys in fundamental-ngx, a software project with text translated into multiple languages. It updates the key definitions and source translation files, then supports generating the related code.

In plain words
What is it for?
Use it to add, rename, or remove a translation key, update the language interface, and synchronize generated translation files.
Why use it?
It reduces errors when translation keys are added, renamed, or removed across the English source, language files, and generated TypeScript types.

Skill for Claude Code ✓ vendor

Written for Claude Code: argument-hint in frontmatter.

This is SAP/fundamental-ngx's own configuration. It tells Claude Code how to work on fundamental-ngx itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything fundamental-ngx configures →

About the project

Fundamental Library for Angular is an SAP-maintained Angular component library implementing SAP's design system and wrapping UI5 Web Components. Angular developers use its typed UI components and higher-level composites to build SAP-style web interfaces. Catalogue entries provide skills, agents, instructions, and a rule for working with the library.

SAP/fundamental-ngx · 294 stars · on GitHub · sap.github.io

Reuse

Borrowing it

Nothing to install: this file belongs to SAP/fundamental-ngx. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/SAP/fundamental-ngx/main/.claude/skills/i18n-manage/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/SAP/fundamental-ngx

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 i18n-manage

README.md
[![agentmods](https://agentmods.dev/badge/skills/sap/fundamental-ngx/i18n-manage/github.svg)](https://agentmods.dev/skills/sap/fundamental-ngx/i18n-manage)
Your own site
<a href="https://agentmods.dev/skills/sap/fundamental-ngx/i18n-manage"><img src="https://agentmods.dev/badge/skills/sap/fundamental-ngx/i18n-manage/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 i18n-manage

Your own site · 80×15
<a href="https://agentmods.dev/skills/sap/fundamental-ngx/i18n-manage"><img src="https://agentmods.dev/badge/skills/sap/fundamental-ngx/i18n-manage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,391 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00000 $0.01391
Opus 5 $0.00000 $0.00696
Sonnet 5 $0.00000 $0.00278
Haiku 4.5 $0.00000 $0.00139

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

Security

Grade A, and why

i18n-manage 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 7d 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.

.claude/skills/i18n-manage/SKILL.md · 162 lines

How it starts

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

i18n Key Management: $ARGUMENTS

If $ARGUMENTS is empty, ask the user what operation they need (add, rename, or remove) and for which key.

Add a Key

Step 1: Run the CLI

nx run i18n:i18n-manage --command=add --key=coreCalendar.calendarLegendLabel --value="Calendar Legend" --commentType=XACT --comment="ARIA label for the calendar legend"

This single command updates both translations.properties and fd-language.ts automatically.

Comment types (auto-detected from key name if --commentType is omitted):

Type Usage Auto-detected from
XACT ARIA labels, screen reader text key contains aria
XBUT Button labels key contains button
XFLD Form input labels key contains label
XTIT Titles and headings key contains title
XMSG Messages, descriptions default fallback
XMIT Menu item text
XTOL Tooltips
XCKL Checkbox text
XRBL Radio button text
XSEL Dropdown/select values
XLNK Link text
YINS User instructions
NOTR No translation needed

For keys with parameters, the CLI adds the key as FdLanguageKey — if you need a typed context (e.g., FdLanguageKey<{ count: number }>), update fd-language.ts manually after running the command.

Step 2: Verify

nx run i18n:i18n-manage --command=validate
nx run i18n:build --skip-nx-cache

Rename a Key

Step 1: Update fd-language.ts (MANUAL — required)

Rename the property in the FdLanguage interface — the CLI does not update this for rename.

Read the full file on GitHub · 162 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. 7d ago Changed · -86 lines 9891ea5ff184
  2. 11d ago First seen · 248 lines · 0 tokens per session scan A ada8416a702b

Subscribe to this mod's changes

i18n-manage is a skill published in the GitHub repository SAP/fundamental-ngx (294 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,391 tokens. 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.

Related

Other skills, from other repositories

igniteui-angular-figma-to-app

Translate Figma app screens designed using the Indigo.Design UI Kits into production Angular applications with Ignite UI for Angular. The Indigo.Design UI Kits are Figma component libraries available in four design-system variants — Material, Fluent, Bootstrap, and Indigo — each with light and dark themes. Designers…

IgniteUI/igniteui-angular · 210 tokens

angular-best-practices

Official Angular v22 coding best practices — signals, standalone, native control flow, zoneless, host bindings, Signal Forms, inject(), and accessibility (WCAG AA / AXE). Use whenever writing, generating, or reviewing Angular/TypeScript code in this repo.

anousss007/ng-blatui · 60 tokens

igniteui-angular-build

Quick-reference for building the core Ignite UI for Angular library and related packages. Covers the full production build (build:lib), individual partial builds (styles, extras, migrations, schematics, i18n, elements), and the combined build-all command. Use when an agent needs to compile the library, produce a dist…

IgniteUI/igniteui-angular · 111 tokens

igniteui-angular-testing

Quick-reference for running Ignite UI for Angular test suites. Covers the full test run (test:lib), grid-specific suites (grid, tree-grid, hierarchical-grid, pivot-grid), non-grid tests, watch mode, and auxiliary test suites (schematics, styles, i18n). Use when an agent needs to run, select, or understand the test…

IgniteUI/igniteui-angular · 108 tokens

ng-blatui

Use the ng-blatui Angular UI library in an app — install, import components (bui-prefixed, signal-based, zoneless, SSR-safe), theme with Tailwind v4 + oklch tokens, localize dates/numbers/labels, and discover the full catalog via the registry, api.json, llms.txt or the ng-blatui-mcp MCP server. Invoke when building…

anousss007/ng-blatui · 108 tokens

neuralng-angular

Build or update Angular 22+ interfaces with NeuralNg when exact component selection, imports, forms, accessibility, SSR, icons, or theming guidance is needed.

hasanaydin7/NeuralTech · 38 tokens