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
- •grammar-checker: Grammar, spelling, punctuation analysis
- •sentiment-analyzer: Emotional tone and sentiment detection
- •readability-scorer: Readability metrics and audience appropriateness
- •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 combining multiple text analysis aspects
How I Coordinate
For comprehensive analysis, I:
- •Determine which child skills are needed based on request
- •Invoke relevant child skills in appropriate order
- •Synthesize results into coherent report
- •Provide prioritized recommendations
Typical Workflows
Full Analysis (all aspects):
- •grammar-checker → identify language issues
- •sentiment-analyzer → understand emotional tone
- •readability-scorer → assess audience fit
- •seo-optimizer → suggest improvements
- •Synthesize comprehensive report
Quick Review (grammar + readability):
- •grammar-checker → language correctness
- •readability-scorer → audience appropriateness
- •Provide concise feedback
Marketing Focus (sentiment + SEO):
- •sentiment-analyzer → emotional impact
- •seo-optimizer → search optimization
- •Marketing-focused recommendations
Output Format
Provide structured analysis report:
- •Executive Summary: Key findings and priority actions
- •Grammar & Language: Issues and corrections
- •Sentiment: Emotional tone analysis
- •Readability: Scores and audience fit
- •SEO: Optimization opportunities
- •Recommendations: Prioritized action items
Example Requests
✅ "Analyze this blog post before publishing" ✅ "Review this marketing email comprehensively" ✅ "Check this article for grammar and readability" ✅ "Evaluate this content for SEO and sentiment"