core-text-utils

star 2

Provide low-level text normalization, token cleanup, and content slicing primitives for upper-layer skills.

Shuang-Shu By Shuang-Shu schedule Updated 2/26/2026

name: core-text-utils metadata: version: "0.0.1" author: "ShuangShu" description: Provide low-level text normalization, token cleanup, and content slicing primitives for upper-layer skills.

Core Text Utils

Overview

Use this foundational skill for deterministic text cleanup and chunking behaviors shared by higher-level pipelines.

Capabilities

  • Normalize whitespace and punctuation.
  • Strip obvious boilerplate markers.
  • Split long text into stable chunks by size and boundary.

Output Contract

  • Return cleaned text blocks.
  • Preserve semantic meaning.
  • Provide deterministic chunk order.
Install via CLI
npx skills add https://github.com/Shuang-Shu/skuare --skill core-text-utils
Repository Details
star Stars 2
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator