Formats text according to specified style guidelines. A clean example skill with no security issues.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add shrav89/skill-scanner --skill simple-formatter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Simple Formatter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/shrav89-simple-formatter)More formats (shields.io, HTML) on the badges page.
---
name: simple-formatter
description: Formats text according to specified style guidelines. A clean example skill with no security issues.
license: MIT
allowed-tools:
- Python
---
# 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:
1. Capitalize first letter of sentences
2. Ensure single space after periods
3. Remove trailing whitespace
## Example
Input: "hello world.this is a test."
Output: "Hello world. This is a test."
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!