Agent Plugins Marketplace
← All plugins

ui-text-pack

v0.2.1

The founder's cross-project 使用者可見文字撰寫法: a locale-neutral 母法 (U1–U5) plus zh-Hant, ja and en locale files, printed by `ui-text-pack` for any reviewer to grade UI strings and their translations against.

Claude Code1 Skill

By KaiLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install ui-text-pack for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ui-text-pack@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/kai-tw/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ui-text-pack/.

Plugin files

plugins/ui-text-pack/
├── .claude-plugin/plugin.json
└── skills/ui-text-pack/SKILL.md

Included Skills1

ui-text-packskills/ui-text-pack/SKILL.md

The founder's cross-project 使用者可見文字撰寫法 — 母法 U1–U5 (`rules/index.md`) plus zh-Hant / ja / en locale files. `ui-text-pack --paths <changed locale files>` prints the rules a string change is graded against; reviewers cite `U<N>.k` verbatim. To add or change a rule, read `rules/CONVENTIONS.md` first (立法程序與體例). TRIGGER: which UI text rule · 文字撰寫法 · U3 · add a UI text rule · 翻譯規則

Plugin manifests1

plugins/ui-text-pack/.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "ui-text-pack",
  "version": "0.2.1",
  "description": "The founder's cross-project 使用者可見文字撰寫法: a locale-neutral 母法 (U1–U5) plus zh-Hant, ja and en locale files, printed by `ui-text-pack` for any reviewer to grade UI strings and their translations against.",
  "author": {
    "name": "Kai",
    "url": "https://github.com/kai-tw"
  },
  "homepage": "https://github.com/kai-tw/claude-plugins/tree/main/plugins/ui-text-pack",
  "license": "MIT",
  "keywords": [
    "ui-text",
    "i18n",
    "l10n",
    "arb",
    "review"
  ],
  "skills": [
    "./skills/ui-text-pack"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ui-text-pack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ui-text-pack)