# Simple Formatter

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

- Skill: `cisco-ai-defense/simple-formatter` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cisco-ai-defense/simple-formatter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cisco-ai-defense/simple-formatter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- License: MIT
- Author: cisco-ai-defense (https://skillmd.com/u/cisco-ai-defense)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/cisco-ai-defense/simple-formatter

---


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


