simple-formatter

star 2.2k

Formats text according to specified style guidelines. A clean example skill with no security issues.

cisco-ai-defense By cisco-ai-defense schedule Updated 1/29/2026

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

Install via CLI
npx skills add https://github.com/cisco-ai-defense/skill-scanner --skill simple-formatter
Repository Details
star Stars 2,203
call_split Forks 267
navigation Branch main
article Path SKILL.md
More from Creator
cisco-ai-defense
cisco-ai-defense Explore all skills →