Benign
Cleans up messy CSV files — trims whitespace, fixes headers.From its SKILL.md
npx -y skills add howshannon/trust-issues --skill benignAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 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
0.3 KB, 36 tokens by cl100k_base, as published. Nobody here has run it
CSV Tidy
Read the CSV, strip empty rows, normalize headers to snake_case, write it back. Show the user a preview and wait for approval before overwriting.