🧪 Skills
Test 2
Formats text according to specified style guidelines. A clean example skill with no security issues.
v1.0.0
Description
name: simple-formatter description: Formats text according to specified style guidelines. A clean example skill with no security issues. license: MIT
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
In most cases, you should use the python tool in scripts/formatter.py rather
than attempting the conversion yourself.
Example
Input: "hello world.this is a test." Output: "Hello world. This is a test."
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!