Word Counter

Counts words, characters, and sentences in a block of text the user provides.

VadrisAI Updated

File contents

Word Counter

Count the words, characters, and sentences in the text the user gives you, and report the three numbers back to them in a short summary.

Usage

  • Take the text exactly as provided.
  • Count words by splitting on whitespace.
  • Count characters including spaces.
  • Count sentences by counting ., !, and ? terminators.
  • Report the three counts in one short paragraph.

VadrisAI/claude-skill-evaluator/tree/main/fixtures/simple-skill commit 2d28a9a37c

Frequently asked questions

npx skillmds@latest add vadrisai/word-counter