Agent skill · Content & Marketing

text-analyzer

Comprehensive text analysis coordinator. Execute Python script for multi-aspect text analysis. Use when you need grammar, sentiment, readability, and SEO analysis combined.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill text-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/text-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Text Analyzer (Parent Skill) I coordinate comprehensive text analysis by delegating to specialized child skills. ## How to Use This Skill For comprehensive text analysis, execute the coordinator script: ```bash python /home/ywatanabe/dev/agent-patterns/.claude/skills/text-analyzer/run.py "text to analyze" ``` The script invokes all child skills and returns: - Grammar analysis (critical issues, minor issues, style suggestions) - Sentiment analysis (polarity, tone, emotional impact) - Readability analysis (grade level, audience fit, complexity) - SEO analysis (keywords, optimization score, recommendations) - Synthesized executive summary with prioritized action items ## Child Skills I Use 1. **grammar-checker**: Grammar, spelling, punctuation analysis 2. **sentiment-analyzer**: Emotional tone and sentiment detection 3. **readability-scorer**: Readability metrics and audience appropriateness 4. **seo-optimizer**: SEO recommendations and keyword optimization ## When This Skill Activates Activate when user requests: - "Analyze this text/document/article/post" - "Review this content for publication" - "Check this writing quality" - "Evaluate this document comprehensively" - Any request

What's inside
Steps it walks through
  1. How to Use This Skill
  2. Child Skills I Use
  3. When This Skill Activates
  4. How I Coordinate
  5. Typical Workflows
  6. Output Format
  7. Example Requests
Ships with 1 file
  • metadata.json
Commands it runs
python /home/ywatanabe/dev/agent-patterns/.claude/skills/text-analyzer/run.py "text to analyze"
More from claude-skill-registry
All skills →
About this skill
What does the text-analyzer skill do?

Comprehensive text analysis coordinator. Execute Python script for multi-aspect text analysis. Use when you need grammar, sentiment, readability, and SEO analysis combined.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill text-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going