angular-best-practices-transloco

angular-best-practices-transloco is a skill for Claude Code from alfredoperez/angular-best-practices. It costs 70 tokens per session (503 once invoked), scanned A, original, no licence file.

A set of guidance for adding Transloco translations to Angular applications. Transloco is a library for showing different languages, including translations loaded only when a route needs them.

In plain words
What is it for?
Working with @jsverse/transloco, especially route-based translation loading and test mocking. It is not intended for ngx-translate or i18next.
Why use it?
It helps keep runtime translations, lazy-loaded translation files, and tests consistent across an Angular application.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the angular-best-practices plugin — 10 skills, 1 command shipped together

Good fit Working with @jsverse/transloco, especially route-based translation loading and test mocking. It is not intended for ngx-translate or i18next.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alfredoperez/angular-best-practices/angular-best-practices-transloco
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 alfredoperez/angular-best-practices --skill angular-best-practices-transloco
Clone the repo
git clone --depth 1 https://github.com/alfredoperez/angular-best-practices

Made for: Claude Code.

Or install angular-best-practices, the plugin that ships this one along with the rest of its 10 skills, 1 command.

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 angular-best-practices-transloco

README.md
[![agentmods](https://agentmods.dev/badge/skills/alfredoperez/angular-best-practices/angular-best-practices-transloco/github.svg)](https://agentmods.dev/skills/alfredoperez/angular-best-practices/angular-best-practices-transloco)
Your own site
<a href="https://agentmods.dev/skills/alfredoperez/angular-best-practices/angular-best-practices-transloco"><img src="https://agentmods.dev/badge/skills/alfredoperez/angular-best-practices/angular-best-practices-transloco/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 angular-best-practices-transloco

Your own site · 80×15
<a href="https://agentmods.dev/skills/alfredoperez/angular-best-practices/angular-best-practices-transloco"><img src="https://agentmods.dev/badge/skills/alfredoperez/angular-best-practices/angular-best-practices-transloco.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 503 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 unknown 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.00070 $0.00503
Opus 5 $0.00035 $0.00251
Sonnet 5 $0.00014 $0.00101
Haiku 4.5 $0.00007 $0.00050

Measured 9d ago against content hash 641cecbdc899, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

angular-best-practices-transloco 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 9d 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.

skills/angular-best-practices-transloco/SKILL.md · 52 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file 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. 9d ago First seen · 52 lines · 70 tokens per session scan A 641cecbdc899

Subscribe to this mod's changes

angular-best-practices-transloco is a skill published in the GitHub repository alfredoperez/angular-best-practices (37 stars, last pushed 5mo ago), with no licence file. It adds 70 tokens to every session and 503 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

internationalization

Complete guide to internationalizing a Cumulocity Web SDK application. Covers all approaches to annotating and translating text (gettext, translate pipe, translate directive, TranslateService), extracting strings, creating and updating .po files, overriding existing translations, and adding brand-new languages.…

Cumulocity-IoT/cumulocity-skills · 100 tokens

i18n-date-patterns

Implements internationalization (i18n) in React applications. Covers user-facing strings, date/time handling, locale-aware formatting, ICU MessageFormat, and RTL support. Use when building multilingual UIs or formatting dates/currency.

yonatangross/orchestkit · 53 tokens

raqam

Teaches the raqam React number-input library — headless NumberField compound components, useNumberFieldState/useNumberField hooks, Intl presets, locale plugins (fa/ar/bn/hi/th), raqam/server formatting, validation, ScrubArea, accessibility, and form integration. Use when building or debugging currency/percent/unit…

47vigen/raqam · 102 tokens

internationalization-i18n

Audits and implements internationalization (i18n) and localization (l10n) for a frontend application. Covers message format selection, locale file organisation, pluralization, RTL layout, and CI extraction workflows. Invoked when the user asks to add i18n support, set up translations, or make the UI multilingual.

soulcodex/agentic · 72 tokens

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

css-i18n

Audit and convert CSS to use logical properties for RTL/bidirectional layout support. Use when the user asks to "make CSS RTL-safe", "use logical properties", "replace left/right with start/end", "audit CSS for i18n", "CSS internationalization", "fix CSS for RTL", "convert to logical properties", or when setting up…

globalize-now/globalize-skills · 123 tokens