cisco-ai-defense/simple-formatter
Formats text according to specified style guidelines. A clean example skill with no security issues.
npx skills add https://github.com/cisco-ai-defense/skill-scanner --skill simple-formatter
This skill formats text according to style guidelines.
When the user provides text to format, apply the following rules:
Input: "hello world.this is a test."
Output: "Hello world. This is a test."
Take cisco-ai-defense/simple-formatter from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.