detect_non_localizable

Detect non-localizable strings by matching URL, email, and path patterns.

2|Updated Apr 7, 2025
One-click install
npx skills add https://github.com/ericfitz/tmi-ux --skill detect-non-localizable
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: detect_non_localizable
Source: https://github.com/ericfitz/tmi-ux/tree/main/.claude/skills/detect_non_localizable
Command: npx skills add https://github.com/ericfitz/tmi-ux --skill detect-non-localizable

SYSTEM DOCUMENTATION & REQUIREMENTS

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)