Simple Text Formatter

SkillSecurity

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

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Simple Text Formatter skill

What this skill tells your AI

The instructions your AI receives, as published by huta0kj/vetix in examples/obfuscated/simple-formatter/SKILL.md and read by ahel’s review.

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

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

Signals

GitHub stars
61
Forks
1
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
simple-formatter-huta0kj
Source
github.com/huta0kj/vetix