SI

Formats text by fixing capitalization, punctuation, and spacing rules.

Install

mkdir -p .claude/skills/simple-formatter && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/7382" && unzip -o skill.zip -d .claude/skills/simple-formatter && rm skill.zip

Installs to .claude/skills/simple-formatter

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Formats text according to specified style guidelines. A clean example skill with no security issues.
100 charsno explicit “when” trigger
Beginner

Key capabilities

  • Capitalize sentence starts
  • Correct punctuation spacing
  • Remove trailing whitespace

How it works

It applies a set of predefined text processing rules to clean up casing, spacing, and punctuation.

Inputs & outputs

You give it
Raw text string
You get back
Formatted text string

When to use simple-formatter

  • Format raw notes into readable text
  • Clean up punctuation in logs
  • Standardize document spacing
  • Fix casing for generated content

About this skill

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."

When not to use it

  • When preserving specific code formatting

Limitations

  • Only supports basic style rules

How it compares

It automates text cleanup based on style rules rather than manual editing.

Compared to similar skills

simple-formatter side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
simple-formatter (this skill)26moReviewBeginner
resume-builder533moNo flagsBeginner
write-docs63moNo flagsBeginner
wiki-changelog34moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry