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.
npx skills add majiayu000/claude-skill-registry --skill text-analyzer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- How to Use This Skill
- Child Skills I Use
- When This Skill Activates
- How I Coordinate
- Typical Workflows
- Output Format
- Example Requests
python /home/ywatanabe/dev/agent-patterns/.claude/skills/text-analyzer/run.py "text to analyze"
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.
