simple-formatter
// Formats text according to specified style guidelines. A clean example skill with no security issues.
$ git log --oneline --stat
stars:1,118
forks:212
updated:February 26, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namesimple-formatter
descriptionFormats text according to specified style guidelines. A clean example skill with no security issues.
licenseMIT
allowed-toolsPython
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."