Starcraft-2-Editor-Skills: Skill for Claude Code

.agents/skills/sc2-localization-and-text/SKILL.md

sc2-localization-and-text is a skill for Claude Code, Codex from KimPlaybit/Starcraft-2-Editor-Skills. It costs 100 tokens per session (1,553 once invoked), scanned A, original, no licence file.

A guide for working with StarCraft II localization and text files. These files contain the game's interface, object, hotkey, and trigger text in different language folders.

In plain words
What is it for?
Use it when adding, checking, fixing, or translating text keys in StarCraft II data files.
Why use it?
It helps prevent missing translations, blank text values, malformed lines, and duplicate localization entries.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is KimPlaybit/Starcraft-2-Editor-Skills's own configuration. It tells Claude Code and Codex how to work on Starcraft-2-Editor-Skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Starcraft-2-Editor-Skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to KimPlaybit/Starcraft-2-Editor-Skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/KimPlaybit/Starcraft-2-Editor-Skills/main/.agents/skills/sc2-localization-and-text/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/KimPlaybit/Starcraft-2-Editor-Skills

Made for: Claude Code, Codex.

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 sc2-localization-and-text

README.md
[![agentmods](https://agentmods.dev/badge/skills/kimplaybit/starcraft-2-editor-skills/sc2-localization-and-text/github.svg)](https://agentmods.dev/skills/kimplaybit/starcraft-2-editor-skills/sc2-localization-and-text)
Your own site
<a href="https://agentmods.dev/skills/kimplaybit/starcraft-2-editor-skills/sc2-localization-and-text"><img src="https://agentmods.dev/badge/skills/kimplaybit/starcraft-2-editor-skills/sc2-localization-and-text/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 sc2-localization-and-text

Your own site · 80×15
<a href="https://agentmods.dev/skills/kimplaybit/starcraft-2-editor-skills/sc2-localization-and-text"><img src="https://agentmods.dev/badge/skills/kimplaybit/starcraft-2-editor-skills/sc2-localization-and-text.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,553 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.00100 $0.01553
Opus 5 $0.00050 $0.00776
Sonnet 5 $0.00020 $0.00311
Haiku 4.5 $0.00010 $0.00155

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

Security

Grade A, and why

sc2-localization-and-text 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 11d 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.

.agents/skills/sc2-localization-and-text/SKILL.md · 182 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

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. 11d ago First seen · 182 lines · 100 tokens per session scan A 5af025fd7d38

Subscribe to this mod's changes

sc2-localization-and-text is a skill published in the GitHub repository KimPlaybit/Starcraft-2-Editor-Skills (10 stars, last pushed 1mo ago), with no licence file. It adds 100 tokens to every session and 1,553 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

maintaining-modding-environments

Use after first-run for ongoing modpack maintenance: update/install KB packs, author or register custom/mod KB packs, maintain localization glossary KBs for translator use, prune KB cache, health-check the environment, version-pin KB/tooling, or handle recurring BGS modding environment care.

hashgraph-online/awesome-codex-plugins · 65 tokens

using-bgs-translator

A translation workflow for Bethesda Game Studios plugins, which are game modification files such as .esp, .esm, and .esl. It prepares the plugin text for AI translation and exports files that xTranslator can use.

hashgraph-online/awesome-codex-plugins · 94 tokens

dialogue-systems

Build branching dialogue and narrative — a node/choice graph with conditions, variables, and localization hooks — and choose between authoring tools Ink and Yarn Spinner or a custom data-driven runner. Engine-neutral. Use when the user mentions dialogue system, branching dialogue, conversation tree, choices, Ink…

gamedev-skills/awesome-gamedev-agent-skills · 75 tokens

localize

Full localization pipeline: scan for hardcoded strings, extract and manage string tables, validate translations, generate translator briefings, run cultural/sensitivity review, manage VO localization, test RTL/platform requirements, enforce string freeze, and report coverage.

Donchitos/Claude-Code-Game-Studios · 50 tokens

localization

Use when implementing localization (i18n/l10n) — TranslationServer, CSV/PO translation files, locale switching, RTL support, and pluralization in Godot 4.3+.

jame581/GodotPrompter · 42 tokens

game-design-book-translator

A specialist translator and editor for English books and other long materials about game design, game development, user experience, and design theory. It also handles related diagrams, captions, tables, OCR text, and terminology.

DY-2026/GameDesignOS · 81 tokens