detect_non_localizable

Community

Decide if a string should be translated or left as-is.

Authorericfitz
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill analyzes a string value to determine whether it should be translated or kept non-localizable, helping prioritize localization tasks accurately.

Core Features & Use Cases

  • Pattern-based detection: Checks a fixed sequence of patterns (empty, numeric, URL, email, path, version, etc.) to decide non-localizable strings.
  • Logging: Returns which pattern matched when non-localizable is true.
  • Operational workflow: Use to filter out non-translatable strings before translation.

Quick Start

Input: value = "https://example.com/resource" Output: true (matched: URL pattern)

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: detect_non_localizable
Download link: https://github.com/ericfitz/tmi-ux/archive/main.zip#detect-non-localizable

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.