Simple formatter
Skill ComeOnOliver/skillshub/skills/cisco-ai-defense/skill-scanner/simple-formatter
Formats text according to specified style guidelines. A clean example skill with no security issues.From its SKILL.md
npx -y skills add ComeOnOliver/skillshub --skill simple-formatterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
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, 95 tokens by cl100k_base, as published. Nobody here has run it
Simple Text Formatter
This skill formats text according to style guidelines.
Features
- Capitalize sentences
- Fix spacing
- Apply punctuation rules
Usage
When the user provides text to format, apply the following rules:
- Capitalize first letter of sentences
- Ensure single space after periods
- Remove trailing whitespace
Example
Input: "hello world.this is a test." Output: "Hello world. This is a test."
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.