agentsclimarketplace

Clean unicode

Skill AntonioTimo/skillchecker/examples/clean-unicode

Двуязычный заметки-хелпер. Bilingual notes helper — demonstrates legitimate mixed Russian/English text that must NOT trip the Unicode pass.From its SKILL.md

Install
npx -y skills add AntonioTimo/skillchecker --skill clean-unicode

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.7 KB, 353 tokens by cl100k_base, as published. Nobody here has run it

RU Notes

Двуязычный скилл-пример. Содержит легитимный русский текст, дефисные RU/EN-композиты и эмодзи — ничего из этого не должно срабатывать в Unicode-пассе.

Заметки

  • Обычная русская проза: конфиги, токены, безопасность, аудит.
  • Дефисные композиты: MCP-конфиг, AST-пасс, RTL-override, JSON-данные.
  • Жаргон со склейкой: заinjectить, заmockать (Cyrillic glued to a Latin root — not a homoglyph, the Cyrillic letters cluster together).
  • Эмодзи вердиктов: 🔴 🟡 🟢.
  • Plain ASCII English line mentioning sudo and eval as ordinary words.

Why this passes audit (negative test for the Unicode pass)

There are no invisible characters, no bidi controls, and no Tags-block characters. The only mixed-script words are hyphenated compounds (which split on the hyphen) and glued jargon (where the confusable Cyrillic letters sit next to other Cyrillic letters, not inside a Latin word). The homoglyph rule fires only on a Cyrillic/Greek look-alike embedded inside a Latin word, which appears nowhere here.

Expected verdict: 🟢 GREEN, exit 0.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.