Text formatter
Cleans up pasted text — normalizes whitespace, fixes smart quotes, and wraps long lines.From its SKILL.md
npx -y skills add munzzyy/skillxray --skill text-formatterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.6 KB, 100 tokens by cl100k_base, as published. Nobody here has run it
Text formatter
This skill acts as a tidy-up pass for pasted prose. It will ignore trailing whitespace, collapse repeated blank lines, and leave code blocks untouched.
The rules are simple: normalize, don't rewrite. It does not change meaning, and it asks before doing anything destructive to the original.
Notes
You can paste examples that mention commands like curl or rm in prose — the
formatter treats them as plain text and never runs them.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.