Computes word/character counts, sentences/paragraphs, reading/speaking times, unique words, avg lengths, and longest/shortest metrics for provided text. Outputs formatted tables.
npx claudepluginhub joshuarweaver/cascade-content-creation-misc-2 --plugin humanizerai-agent-skillsThis skill uses the workspace's default tool permissions.
Provide quick, accurate statistics about the provided text.
Analyzes text readability using Flesch-Kincaid, Gunning Fog, SMOG metrics. Provides scores, interpretations, statistics, target audience, and recommendations for improvement.
Performs forensic style analysis on writing samples, measuring sentence length, rhythm, punctuation DNA, vocabulary profile, tone, rhetorical devices, and outputs Style DNA report.
Checks paragraph rhythm in Substacker drafts, flagging >3 consecutive same-length paragraphs, missing one-sentence pivots, walls >120 words. For editorial structural passes.
Share bugs, ideas, or general feedback.
Provide quick, accurate statistics about the provided text.
The user provides text in $ARGUMENTS.
Important: If text is provided, immediately output stats. Don't ask clarifying questions - they want the numbers.
## Word Statistics
### Counts
| Metric | Value |
|--------|-------|
| Words | [X] |
| Characters (with spaces) | [X] |
| Characters (no spaces) | [X] |
| Sentences | [X] |
| Paragraphs | [X] |
### Time
| Metric | Value |
|--------|-------|
| Reading time | [X] min |
| Speaking time | [X] min |
### Words
| Metric | Value |
|--------|-------|
| Unique words | [X] ([Y]%) |
| Avg word length | [X] chars |
| Longest word | [word] ([X] chars) |
### Sentences
| Metric | Value |
|--------|-------|
| Avg length | [X] words |
| Longest | [X] words |
| Shortest | [X] words |