text-processor
SKILL.md
Text Processor Skill
This skill performs various text manipulation and analysis operations.
When to Use
Use this skill when:
- The user needs to change text case (uppercase, lowercase, capitalize)
- Text needs to be reversed
- Word count or text analysis is required
- The user mentions terms like "convert to uppercase", "make lowercase", "capitalize", "reverse text", "count words", "text transformation"
Instructions
Operation: Uppercase
- Take the input text
- Convert all characters to uppercase
- Return the transformed text