hup-incremental-localization-workflow
Handles localization updates, bundle caching, and release syncing for desktop shell systems.
Install
mkdir -p .claude/skills/hup-incremental-localization-workflow && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14989" && unzip -o skill.zip -d .claude/skills/hup-incremental-localization-workflow && rm skill.zipInstalls to .claude/skills/hup-incremental-localization-workflow
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Work with HGP incremental localization sources, compiled locale bundles, and release-time locale mirroring. Use when changing src-tauri/localizations, shell localization bootstrap/cache logic, or the release workflow that freezes the current English working file into the next increment for every official locale.Key capabilities
- →Refactor locale packs into source directories
- →Build shell bootstrap logic for compiled locale bundles
- →Implement per-locale bundle cache metadata
- →Update localization validation scripts
- →Add release-time command to freeze English working files
- →Manage official and community locale chains
How it works
This skill manages the HGP incremental localization workflow by defining rules for mutable working files, immutable historical increments, and release-time freezing. It also covers shell-side bundle compilation and caching.
Inputs & outputs
When to use hup-incremental-localization-workflow
- →Update localization source files for the next release
- →Configure the locale bundle compiler and cache
- →Freeze English working files into a new locale increment
About hup-incremental-localization-workflow
Coordinates the localization pipeline, from editing the working English source files to freezing official locale increments for releases. It supports managing bundle cache metadata and localization validation logic.
Work with HGP incremental localization sources, compiled locale bundles, and release-time locale mirroring. Use when changing src-tauri/localizations, shell localization bootstrap/cache logic, or the release workflow that freezes the current English working file into the next increment for every off
Limitations
- →Only src-tauri/localizations/en/working.json may be edited during day-to-day development
- →Numbered increment-<n>.json files must remain immutable once created
- →Never patch a historical numbered increment to add new copy
How it compares
This skill provides a specific, incremental workflow for managing localizations with distinct mutable and immutable states, unlike a general localization process that might overwrite previous translations.
Compared to similar skills
hup-incremental-localization-workflow side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| hup-incremental-localization-workflow (this skill) | 0 | 2mo | No flags | Advanced |
| build-macos-apps | 70 | 8mo | Review | Intermediate |
| cloudflare-manager | 25 | 10mo | Review | Intermediate |
| railway-cli-management | 9 | 8mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
build-macos-apps
glittercowboy
Build professional native macOS apps in Swift with SwiftUI and AppKit. Full lifecycle - build, debug, test, optimize, ship. CLI-only, no Xcode.
cloudflare-manager
qdhenry
Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun runtime with dependencies installed.
railway-cli-management
CaptainCrouton89
Deploy, manage services, view logs, and configure Railway infrastructure. Use when deploying to Railway, managing environment variables, viewing deployment logs, scaling services, or managing volumes.
unity-editor-toolkit
Dev-GOM
Automate and control Unity Editor with 500+ commands, real-time WebSocket communication, and SQLite integration for efficient game development.
miniprogram-development
TencentCloudBase
WeChat Mini Program development rules. Use this skill when developing WeChat mini programs, integrating CloudBase capabilities, and deploying mini program projects.
azure-functions
aj-geddes
Create serverless functions on Azure with triggers, bindings, authentication, and monitoring. Use for event-driven computing without managing infrastructure.